varunb on 2/9/2008 at 17:03
Can anyone suggest a good software that can help me in creating a GUI for commandline programs ? I was wondering if I could also analyse the code for GUI like creating buttons, text fields etc. I want the GUI to work on both XP & Vista.
bikerdude on 2/9/2008 at 18:11
Hi there
I'm no programmer, but I would wonder over to the editing guilds, some one there is bound to know
biker
varunb on 3/9/2008 at 13:36
Thanx The Brain. What about VB.NET ? Wouldn't that be better if I use some IDE that uses VB.NET like SharpDevelop ? What would you recommend ? I am just a beginner in designing GUIs. The last thing I did was creating forms using Oracle Forms 6i.
potterr on 3/9/2008 at 14:32
The problem with most development tools is you have to buy them, I have an MSDN Developer license which cost almost £3,000, although I use it day in day out.
What is the command line tool you are wanting to add a gui to?
varunb on 3/9/2008 at 16:04
I am trying to make the GUI for SSRC which is available from sourceforge just for learning purpose.
The Brain on 5/9/2008 at 12:09
Quote Posted by varunb
Thanx
The Brain. What about VB.NET ? Wouldn't that be better if I use some IDE that uses VB.NET like SharpDevelop ? What would you recommend ? I am just a beginner in designing GUIs. The last thing I did was creating forms using Oracle Forms 6i.
If you are more familiar with Visual Basic programming language, then you should consider using it in your task.
Quote Posted by potterr
The problem with most development tools is you have to buy them, I have an MSDN Developer license which cost almost £3,000, although I use it day in day out.
Open source alternatives are just good as commercial ones. And free.
This looks interesting, if you only want make GUI fast without too much coding and logic.
David on 5/9/2008 at 13:29
Express Editions of the .Net suite are also free and allow for commercial projects.