Jump to content

A question?


Recommended Posts

right im making a program called 'Runescape-Agrors' all it menat to do is open a web inside that gui tab button (not external) if anyone can give me the code to do this it whould be helpfull: here is the code i have at the moment:

CODE
#include <GUIConstants.au3>

GUICreate("Runescape-Agrors") ; will create a dialog box that when displayed is centered

GUISetBkColor(0x00E0FFFF)

GUISetFont(9, 300)

$tab=GUICtrlCreateTab (0,0,500,25)

$tab0=GUICtrlCreateTabitem ("Runescape-agrors")

$tab2=GUICtrlCreateTabitem ("Agrors")

$tab3=GUICtrlCreateTabitem ("Runehq")

GUISetState ()

; Run the GUI until the dialog is closed

While 1

$msg = GUIGetMsg()

If $msg = $GUI_EVENT_CLOSE Then ExitLoop

Wend

can anyone out there help me?

Ok im 14 with a spelling age of a 9 year old... that explanes all my spelling mistakes

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