Skip to main content
Known Participant
February 3, 2017
質問

How to create a inputbox in acrobat plugin

  • February 3, 2017
  • 返信数 3.
  • 766 ビュー

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!

このトピックへの返信は締め切られました。

返信数 3

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.