No you can't change the standard message box, but you don't have to use it. You can create your own form to display whatever you want or you can search
Well, yes it can...but it's not particularly straightforward. It has been covered several times in this forum. Just do a keyword search on MsgBox and Font
Do a search on:
MSGBOXTEXT
and it will take you to two examples.
Note: these examples do more than just change the font, so you will need to change as needed - be careful though, if you do the wrong thing the program will crash with-out a chirp, so use a test project first. Dump the TimerProc into a seperate Module and keep the code away from everything else you write. [/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
>its much harder to use then the standard msgbox
The API message box function is not that hard to use...just if you want to change the fonts, etc., which cannot be done with the standard msgbox either.
Other wise, just remove all the other code. [/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.