Get instance from handle

  • Thread starter Thread starter danjones.email
  • Start date Start date
D

danjones.email

Is it possible to get a reference to an object using its handle? Up to
this point I have determined the handle a custom grid I am trying to
access, but I would now like to get the reference to the grid so i can
select individual cells. Any ideas are appreciated.

Thanks,

Dan
 
Is it possible to get a reference to an object using its handle?

What kind of handle are we talking about? Are you by any chance
looking for the Control.FromHandle method?


Mattias
 
Back
Top