Skip to main content
Known Participant
February 3, 2017
Question

How to create a inputbox in acrobat plugin

  • February 3, 2017
  • 2 replies
  • 766 views

Hello,

I want to open a input box to receive some text after clicking on my custom menu item.

Is there any API methods to do it?

With normal C++, I am not able to achieve it.

Thanks in advance!

This topic has been closed for replies.

2 replies

Legend
February 3, 2017

Windows APIs include DialogBox, DialogBoxIndirect. Maybe these aren't under the heading of GDI. Microsoft do reorganise sometimes. Maybe under Windowing. Anyway, you need familiarity with the platform API to do this.

Legend
February 3, 2017

At one time Acrobat had such features but they are gone. Use the platform GUI facilities to show a modal dialog. In Windows, that would be GDI or GDI+.

Known Participant
February 3, 2017

As you can see on MSDN, there is no graphics feature to create model dialog.

Windows GDI (Windows)

GDI+ (Windows)

Its about brush, pen, paints etc.