Jump to content

gui help


Recommended Posts

i got this gui with inet tabs, now i wanna run a programm into my programm i made something but doesnt work sowfar.

#include <GUIConstants.au3>

$Form1 = GUICreate("24 Help Tool", 1096, 822, 118, 85)
$Tab1 = GUICtrlCreateTab(0, 0, 1096, 822)
$TabSheet1 = GUICtrlCreateTabItem("ISIS")
$Group1 = GUICtrlCreateGroup("", 8, 32, 1081, 785)
$AObj1 = ObjCreate("Shell.Explorer.2")
$AObj1_ctrl = GUICtrlCreateObj($AObj1, 10, 40, 1077, 776)
$AObj1.navigate("http://isis.yi.org/")

GUICtrlCreateGroup("", -99, -99, 1, 1)
$TabSheet2 = GUICtrlCreateTabItem("Rollercoaster")
GUICtrlSetState(-1,$GUI_SHOW)
$Group2 = GUICtrlCreateGroup("", 8, 32, 1081, 785)
$AObj2 = ObjCreate("Shell.Explorer.2")
$AObj2_ctrl = GUICtrlCreateObj($AObj2, 10, 40, 1077, 774)
$AObj2.navigate("http://sddportal.yi.org/tools/rollercoaster/main.html")

GUICtrlCreateGroup("", -99, -99, 1, 1)
$TabSheet4 = GUICtrlCreateTabItem("naamloos")
GUICtrlSetState(-1,$GUI_SHOW)
$Group4 = GUICtrlCreateGroup("", 8, 32, 1081, 785)
$AObj4 = GUICtrlCreateInput ("", 0, 0, 440 , 400)
$AObj4_ctrl = GUICtrlCreateObj($AObj4, 10, 40, 1077, 774)

$window = WinGetHandle("Mio A701 Rom Database")
DllCall("user32.dll", "hwnd", "SetParent", "hwnd", $window, "hwnd", $AObj4)

GUISetState(@SW_SHOW)
While 1
    $msg = GuiGetMsg()
    Select
    Case $msg = $GUI_EVENT_CLOSE
        ExitLoop
    Case Else
        ;;;;;;;
    EndSelect
WEnd
Exit
Link to comment
Share on other sites

i got this gui with inet tabs, now i wanna run a programm into my programm i made something but doesnt work sowfar.

O.K., and we are supposed to guess what the error might be???

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

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