Yes no Msgbox? 
Author Message
 Yes no Msgbox?

how can I get a Yes No msgbox ?
Thank You

--
Dean Newkirk



Wed, 18 Dec 2002 03:00:00 GMT  
 Yes no Msgbox?
m=msgbox("go to msdn/scripting?",VBYesNo)
if m=VBNo then
wscript.quit
else
set wshshell=createobject("wscript.shell")
wshshell.run "http://msdn.microsoft.com/scripting"
end if

  Thorsten


Quote:
> how can I get a Yes No msgbox ?
> Thank You

> --
> Dean Newkirk



Thu, 19 Dec 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. MsgBox Yes/No onClick before a a href

2. VBScript for yes/no msgbox ?

3. MsgBox with vbQuestion YES/NO

4. "Yes/no to all" msgbox

5. MsgBox and "Yes to All"

6. "Yes/no to all" msgbox

7. "Yes / Yes to All/ No / Cancel" MsgBox?

8. ASCII to Postscript ($$) (yes, again)

9. view yes, print no

10. Yes/No/Cancel onleavePage?

11. Display Yes/No in confirm box

 

 
Powered by phpBB® Forum Software