Skip to content

Reply To: VB Tutorials Part 1 – Making My first Program

#190510
Admin
Administrator

if you want to change what the command button says, chane the text next to the “Caption” field in the properties

example:

if you want to change the name for it in the code like…uhh…instead of it being:

Private Sub Command1_Click()

End Sub

 

then change the (Name) field

example:

would produce:

Private Sub ClickMe_Click()

End Sub

@YeaAnd wrote:

i made the prog in this tutorial…now how do i rename the command1 button to something else….like “Click ME!” or something…lol