in every control(textbox, button, form...) there is Name property and Text property. Name property changes the Name of a control(example Form1 to frmAddBooks, TextBox1 to txtName etc...), Text on the other hand changes only the "caption" of a certain control, in other words, the text to be displayed on that control.
You can put it this way....Michael Jordan is the name of the player and Chicago is the text written on his Jersey.God Bless.
Can you tell me what is an embedded application
command button is one of the control used to execute the codes or commands.
no one can tell it idiot
A product's visual qualities relate to what the object looks like. A product's functional qualities relate to how it is used and/or how it works.
a project in visual basic is a collection of different objects like forms. it is saved with an extension of .vbp. A form in visual basic displays various controls that provide the user interface. it is saved with an extension of .frm.