How do I get a windows object from its handle in C#
IntPtr pointer = MyControl.Handle // this is fine
but how do I ....
Control c = GetControlFromIntPtr(IntPtr).
How do I get a windows object from its handle in C#
IntPtr pointer = MyControl.Handle // this is fine
but how do I ....
Control c = GetControlFromIntPtr(IntPtr).
Get a windows object from its handle
pshaw
imshally81
mdanshin