Dec 15, 2005 #1 drimades IS-IT--Management Nov 8, 2004 221 MK ----------------------------------- How can I simulate in VB6 an "OK-Undo" DialogBox to ask the user if he is sure in performing an operation? -----------------------------------
----------------------------------- How can I simulate in VB6 an "OK-Undo" DialogBox to ask the user if he is sure in performing an operation? -----------------------------------
Dec 15, 2005 #2 HarleyQuinn Programmer Jan 15, 2003 4,769 GB How about a Yes/No msgbox with a caption along the lines of: "Do you wish to continue with your selected action?" Hope this helps HarleyQuinn --------------------------------- Get the most out of Tek-Tips, read FAQ222-2244 before posting. Upvote 0 Downvote
How about a Yes/No msgbox with a caption along the lines of: "Do you wish to continue with your selected action?" Hope this helps HarleyQuinn --------------------------------- Get the most out of Tek-Tips, read FAQ222-2244 before posting.
Dec 15, 2005 #3 BobRodes Instructor May 28, 2003 4,215 US Or an Ok/Cancel msgbox, although personally I generally prefer the Yes/No option as our biker/jester friend suggests. Bob Upvote 0 Downvote
Or an Ok/Cancel msgbox, although personally I generally prefer the Yes/No option as our biker/jester friend suggests. Bob
Dec 16, 2005 #4 TysonLPrice Programmer Jan 8, 2003 859 US You can create a form similar to a msgbox. Here is a link to an example put together to address this question. http://www.vbforums.com/showthread.php?t=361006&highlight=modify+msgbox Upvote 0 Downvote
You can create a form similar to a msgbox. Here is a link to an example put together to address this question. http://www.vbforums.com/showthread.php?t=361006&highlight=modify+msgbox