Jump to content

Can I embed something opened from ObjCreate?


Recommended Posts

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