Jump to content

Recommended Posts

Posted

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.

Posted (edited)

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

Posted (edited)

Ah, thanks.

That was easy to get it to work by running as x32.

I can't see how to alter the F5 button to run as x32 by default though.

thanks

Edited by adamski
Posted

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

  • Administrators
Posted

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.


 

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
×
×
  • Create New...