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
Getfile in ASP
isa 2004 and iis7
iPhone sounds on a web site ?
Crystal cross-tab page numbering
Engine question
SQLServer Query, Pivot and/or Cross tab or whatever
Setting Compatibility Mode in IE8 using JavaScript
Exchange 2007 / 2010 OWA Tweaking
I am new to webservices, please help.
trouble with user clicking before content loads ASP and Javascript