Skip to main content
Known Participant
November 3, 2008
Question

Where is the parent HWND in automate plugin?

  • November 3, 2008
  • 2 replies
  • 774 views
Hi. How can I create my own dialog without ADM help in automate plugin?
and why i can't create with CreateWindow my own window?
it returns NULL (0)
This topic has been closed for replies.

2 replies

_sax0n_Author
Known Participant
November 10, 2008
Thx for Your reply. I found all bugs
Known Participant
November 8, 2008
Creating a dialog should be possible. I can't think of a reason why
CreateWindow would fail. Take it a step at a time. I'd start with a
MessageBox call and see if that works, then a normal window, and finally a
dialog.