Homebrew [HELP]Creating a windows GUI

  • Thread starter Thread starter Deleted User
  • Start date Start date
  • Views Views 1,771
  • Replies Replies 19
D

Deleted User

Guest
Hello Gbatemp:
I am currently working on a windows 3ds utility (hans shorcut generator).
When I was making it I realized that I knowed how to create a cmd file and convert it to exe but I didn't knowed how to make a GUI like other 3ds utilities (romfs extractor/builder, Sky Army Knife, No ban No sky...).
I know that I need Visual Studio but, how do I use it? Does it work like programming .bat files?
I know batch, C and a bit of C++
I know that it isn't easy, so stop saying it!
Can anyone link me to a cool GUI tutorial?
Thanks!
《Thread Changelog》
v0.5 Improved questions
v0.4 Added knowings
v0.3 Added difficultly note
v0.2 Visual Studio questions & info
v0.1 Thread was created
 
Last edited by ,
No, I would begin with youtube tutorials with basic things, like clicking buttons which change the color of a form. Anything semi-advanced, which it seems like you're after, is way beyond your current capabilities, and I would not attempt to start off with this. It's simply too much and will probably be too error-prone. Work your way up.
 
Btw, Qt is a really nice way to make a GUI for C++ programs
Honestly, if his idea of programming is batch, then I would probably tell him to stay the fuck away from C++. I would focus on something easier and more managed, like VB.NET (or even C# if your ballsy enough).
 
Please read again the thread!
You would need to make a window with several text fields and buttons, and then make the code to retrieve the information you entered on the fields and pass that information as parameters to the .exe you're making the GUI.

I think the easiest way would be yo install Visual studio C#, that has some "drag and drop" features to make the form with the input fields you're looking for
 
You would need to make a window with several text fields and buttons, and then make the code to retrieve the information you entered on the fields and pass that information as parameters to the .exe you're making the GUI.

I think the easiest way would be yo install Visual studio C#, that has some "drag and drop" features to make the form with the input fields you're looking for
Can you link me to the program and to a few tutorials?
I am on win7 x32 (x86)
 
Google "visual studio express", I think those are free versions
 
You NEED to stop reserving the second slot in every thread you make i know i have already said it bit please stop doing it. It's pointless any info that is new can just be edited into your first post.
 
On-topic:
You should follow their advice. Work your way up into creating windows, then maybe think of your own GUI solution. Forget batch scripting as that is pretty different from C/C++ and C# and can't help you much on that end(AFAIK).

Google is your best friend, here are a few links on queries such as "creating windows in C", "using Qt with C++" and "win32 C++ windows":

The resources are out there. Spend some time reading wikis and tutorials and you'll get the hang of it. To reiterate what others said: creating programs is not simple. You'll have to invest time on it, so be patient and keep up that will to learn.

Off-topic:
This belongs in the programming section, not homebrew development, as it isn't about homebrew, but rather development of a conventional PC utility.
 

Site & Scene News

Popular threads in this forum