Jump to content

Help!(Please)


Recommended Posts

Hello! I am Making a Web Browser. Im not done yet (It is very Simple) I think i ran into a problem This is my script

#include <GUIConstants.au3>

#include <IE.au3>

#Region ### START Koda GUI section ### Form=c:\documents and settings\temp\desktop\aarsh stuff\autoit_123\autoit builders\koda_1.7.0.1\forms\web.kxf

$Form1_1 = GUICreate("//Web Browser", 932, 714, 95, 9)

$IE = ObjCreate("Shell.Explorer.2")

GUICtrlCreateObj($IE, 16, 48, 897, 665)

$Combo1 = GUICtrlCreateCombo("Google.com", 8, 8, 489, 25)

GUICtrlSetData(-1, "google.com|yahoo.com|ask.com|amazon.com|fool.com|goodsearch.com|bored.com|pointlessites.com")

$Button1 = GUICtrlCreateButton("Go!", 504, 8, 73, 17, 0)

GUISetState(@SW_SHOW)

#EndRegion ### END Koda GUI section ###

While 1

$nMsg = GUIGetMsg()

Switch $nMsg

Case $Button1

_IENavigate($IE,$Combo1)

Exit

EndSwitch

WEnd

Is there anything wrong with it because when i try to open it it says Autoit error!

Please help me Thank you

BTW: Second Post (whoooo)

<- Paid ME $89.65
Link to comment
Share on other sites

  • Moderators

What's the error? I don't get one at all.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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...