Reputation: 351
I am developing a plugin for Adobe Illustrator CS6.
One thing is once this plugin is installed in Illustrator, when I click on Help -> About My plugin..., a pop up which is apparently generated by Illustrator appeared.
How can I create my own About dialog ?
Thanks & regards,
Upvotes: 0
Views: 157
Reputation: 26
You can use the generic MessageBox or dialogBox of C++ to create your own About box
Upvotes: 1