• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

IE inside structure

Gverig

Junior Member
Hey, ppl!
Does anyone know the inside structure for IE? From what I was told, IE is an ActiveX control itself and it's composed of few controls. I need to know the structure and I need to know what control is responsible for caching. I'm not experienced in Win32 programming (I'm the Java person) so I don't even have any bookmarks to forums or pages except for this.
So you're the only hope (well... almost. I will do project anyway but it would be less pain).
Can you help me? Any help would be apreciated (even RTFM if you will give me an idea where to search for FM 🙂 )

Thank you!
 
IE is basically a container for a bunch of free internet controls from microsoft. You could add web browsing capabilities using the controls to any application for free, i used to do it in Visual Basic all the time. If you have VB or C++ you can take a look at the controls, they are mostly in DLL files in windows. try http://msdn.microsoft.com and look at the Windows API and Internet API, its a good plae to start
 
Back
Top