IE inside structure

Gverig

Junior Member
Oct 16, 2000
11
0
0
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!
 

Train

Lifer
Jun 22, 2000
13,584
81
91
www.bing.com
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