this-is-me Posted May 25, 2005 Posted May 25, 2005 This is the closest I can get, but it still isn't quite there yet. #include <guiconstants.au3> $parhwnd = GuiCreate("Test") $hInst = DLLCall("kernel32.dll","hwnd","GetModuleHandle","str", "") DllCall("atl.dll", "long", "AtlAxWinInit") $listhwnd = DllCall("user32.dll", "hwnd", "CreateWindowEx", "long", 0, "str", "AtlAxWin", "str", "http://www.netlinkave.com", "int", BitOr($WS_CHILD, $WS_VISIBLE), "int", 0, "int", 0, "int", 300, "int", 300, "hwnd", $parhwnd, "long", 0, "hwnd", $hInst[0], "ptr", 0) guisetstate() sleep(5000) Who else would I be?
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