Is there a simple way to create a gui?

gtrz

New member
First off I know zilch about programming.Is there some kind
of framework that you can use to create a gui with buttons
and sliders that you give shortcuts to reg keys etc?What I'm
insterested in trying(and it probably can't be done for lack
of driver support)is to make an equalizer gui for Vortex sound
cards in WinXP.It's easy enough to find the reg settings for
the equalizer with presets,custom etc. but I wonder if this
can be mapped into a gui?Again,I know nothing about this,
but any input would be appreciated even if it can't be done.
Thanks..
 
The short answer to your question is...yes, it can be done. Using something like Visual Basic would probably be your best bet if programming isn't your strong suite.

Getting access to the Windows registry in very easy to do, as Microsoft provides a slew of API functions for doing this sort of thing.

Personally, I would probably do it in C# (if you're unfamiliar with it, it's basically C++ meets Java in .NET)...
 
I guess if I have to ask I shouldn't be trying anyway but you
say "Visual Basic",I've seen the words before but is there like
a freeware program that I can use?Can you give me just a little
more of a clue?Thanks..
 
xbasic is freeware, and ive heard its much easier and creates much faster programs than viaualbasic.
 
If you know nothing about programming, you're not likely to be sucessful with such a project as your first attempt.

VB is probably your best bet for gui's though.
 
Back
Top