Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Forcing Application into focus

Status
Not open for further replies.

ahhchu

Programmer
Sep 19, 2001
38
US
Is there a way to make my application the application in focus via a function call or windows message?

Thanks
 
Assume you are looking for something like:

SetForegroundWindow(Application.Handle);
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top