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

Determining calling control

Status
Not open for further replies.

evilpeer

Programmer
Sep 24, 2001
16
US
I want a single function to handle calls from several controls when the EN_KILLFOCUS command is sent. The only problem is that I'm not sure how to determine which control is calling the function.

---Evil Peer
 
Probably you can parameterize the function and pass some flag, like the calling control's name/ID/handle so that you can indentify the calling control from inside the function.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top