PDA

Click to See Complete Forum and Search --> : CTRL - ALT - DEL


rabih
Nov 22nd, 2000, 07:34 AM
Hi guys...
You all know what happens when you press CTRL-ALT-DEL... the task manager opens, and you see the names of the programs running on your system. Now how are those names obtained is what I need to know? Is it using GetWindowText, or using GetClassName or is there somthing else I don't know about? I tried using those functions to retrieve what I want... However there are some windows that don't have captions, and have classnames that contain only numbers like #32770, but when I switch to the task manager... I see their names clearly mentioned.. eg: IconMaster2.0 . So what's the function used for this kind of job... ?
Thanks a lot