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
InfoPath - CONCAT, Line break and copying user comments into a repeating table each time a new user adds comments in a browser-enabled field
sendAndLoad onHTTPStatus issue
From BCD to ADO
Learning PHP PDO
Shell script to queue commands
Repair Install of Windows XP I get message The File 'ASMS' on Windows CD Needed
Windows 2k8 R2 Remote Desktop Services keeps disconnecting users
Configuring MSDTC on Windows 2008 clusterQuestion:
VSS Quit Working
Run the first php script in background - When done - run the next script ...