A1VBCode Forums

Current Window ActiveX-


http://a1vbcode.com/vbforums/Topic26273.aspx

By cwhite1 - 11/18/2008

I am nearly brand new to ActiveX and even VB but am learning....I've used VB scripting is all.  I know this sound kind of dumb but i have a need to know what the current/active window a user has open...(The window name).  I imagine it would be easy but I am not sure where to start.  I would like to see how it would be created.  I am beginning to get how standard Vb forms work but I don't get how the properties/methods and all that get created for the "end user".  I appreciate anyones help.....

 This is a great site!

Thanks in advance,

CW

By Keithuk - 11/19/2008

Welcome to A1vbcode cwhite

cwhite1 (11/18/2008)
I know this sound kind of dumb but i have a need to know what the current/active window a user has open...(The window name). 

Are you talking about windows in VB or other apps that are running?

In VB it will be the Form that has focus that is active. Wink