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

Programming MsgBox Buttons

Status
Not open for further replies.

davideart

Programmer
Apr 4, 2001
55
IT
Hy everybody

Does anybody know if, VB 6.0, it's possible to change the captions of standard MsgBox buttons?

I mean, I would like to change the captions from the standard "OK/CANCEL" or "YES/NO" to a custom string (e.g. "PRINT/SHOW").

Thank you in advance for your time

David
 
Hi,

I dont think that's possible, but what you can do is to create a form that looks like a msgbox with the buttons that you want and then show it modally.

Sunaj
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top