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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I control a command botton color from another form

Status
Not open for further replies.

blasterm

Programmer
Joined
Aug 9, 2004
Messages
2
Location
US
I am having trouble changing a control botton color from another from ( operator have needs the option to go back one window and to return back to the same window but if they go back to the main menu from the second window I need to reset botton colors back to default, botton colors change as the operator works thought each process on the form ) Can any one help Please Thanks
 
Try

Form1.Command1.BackColor = vbButtonFace

Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top