Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

Dan Sporici

@Dan Sporici
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Scroll into a Adobe Reader using buttons c#
    D Dan Sporici

    Might worth trying: Try sending a WM_VSCROLL message, using SendMessage() (via PInvoke) to the PDF Reader's Handle, when the button is clicked. Should look like this:

    SendMessage(adobePDFReaderHandle, WM_VSCROLL, (IntPtr)1, IntPtr.Zero); // this should scroll down

    Hopefully the handle of the control is provided...if not, you'll have to search it... Otherwise, try restoring the focus to the Adobe PDF Reader Control before sending the key combination.

    C# csharp com adobe help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups