Screen Location

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

I have a button on each row in the grid control, I want to display a from right next to the button when a user click on the button in the grid control. How do I get the screen coordinates to display this form?


Thank


Peter
 
check out the PointToScreen function. It simply converts a point in
your application to a point on your screen.
 
Back
Top