Jump to content

What am i missing?


 Share

Recommended Posts

Hi, i get a problem with my code. In my computer the command "_IENavigate($oIE, "http://www.vinaphone.com.vn/messaging/sms/sms.do")" work normally. But when i compile it to an exe file and run on other computer it not run, i dont know why, i need some help.

Here is it:

#include <GUIConstants.au3>
#include <IE.au3>

Opt("TrayMenuMode",1)

$Form1_1 = GUICreate("SMS-Vinaphone.com.vn", 602, 555, 187, 123)
GUISetBkColor(0xC0C0C0)

GUISetState(@SW_SHOW, $Form1_1)

Global $total_free

$oIE = _IECreateEmbedded ()
GUICtrlCreateObj($oIE, 8, 8, 585, 500)
_IENavigate($oIE, "http://www.vinaphone.com.vn/messaging/sms/sms.do"); It's not working on other computer

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit

EndSwitch
WEnd
Link to comment
Share on other sites

@luckyluke

i compile it and run on other computer that dont install autoit, it dont work

If script is compiled so if AutoIt is installed or not on your computer this should work...

Cheers, FireFox.

Edited by FireFox
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...