Hi I want to pass the handle and DC of a picture box to a third party control. These were available in VB6 readily. Now we are porting the application to VB.NET . I am unable to get hDC.
Please help..
It's a very urgent.
Thanks Prasanth
MigrationUser 1 Tuesday, February 15, 2005 7:32 AM
Use the GetHdc method of the System.Drawing.Graphics class. You can get the Graphics object for the PictureBox in its Paint event or by calling CreateGraphics.
MigrationUser 1 Tuesday, February 15, 2005 11:47 AM