|
-
Sep 25th, 2001, 02:36 AM
#1
Thread Starter
Retired VBF Adm1nistrator
BitBlt the image into a PictureBox, and then use SavePicture to save the image in the picturebox to the drive. Turn on AutoSize for the picturebox too.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Sep 25th, 2001, 08:00 AM
#2
New Member
Using a picture box means I have to have a form right?
If so I am trying to make this completly hidden to encapsulate into an activex dll so I can use it with my asp scripts to create thumbnails. I don't think my service provider would like me to be poping up forms here and there...
If I don't have to have a form to set this up than can anyone give me some code that can show me how to do this???
thanks
-
Sep 25th, 2001, 08:02 AM
#3
Thread Starter
Retired VBF Adm1nistrator
Add a picturebox to a form, make it big enough for your image, and then in the Load event for the form just put Me.Hide
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Sep 26th, 2001, 01:17 PM
#4
transcendental analytic
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
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
|