Problem In Msgbox And InputBox
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
How can i change the font, forecolor,caption and ... in then msgbox function of vb6. please answer me????? MkhProgrammer
-
How can i change the font, forecolor,caption and ... in then msgbox function of vb6. please answer me????? MkhProgrammer
The easiest way(maybe the only one) is to make your own MsgBox !! Create a with label to hold the text and put buttons (OK,Cancel,etc..) and make them visible/invisible according to parameters passed.
-
How can i change the font, forecolor,caption and ... in then msgbox function of vb6. please answer me????? MkhProgrammer
The short answer is you can't! The long answer is to write your own MsgBox function. RageInTheMachine9532