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 derfloh 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
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
 
Assume you are looking for something like:

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

Part and Inventory Search

Sponsor

Back
Top