Search found 6 matches

by mikey
Mon Mar 11, 2013 12:31 am
Forum: Image Processing & Document Imaging
Topic: How to - vb6 gdimaging to picturebox?
Replies: 3
Views: 4265

Re: How to - vb6 gdimaging to picturebox?

Something like this should do the trick: Dim hBitmap As Long = oGdPictureImaging.GetHBitmap(ImageID) Set Picture1.Image = imgTest.FromHbitmap(hBitmap) These methods dont even exist in the current version .. looks like youve copied and pasted the solution from a very old thread. At any rate, if some...
by mikey
Fri Mar 08, 2013 5:10 pm
Forum: Image Processing & Document Imaging
Topic: How to - vb6 gdimaging to picturebox?
Replies: 3
Views: 4265

Re: How to - vb6 gdimaging to picturebox?

Something like this should do the trick: Dim hBitmap As Long = oGdPictureImaging.GetHBitmap(ImageID) Set Picture1.Image = imgTest.FromHbitmap(hBitmap) I don't see either of these methods with 9.4. I only see: GetHBitmapFromGdPictureImage and CreateGdPictureImageFromHBitmap Is the example your refer...
by mikey
Fri Mar 08, 2013 5:04 pm
Forum: COM interoperability
Topic: VB6 .Scale method
Replies: 2
Views: 11655

Re: VB6 .Scale method

Thanks, thats what I Indeed ended up doing.
by mikey
Fri Mar 08, 2013 11:00 am
Forum: Image Processing & Document Imaging
Topic: How to - vb6 gdimaging to picturebox?
Replies: 3
Views: 4265

How to - vb6 gdimaging to picturebox?

In vb6 using the com object gdimaging, how do I draw to a picturebox control?

Ultimately I'm trying to transfer the image in a gdimaging object to to the .cellpicture property of a flexgrid control.

Also, is there a way to save the image In the viewer control to gif?
by mikey
Tue Mar 05, 2013 11:46 pm
Forum: Image Processing & Document Imaging
Topic: AutoDeskew questions
Replies: 1
Views: 2573

AutoDeskew questions

Im using autodeskew for alphabetic characters. The characters can either have - or + skew angle. What Im finding is that autodeskew always assumes a positive skew angle to find. Is this the case?
by mikey
Sun Mar 03, 2013 6:06 pm
Forum: COM interoperability
Topic: VB6 .Scale method
Replies: 2
Views: 11655

VB6 .Scale method

I'm having problems with the .scale method using VB6. I dont get any intellisense and cannot get the VB6 example in the docs to work either. All other methods that Ive used so far are working fine. Possible bug?