D DaveL Oct 8, 2008 #1 How can i convert/cast a control.handle to its Object TextBox, combobox, etc thanks DaveL
D DaveL Oct 9, 2008 #2 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. Click to expand...
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. Click to expand...