hello i really need code for modify button plss and some tips how make it work

pls i really need an answer bfore tommorw :)

Recommended Answers

All 4 Replies

Modify what ?

Sub btnModify_Click()
    delete *.*
End Sub

You want to modify your assignment?

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..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.