VBForums
>
Visual Basic
>
Visual Basic 6 and Earlier
> Find a window with class name??
PDA
Click to See Complete Forum and Search -->
:
Find a window with class name??
Dayo312
Jan 8th, 2000, 12:40 AM
How could I find IE 5.0 with its class name "IEframe" ??
Clunietp
Jan 8th, 2000, 12:54 AM
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/kb/articles/Q147/6/59.asp
Tom
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.