adamski Posted February 6, 2010 Posted February 6, 2010 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.
ProgAndy Posted February 6, 2010 Posted February 6, 2010 (edited) Hi, Try to use AutoIt in 32bit (x86) mode. (There should be an entry in the contet menu I think) Edited February 6, 2010 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
adamski Posted February 6, 2010 Author Posted February 6, 2010 (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 February 6, 2010 by adamski
Richard Robertson Posted February 6, 2010 Posted February 6, 2010 Why would a 32 bit copy of Internet Explorer be installed on a 64 bit OS?
ProgAndy Posted February 6, 2010 Posted February 6, 2010 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 Jon Posted February 6, 2010 Administrators Posted February 6, 2010 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.
Bert Posted February 7, 2010 Posted February 7, 2010 That I didn't know. I run 64 bit Windows 7 on my home rig. That will come in handy. The Vollatran project My blog: http://www.vollysinterestingshit.com/
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