Hi,
Is there any way to center the text in the following msginfo(),msgyesno(),msgAlert() functions? delimit the size of the first line and center the rest on the second line?
Thanks in advance.
Hi,
Is there any way to center the text in the following msginfo(),msgyesno(),msgAlert() functions? delimit the size of the first line and center the rest on the second line?
Thanks in advance.
All Msg.... () functions (eg. MsgInfo(), MsgYesNo(), ... etc) display the messages using Windows API function MessageBoxEx(...) and the display is by Windows OS and we have no control on that.
If we want a different appearance, we need to write our own functions.
nageswaragunupudi wrote: All Msg.... () functions (eg. MsgInfo(), MsgYesNo(), ... etc) display the messages using Windows API function MessageBoxEx(...) and the display is by Windows OS and we have no control on that.Ok, thank you Mr. Nages!
If we want a different appearance, we need to write our own functions.
Otto wrote: I posted my metromsginfo() here:Thank You Otto!
https://forums.fivetechsupport.com/viewtopic.php?p=266623&hilit=I+use+a+dialog+in+Metro+style#p266623