Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Creating new custom dialog box


2 replies to this topic

nelly

nelly
  • Members
  • 22 posts

Posted 23 January 2005 - 12:16

Hello,
I need help in creating new custom dialog box, Please help me how can I start do it, what resource editor do I need?

Thanks.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 24 January 2005 - 11:03

I think there's a description in help. You can use the resource editor in Visual Studio. Basically you need to build a DLL that will include the dialog resource in VS. Then you write the script that will load the resource, display the dialog, and process the events for the diaklog controls, in your InstallScript.
BTW newer InstallShield versions (I think starting with DevStudio 9, the latest version being InstallShield 10.5) include a dialog editor.

nelly

nelly
  • Members
  • 22 posts

Posted 24 January 2005 - 16:04

thanks a lot