View Single Post
  #2 (permalink)  
Old 08-03-2009, 08:09 PM
elephant007's Avatar
elephant007
domo arigato mr roboto
Offline
 
Join Date: Jan 2007
Posts: 1,248
Reputation: 3584
elephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Need some help with Visual Basic

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

Last edited by elephant007; 08-03-2009 at 08:21 PM.