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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to create a form equivalent to Find/Replace form in Windows

Status
Not open for further replies.

igor22

Programmer
Sep 18, 2003
50
US
Hi,
I need to popup a form from my main application, so that a user can still access/modify data on the main page without the popup page going to background. Similar to Find/Replace box in MS Office applications.
How can I call my popup form to achieve that?

Thanks,
Igor
 
Set the TopMost property to True.

Code:
   Me.TopMost = True
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top