Edit
For VB 6
End Edit
Hey this seems like it should be an easy fix and I don't particularly like the Visual Basic language, but how would I open a URL in the default web browser, using code?
Edit
Why do I keep getting this error?
A call to PInvoke function 'CrackleMail!WindowsApplication1.FormFinal::ShellExecute' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
The code in the accepted answer gave a compile error for me I got the code below from MSDN Use ShellExecute to launch the default Web browser
It is simple! Just use the Wscript
createobject
MethodVB.NET:
VB 6 (not sure):