-
Hi I Have A Sorta Problem.
I have created a sort of task manager for my replacement shell. Wich is based on the code from: http://support.microsoft.com/support.../q187/9/13.asp . But i have a problem. I need to when people double click on one of the tasks that running task appears. I dunno if you understand but if you do please help me. Thank you so much.
http://www.c-interactive.co.uk
-
Knowing that task's handle, just use the setfocus api.
-
UUUUMMMM Sorry What does that mean???
-
In declarations:
Code:
Declare Function SetFocus Lib "user32" Alias "SetFocus" (ByVal hwnd As Long) As Long
In code:
Code:
SetFocus AnotherappsWnd