How to create Floating Palette in Acrobat or Photoshop plug-in
To Create a floating palette in Acrobat/Photoshop plugin two simple steps are needed – use CreateDialog() and ShowWindow() along with SDK specific floating palette flag (if any needed). First Step is to create palette by using CreateDialog(). // Get the parent window HWND here. either use your SDK API’s or WIN32 API’s HWND hParent […]