Jump to content

Embedded IE Preview


Eigensheep
 Share

Recommended Posts

Hi,

I'm using a dll call to embed a webpage into one of my GUIs, but I don't want the compulsory vertical scrollbar. I have no experience using dlls - can anyone help (or show me how to find it out myself)?

The code:

$parent = GUICreate("arent",@DesktopWidth-20,690,8,5)
$displayGUI = GUICreate("Display",480,272,@DesktopWidth - (25+480),200,$WS_POPUP,-1,$parent)
$cweb = DllOpen(@ScriptDir & "\cwebpage.dll")
DllCall($cweb, "long", "EmbedBrowserObject", "hWnd", $displayGUI)
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...