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

Handle for other aplication

Status
Not open for further replies.

McGregor80

Programmer
Joined
May 15, 2005
Messages
13
Location
PL
I want to do handle for Form1. Reason is that other program has to manipulate using this handle with my Form1(ex. Minimizie, Restore from try icon and other methods aviliable in Form).

Is it enough to make standart HANDLE or it's some special for other aplications???

Thanks
 
You can get the handle for your form via Form1->Handle. Some programs may require this to be an integer so do (int)Form1->Handle.



James P. Cottingham
-----------------------------------------
I'm number 1,229!
I'm number 1,229!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top