Menu

dialog based app

2008-08-24
2012-09-26
  • Rocco Marcantonio

    How do i make a dialog based app with Dev I am very new only a day or so. Do i have to use the package manager to install the packages? Is there a tutorial on making a dialog based app?

    Battlingsteel

     
    • cpns

      cpns - 2008-08-25

      Dev-C++ provides no 'visual' GUI design tools. You must create textual resource scripts defining your dialogs or create the, at run-time using direct Win32 calls. No one in their right mind does that these days, so you may be better off using wxDevCpp http://wxdsgn.sourceforge.net/ which provides the tools to make this easy.

      However bear in mind that things have moved on in Windows development, and to create a Windows Forms application, you will need a .NET capable tool.

      Clifford

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.