Changing the messabe box color

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Jun 2009
Posts: 11
Reputation: kimbula... is an unknown quantity at this point 
Solved Threads: 0
kimbula... kimbula... is offline Offline
Newbie Poster

Changing the messabe box color

 
0
  #1
Jun 29th, 2009
Hi all,

I want to change the color of the messagebox same as the color of the form.

How can we change the default color of a project in VB.net?

If any one having comments regarding this matter please post them

Thanx
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 710
Reputation: Teme64 will become famous soon enough Teme64 will become famous soon enough 
Solved Threads: 114
Teme64's Avatar
Teme64 Teme64 is offline Offline
Master Poster

Re: Changing the messabe box color

 
0
  #2
Jun 29th, 2009
How can we change the default color of a project in VB.net?
You could change in each form with Me.BackColor = <color> . I'm not sure if you could do a project template with your own color(s).

I want to change the color of the messagebox same as the color of the form.
There's no direct way to do it. Either implement your own messagebox class or read this article from MSDN.

HTH
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 1
Reputation: vbguru is an unknown quantity at this point 
Solved Threads: 0
vbguru vbguru is offline Offline
Newbie Poster

Re: Changing the messabe box color

 
0
  #3
Jun 30th, 2009
Try making a custom dialog box. A custom dialog box is a regular modal form with buttons designated to return a dialog result.

If you need more info, I'll can try to help you.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the VB.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC