Page 1 of 1

i want to create simple GUI, advise pls

Posted: Fri Jan 10, 2014 5:47 am
by dado023
Hello everyone,

i am very new to all this, i am not familiar with any programming language.

What i want to learn is this:
To create simple GUI for controlling x264.exe, which would just allow user to select input file, and output file.

Now you will tell me, there are dozens of these already out there. Yes, but i want to practice and learn on this simple example.

So real question is, where do i start from? without diving into low level programming of c++, i just need some simple tools for creating GUIs which is newbie friendly :)

Thank you in advance for any tips.

Re: i want to create simple GUI, advise pls

Posted: Fri Jan 10, 2014 9:33 am
by eranif
dado023 wrote:without diving into low level programming of c++, i just need some simple tools for creating GUIs which is newbie friendly
This is not the correct place. This site is for people who knows C++ and are using codelite IDE as their tool
I suggest that you visit the wxForum for learning wxWidgets

Eran

Re: i want to create simple GUI, advise pls

Posted: Fri Jan 10, 2014 10:47 am
by dado023
tnx mate, i will check it out there.....

regards