Z
Zamdrist
I can return a list of windows and their titles using the API,
AddressOf & Callbacks, however I get all programs/processes like GDI+,
DDE Server, etc. I really just want the programs opened in the
taskbar, such as Outlook, Query Analyzer (whatever)...How can I fliter
the list?
I was hoping to use this, but if there is another method I'd like to
know.
Private Declare Function IsWindowVisible Lib "user32" _
(ByVal hwnd As IntPtr) As Long
This returns such things as:
8975933078237085696
8975933078237085697
8975933078237085697
8975933078237085696
8975933078237085696
8975933078237085697
Incidently, the ones ending in 97 are 'user program windows' if you
will. Thanks...
AddressOf & Callbacks, however I get all programs/processes like GDI+,
DDE Server, etc. I really just want the programs opened in the
taskbar, such as Outlook, Query Analyzer (whatever)...How can I fliter
the list?
I was hoping to use this, but if there is another method I'd like to
know.
Private Declare Function IsWindowVisible Lib "user32" _
(ByVal hwnd As IntPtr) As Long
This returns such things as:
8975933078237085696
8975933078237085697
8975933078237085697
8975933078237085696
8975933078237085696
8975933078237085697
Incidently, the ones ending in 97 are 'user program windows' if you
will. Thanks...