answersLogoWhite

0

Unforunately No. Your best bet is to create your own Messagebox dialog using a simple WindowsForm. Then add the buttons and text, ect.. to mimick the messagebox you have in mind.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What defines the color of characters in excel?

The cell format and font format.The following is a very simple macro that will change the font in the selected cell to blue:Sub Make_Blue'With Selection.Font.Color = -4165632.TintAndShade = 0End WithEnd SubFrom the macro, you can see that the VB definition of color is numeric and is stored as Font.Color.


How you would name a VB form as Hello VB?

To change the name of a form first load your project and click on that form. Now, under the properties window find "text". Change the value next to it (usually "Form1") to "Hello VB" or what ever name you choose.


What can a magnet make electrons do?

Magnets can make electrons accelerate and change position through force;f= evB = -ev.Bcos(vB) + evxBsin(vB).


Can you make vb in vb?

Yes it is possible, most things are in VB


What is the upper bound of an array whose size is 100?

The upper bound is the size minus 1 since VB starts with zero not one.


What is the abbreviation of verb?

vb or vb


What the abbreviation of verb?

vb or vb


How you make VB?

you dont make vb vb is visual basics and you make stuff in it


What are properties in VB?

Properties hold what an object looks like in vb.net/vb. Their are many properties Text Color Name PasswordChar and so on. Properties can also be changed. Just like in science if you change the properties of a substance then it is still the same substance.


What are viva questions in vb?

viva question for vb


How do you get the radio button fill with green on a form in vb?

Use the Check property. Just change it to True.


Is VB 6.0 and VB 2010 are same?

No. VB 6.0 is a much older version of Visual BASIC, dating back to 1998. VB 2010 is a modern version.