Search found 11 matches

by DanH
Fri Feb 19, 2016 11:10 pm
Forum: Feature Requests
Topic: Enhancement request: right mouse click event on annotation
Replies: 3
Views: 7562

Re: Enhancement request: right mouse click event on annotati

Thank you Cedric, We would also like an AnnotationMouseover event that returns the index. Our reason is to add our own version of a tooltip that will be unique for each annotation. We prefer our own control rather than the standard system tooltip because we would like to set the look. Thanks for you...
by DanH
Tue Feb 09, 2016 8:36 pm
Forum: Feature Requests
Topic: Enhancement request: right mouse click event on annotation
Replies: 3
Views: 7562

Re: Enhancement request: right mouse click event on annotati

We would also like to know the index when a user right-clicks on an annotation. Our reason is to add our own pop menu for annotations. Are you planning to add this feature?
by DanH
Sat Oct 19, 2013 10:43 pm
Forum: Feature Requests
Topic: Creating and processing Overlays
Replies: 6
Views: 6080

Re: Creating and processing Overlays

Hi Loic,

I'm using GDPicture.NET 10 and VB6 interop. GDViewer does not appear to be a container object in my environment. What am I missing ?

I am replacing an old PictureBox that has various objects overlaid.

Best regards,
DanH
by DanH
Mon Oct 14, 2013 6:39 pm
Forum: Example requests & Code samples
Topic: AnnotationManager example in vb6 com interop
Replies: 1
Views: 2470

Re: AnnotationManager example in vb6 com interop

I found the answer to this (easily after I noticed the Example Code by scrolling down in the online help.)

AnnotationManager.SetAnnotationPropertyValue is a good example of how to use the Annotation Manager in VB6.
by DanH
Sun Oct 13, 2013 2:57 am
Forum: COM interoperability
Topic: X & Y coordinates with MouseOver GDViewer
Replies: 1
Views: 9430

X & Y coordinates with MouseOver GDViewer

Is there a way to get X & Y coordinates with MouseOver of GDViewer?
by DanH
Sun Oct 13, 2013 2:54 am
Forum: Document Viewing
Topic: gdViewer Annotation Tooltip
Replies: 5
Views: 11877

Tooltip on Annotations on GDViewer

Can a tooltip show for Annotations on GDViewer?
by DanH
Sun Oct 13, 2013 1:11 am
Forum: Example requests & Code samples
Topic: AnnotationManager example in vb6 com interop
Replies: 1
Views: 2470

AnnotationManager example in vb6 com interop

Hello,

I'm having trouble programmatically adding Annotations in vb6. I tried to use AnnotationManager, but am missing something.

It would help me a lot if you make an example vb6 com interop project using a method like AddAnnotation that is not interactive.

Thank you for your time.
by DanH
Sun Nov 29, 2009 8:04 pm
Forum: Image Processing & Document Imaging
Topic: CreateImageFromPicture
Replies: 2
Views: 2156

Re: CreateImageFromPicture

Hello Loic, Thanks. CreateImageFromMetaFile works, but a fixed scale factor (such as 10) was sometimes too large. Some WMF files even work best with a value of less than 1. Right now, I load to an Image staging area, but just to help determine what the scale factor should be. The instances where Cre...
by DanH
Sun Nov 29, 2009 12:55 am
Forum: Image Processing & Document Imaging
Topic: CreateImageFromPicture
Replies: 2
Views: 2156

CreateImageFromPicture

Hello, I'm having trouble in VB6 with CreateImageFromPicture. Here is some background: I'm working with a vector-based WMF file that is saved in many of our existing user databases. The type of picture has always displayed OK in a standard Image control. Of course, the colors are limited, so I would...
by DanH
Fri Apr 03, 2009 11:39 pm
Forum: Document Viewing
Topic: HiRes WMF Fies
Replies: 3
Views: 2573

Re: HiRes WMF Fies

Hello Loïc, I am using the GDPicture ActiveX version. (Sorry to post to the wrong section.) I'm looking forward to working with GDPicture.NET and native vector images in the future, but would like to upgrade capabilities of my old system now. My application also uses small, thumbnal size images, and...
by DanH
Mon Mar 30, 2009 11:31 pm
Forum: Document Viewing
Topic: HiRes WMF Fies
Replies: 3
Views: 2573

HiRes WMF Fies

Hello, I am a new user of GDPicture, and can't find the answer to this question online. I have an exisitng application that uses WMF files that were exported from AutoCAD, typcally building floor plans, and it allows the user to zoom in. My first project incorporating GdViewer is to export the floor...