Search found 33 matches

by beandog
Mon Jan 16 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Bookmark control seriously malfunctioning
Replies: 3
Views: 7804

Bookmark control seriously malfunctioning

I found that while viewing a PDF file in the example application, after a while the bookmarks stopped working. This is a way to reproduce the problem: Open the PDF Creator Developer Manual PDF file in the example application (PDFCreactiveDoc.exe) Expand all the bookmark folders in the bookmark view ...
by beandog
Wed Dec 21 2005
Forum: C/C++/C# Community
Topic: Scroll whole document OR set absolute scroll position
Replies: 3
Views: 8881

Kind of...

Yes, I realize that function exists. I've played around with it a little. But while I can force it to scroll, I can't figure out a way to get feedback from it when a user manually scrolls up or down (or uses the mouse wheel if the scrollbar is turned off). Also, I can't figure out how exactly it dec...
by beandog
Wed Dec 14 2005
Forum: C/C++/C# Community
Topic: Scroll whole document OR set absolute scroll position
Replies: 3
Views: 8881

Scroll whole document OR set absolute scroll position

I'm using MFC. I need to be able to scroll through the entire length of a PDF document that's open with one scrollbar. I can't see a built-in way to do this, so I'm trying to implement it using an external scrollbar. It's pretty easy to move to the correct page based on the scrollbar's position, but...