Search found 5 matches

by bart1980
Thu Feb 18, 2010 10:27 am
Forum: General discussions
Topic: Error running
Replies: 1
Views: 2553

Error running

Hello,

I got a problem when I run my VB.NET Winform application in Windows 7 64bit. When I open my form with a GDViewer I get te following error:

GdPicture.NET, Version=6.4.0.10, Culture=neutral, PublicKeyToken=3058ead3ae55af17

Does anybody know how to fix this.

Bart
by bart1980
Sun Nov 15, 2009 8:35 pm
Forum: Document Printing
Topic: Bad print quality when print Document.
Replies: 4
Views: 13553

Re: Bad print quality when print Document.

Hello,

By making a PDF for you, the problem didn't be there. So I check with different printer and this one did also not have the problem.

Thanks for your help.

Kind regard,

Bart
by bart1980
Sun Nov 15, 2009 7:04 pm
Forum: Document Printing
Topic: Bad print quality when print Document.
Replies: 4
Views: 13553

Re: Bad print quality when print Document.

Here is the print code: Private Sub ToolStripMenuItem10_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripMenuItem10.Click 'oGdPictureImaging.ConvertTo1Bpp(1) GdViewer1.PrintSetDocumentName("GdPicture Document Viewer Printing") GdViewer1.PrintDialog(Me) End...
by bart1980
Sun Nov 15, 2009 3:55 pm
Forum: Document Printing
Topic: Bad print quality when print Document.
Replies: 4
Views: 13553

Bad print quality when print Document.

Hello, When I print a document I get a light gray dot background. It's on every page. Below you have my code. Hope somebody can help me. Bart GdViewer1.Clear() Dim Bits As Byte() Bits = CType(DocumentViewDataGridView(5, DocumentViewDataGridView.CurrentCell.RowIndex).Value, Byte()) GdViewer1.DisplayF...
by bart1980
Wed Nov 04, 2009 1:00 am
Forum: Example requests & Code samples
Topic: How to show a image from a Blob field in GDViewer?
Replies: 1
Views: 2343

How to show a image from a Blob field in GDViewer?

Can somebody help me with a code that can show my images store in a Blob Field VarBinary(Max) in MS SQL 2005 database. I use MS Virusal Studio 2008 and my program is written in VB.Net. My dataset is DocumentView The tablename is DocumentView The Fieldname of my image is DocumentPicture I Hope the he...