Microsoft
Software
Hardware
Network
Question : Add Title or Header to MsgBox in Blue Area
How do I add a title or header in the top Blue section of the msgBox? For example: IMPORTANT TRAINING.
Dim strMbox
strMbox = MsgBox("Click OK to start the training.")
Answer : Add Title or Header to MsgBox in Blue Area
Hi maincabin,
strMbox = MsgBox("Click OK to start the training.", vbInformation, "This is the title")
Cristi
Random Solutions
Help with Lucene query in Alfresco
Exchange 2003 on SBS 2003 Active Sync and Blackberry/iPhone Configuration Help Needed
explanation of httpcontext needed
Able to access the internet but unable to receive microsoft updates?
Apply gradient to cuved shape, like an 'S'
Where is the Default Printer set in Crystal Reports?
window 7 OS: blank (black) screen only, as it logs in
WatchGuard XTM Web UI
Exchange 2010 Antivirus Options
added a function to webservice. Why can't i see it by intellesense on the client