Sep 18, 2009 #1 ironslave Programmer Joined Feb 16, 2009 Messages 6 Location US Does anyone have any pointer on how I can get my program to set the focus on the program that was active before the user opened it(fron the tray) e.g. the window hides and sets focus to previous application in the ZOrder. thanks!
Does anyone have any pointer on how I can get my program to set the focus on the program that was active before the user opened it(fron the tray) e.g. the window hides and sets focus to previous application in the ZOrder. thanks!
Sep 19, 2009 #2 Glenn9999 Programmer Joined Jun 19, 2004 Messages 2,312 Location US Would you help us understand what you mean by this? set the focus on the program that was active before the user opened it(fron the tray) Click to expand... As for browsing window handles (what it sounds like you need to do?), this will give you a start. thread102-1546246 Measurement is not management. Upvote 0 Downvote
Would you help us understand what you mean by this? set the focus on the program that was active before the user opened it(fron the tray) Click to expand... As for browsing window handles (what it sounds like you need to do?), this will give you a start. thread102-1546246 Measurement is not management.