Gustav Brock
gustav at cactus.dk
Thu Jun 12 07:31:48 CDT 2003
Hi paul This is not how it is supposed to work. Read on here (one line): http://msdn.microsoft.com/library/en-us/odeopg/html/decondisplayinghelpbyusinginputboxmsgboxfunctions.asp /gustav > How do I get the msgbox to detect when the help button is pressed, I have the following code : > pubUserResponse = MsgBox("User not found, please check & try again.", vbInformation + vbMsgBoxHelpButton, "**** USER WARNING ****") > MsgBox pubUserResponse > When the msgbox is displayed the ok button works fine but when I click the HELP button nothing happens, I assumed that it would store a value into pubUserResponse, but the msgbox doesn't even go > away after clicking help. So my question is, how do I get to display a little help form or msgbox when the user clicks HELP.....