well can I?
can i change the color of the text in a message box
Collapse
X
-
I don't know about VB.Net, but in VB6 I would say "no, definitely not". Not directly from VB using the MsgBox function, that is. There are probably ways around the problem, though. For example:Originally posted by bagstoperwell can I?- Create your own "message box" window and use xxx.Show vbModal to display it.
- There may be an API call which will allow you to generate a popup message with customised properties.
Comment