luckyluke Posted December 26, 2008 Posted December 26, 2008 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
FireFox Posted December 26, 2008 Posted December 26, 2008 @luckyluke work fine for me when its compiled or not Cheers, FireFox.
luckyluke Posted December 26, 2008 Author Posted December 26, 2008 i compile it and run on other computer that dont install autoit, it dont work
Floppy Posted December 26, 2008 Posted December 26, 2008 Are you sure that you COMPILE the script before?
luckyluke Posted December 27, 2008 Author Posted December 27, 2008 yes, any body help me, i dont know why
FireFox Posted December 27, 2008 Posted December 27, 2008 (edited) @luckylukei compile it and run on other computer that dont install autoit, it dont workIf script is compiled so if AutoIt is installed or not on your computer this should work...Cheers, FireFox. Edited December 27, 2008 by FireFox
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now