Computing.Net > Forums > Programming > VB Message Box Title

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

VB Message Box Title

Reply to Message Icon

Name: Michael
Date: January 7, 2003 at 09:21:09 Pacific
OS: MS Win 2000
CPU/Ram: Intel 82801
Comment:

Hi - Using VB6, I create a button the show a message box, however, the title is incorrect. How do I change the title bar of a message box?

Michael



Sponsored Link
Ads by Google

Response Number 1
Name: iet-guy
Date: January 7, 2003 at 09:33:23 Pacific
Reply:

testmsg = MsgBox("Click to test", 1, "Test message")


0

Response Number 2
Name: Rhai
Date: January 15, 2003 at 09:45:07 Pacific
Reply:

MsgBox "Message",1,"Title"

or

x = MsgBox("Message",1,"Title")


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: VB Message Box Title

VB message box www.computing.net/answers/programming/vb-message-box/4343.html

VB4 Multiple message box syntax www.computing.net/answers/programming/vb4-multiple-message-box-syntax/12074.html

message box not displaying text www.computing.net/answers/programming/message-box-not-displaying-text/11817.html