hello i really need code for modify button plss and some tips how make it work
pls i really need an answer bfore tommorw :)
hello i really need code for modify button plss and some tips how make it work
pls i really need an answer bfore tommorw :)
Modify what ?
Sub btnModify_Click()
delete *.*
End Sub
I think he wants to change the properties of a button.
This can be done by simply changing the property as needed:
Command1.Caption = "New Caption"
Command1.Width = 500
Command1.BackColor = RGB(128,0,0)
and so on..
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.