Search found 11 matches

by glnoble
Fri Jun 15, 2012 6:47 pm
Forum: COM interoperability
Topic: printing from gdviewer
Replies: 4
Views: 14384

Re: printing from gdviewer

worked perfectly, quick response and good advice, very thankful!
by glnoble
Fri Jun 15, 2012 4:42 am
Forum: COM interoperability
Topic: Microsoft .net framework - unhandled Exception
Replies: 1
Views: 12217

Microsoft .net framework - unhandled Exception

we get the following unhandled exception when trying to close a window with a gdviewer and a thumbnail viewer on the screen. a pdf file is loaded in both. We are running Windows 7 64bit using Microsoft Access 2010. Unhandled exception has occurred in a component in your application. If you click con...
by glnoble
Fri Jun 15, 2012 2:53 am
Forum: COM interoperability
Topic: printing from gdviewer
Replies: 4
Views: 14384

printing from gdviewer

we are doing a com version 5 to .net V8 conversion. In our application we allow the user to open a PDF using the viewer then locate a page then click a print button to print the current page being viewed. The simple function is below. the logic worked perfectly in com version 5 but I am getting an e...
by glnoble
Tue Jun 05, 2012 6:29 pm
Forum: Document Viewing
Topic: page count sync
Replies: 4
Views: 8350

Re: page count sync

Just and FYI itemselectionchanged and mouseup produced the same results. I altered the setting of the label to the following procedure which works great. Thanks for the guidance! Private Sub thumb1_ItemClicked(ByVal Idx As Long, ByVal Button As MouseButton) lbPage.Caption = "Page " & I...
by glnoble
Tue Jun 05, 2012 2:01 pm
Forum: Document Viewing
Topic: page count sync
Replies: 4
Views: 8350

Re: page count sync

Good thought but not the problem. Here is an example. I have a 10 page doument. I click on a thumbnail for page 1, it shows page 1 in the viewer. I click on page 5, it shows page 5 in the viewer but the page indicator is 1 of 10. I click on page 8, it shows page 8 in the viewer but the page indicato...
by glnoble
Tue Jun 05, 2012 5:22 am
Forum: Document Viewing
Topic: page count sync
Replies: 4
Views: 8350

page count sync

I have navigation which allows useres to click on right or left arrows to move through pages of pdf files loaded in a gdviewer. Below the arrows is a paging indicator - Page 2 of 48 for example. This works very well and moves through the PDF perfectly. We have recently added the thumbnail viewer whi...
by glnoble
Mon Jun 04, 2012 6:08 pm
Forum: COM interoperability
Topic: Twain DLL problem
Replies: 5
Views: 9031

Re: Twain DLL problem

Loic,

My apologies, I did the steps suggested and it works perfectly.

as always thanks for the wonderful support and quick response!
Greg
by glnoble
Sun Jun 03, 2012 6:52 pm
Forum: COM interoperability
Topic: Twain DLL problem
Replies: 5
Views: 9031

Re: Twain DLL problem

Loic, that would make sense if the .net version was ever loaded on my machine. It was not we had the old activex version gdpicture 5. the only DLL's are from the newest version we just downloaded when we purchased the .net version a couple weeks ago. there simply was never an older version of .net f...
by glnoble
Sun Jun 03, 2012 12:32 am
Forum: COM interoperability
Topic: Twain DLL problem
Replies: 5
Views: 9031

Twain DLL problem

I am moving from gdpicture 5 activeX to .net 8. The twain is slightly different so trying to rewrite under the new standards. running into an issue with the twain DLL. when I try even the simplest function I get the following error: The version of GdPicture.NET.twain.gdtwain.dll is invalid. Please u...
by glnoble
Thu May 03, 2012 5:36 pm
Forum: COM interoperability
Topic: [MSAccess] Resizing the control at runtime
Replies: 10
Views: 21429

Re: [MSAccess] Resizing the control at runtime

Loic, thank you for the incredibly fast response! I will stop wasting time figuring out the problem and work towards a workaround. My initial thought is I will have two gdviewer controls and show/hide as needed depending on the orientation requested. A little extra work but no big deal.
by glnoble
Thu May 03, 2012 4:42 pm
Forum: COM interoperability
Topic: [MSAccess] Resizing the control at runtime
Replies: 10
Views: 21429

[MSAccess] Resizing the control at runtime

We are working in Microsoft Access 2010, running Version .NET 8. We have a screen which displays id cards scanned into the system. In the previous activeX version we were able to change the size of the control and rotate the image to display the card landscape or portrait. The .NET 8 version does no...