Jump to content

IECreateEmbedded x32 on XP64


adamski
 Share

Recommended Posts

Hello,

How can I create a 32bit IE control on 64bit windows?

It defaults to the x64 version of IE which dosen't support Adobe Flash.

$GUIMain = GUICreate("test", $GUIWidth, $GUIHeight, (@DesktopWidth - $GUIWidth) / 2, (@DesktopHeight - $GUIHeight) / 2)
$oIE = _IECreateEmbedded()
$oIEControl = GUICtrlCreateObj($oIE, 10, 10, $IEWidth, $IEHeight)

Cheers.

Link to comment
Share on other sites

Hi,

Try to use AutoIt in 32bit (x86) mode. (There should be an entry in the contet menu I think)

Edited by ProgAndy

*GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes

Link to comment
Share on other sites

Why would a 32 bit copy of Internet Explorer be installed on a 64 bit OS?

Win7 x64 has always both versions of IE since most plugins have not been ported to x64 ...

*GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes

Link to comment
Share on other sites

  • Administrators

Why would a 32 bit copy of Internet Explorer be installed on a 64 bit OS?

32bit IE is the default browser on x64 systems. Because of activex controls/plugins not working, etc.
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...