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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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