View Single Post
  #3 (permalink)  
Old 08-03-2009, 08:25 PM
Jmz's Avatar
Jmz
Jmz Software
Offline
Threadstarter
Location: Virginia Beach, VA
 
Join Date: Oct 2008
Posts: 986
Reputation: 4085
Jmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributionsJmz should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to Jmz
Re: Need some help with Visual Basic

Quote:
Originally Posted by elephant007 View Post
if you're trying to call this from the C:\ drive, you need to put (C:\Program Files\Opera Mobile\OperaL.exe")

alternatively you can
Code:
Dim OperaPath, WSHShell
Set WSHShell = WScript.CreateObject("WScript.Shell")
OperaPath = "C:\Progam Files\Opera Mobile\"
WSHShell(OperaPath & "OperaL.exe")
still would like to see more of your code though

My bad. This is for a pocket pc app. I probably should have mentioned that in my original post
__________________
If you like my work feel free to donate