Oct 31, 2001 #1 ahhchu Programmer Joined Sep 19, 2001 Messages 38 Location US Is there a way to make my application the application in focus via a function call or windows message? Thanks
Is there a way to make my application the application in focus via a function call or windows message? Thanks
Nov 1, 2001 #2 Robertio Programmer Joined Oct 9, 2000 Messages 87 Location GB Assume you are looking for something like: SetForegroundWindow(Application.Handle); Upvote 0 Downvote