How could I find IE 5.0 with its class name "IEframe" ??
Printable View
How could I find IE 5.0 with its class name "IEframe" ??
Use the API to enumerate through all windows. When a window is found that has a class of IEFrame, then you have a window.
Use this code to do it: http://support.microsoft.com/support.../Q147/6/59.asp
Tom