wndproc

  • Thread starter Thread starter DaveL
  • Start date Start date
D

DaveL

How can i convert/cast a control.handle
to its Object
TextBox, combobox, etc


thanks
DaveL
 
Thankyou very much peter

DaveL

Peter Duniho said:
If the handle is actually for a specific Control, you can use
Control.FromHandle(). Otherwise, it's not possible.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Point in a window 1
Custom Controls 2
Toolstripbutton 2
windows forms 1
Events Windows form 2
wndproc 2
xml counts 4
thanks to all 3

Back
Top