realkiller Posted January 26, 2007 Posted January 26, 2007 i got this gui with inet tabs, now i wanna run a programm into my programm i made something but doesnt work sowfar. expandcollapse popup#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 Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2
/dev/null Posted January 26, 2007 Posted January 26, 2007 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 *
realkiller Posted January 26, 2007 Author Posted January 26, 2007 i wanna intigrate the programme into my app but it doesnt work sow far i use this sow far but that doesnt intigrate the app windows in my app $window = WinGetHandle("Mio A701 Rom Database") DllCall("user32.dll", "hwnd", "SetParent", "hwnd", $window, "hwnd", $AObj4) Remote 3.1 BetaRemote Media Player ControlUSB Security 1.2
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