|
-
Mar 11th, 2003, 09:12 PM
#1
Thread Starter
New Member
Getting hDC
Is there any way to get the hDC for objects such as Forms and PictureBoxs in VB.NET?
I've tried using the GDI+ routines, but they don't seem very fast... I was hoping that there's some way to use bitblt as in VB6...
-
Mar 12th, 2003, 01:12 AM
#2
Sleep mode
try this example which uses Hdc (what's that anyways )
this is vb.net api declaration
here's VB.NET version of BitBlt function :
-
Mar 12th, 2003, 09:29 AM
#3
Thread Starter
New Member
Yeah, i tried using the "System.Drawing.Graphics.DrawImage" thing, but it was rather slow. That's why i was hoping to get an hDC and use BitBlt.
Thanks for the links though.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|