:
It doesn't work. I created an error with this but it does not work, it is identical to the first one with more informations about the problem.
|
cause vb6 and vbs are not the same thing, the form1.should would cause a run time error cause there are no forms in vbs, try
if msgbox( "Pick one", vbyesno ) = vbyes then
msgbox "You selected yes"
else
msgbox "You selected no"
end if
edit: To change the OK button you'd need visual basic6 to create a custom "form"