Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

command button cant find it in toolbox

Status
Not open for further replies.

AdamZZ

Civil/Environmental
Joined
Aug 5, 2005
Messages
2
Location
SE
command button cant find it in toolbox i need it to make a webbrowser but cannot find in toolbox help me (i have microsoft visual basic 2005 express edition beta)
 
I am not that familar with VB.net. I thought the Command button was just renamed to button. Hope this helps.
 
But the tutorials tells me to change caption i cant find caption in properties
 
The button normally has a default caption. In VB6, when you add a command button to a form, the default name is assigned to the (name) and caption properties. Look through the properties to see if the default name is in there twice. One should be the control name and the other the caption. As I said, I have never programmed in VB.net (and the beta version may disable certain things) so I am guessing at what you should be looking for.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top