[help] How To Develop Aqua Apps

I love all the apps that people here at aqua-soft make. i want to make some too but i really dont know how. Is there a program to do it with or a guide to do it?

#46493

me too.

I want to know about same things.

how to making Aqua apps, skins, and others. :smartass:

I'm looking for easy material template or guide.

if there is such information, please let me know someone.

#46513

Well,for the apps, you need to learn a programming Language, like C++ , Visual Basic or something else (theres too many to list).

Can't help you with the skins, I have no artistic talent.

#46522

i already know c++ (took it in HS and got AP for it) any how i want to find a good place to start programing with a GUI (all we ever learned was iostream) Does anybody here ahave a good place to start, mabie a good library for the frontend?

#46524

you might wanna consider learning C# its a new language thats much easier and quicker than C++.....

I dont know too much about it but you can check it out on microsofts site

#46757

Originally posted by lostspyder@Aug 10 2003, 05:18 PM

i already know c++ (took it in HS and got AP for it) any how i want to find a good place to start programing with a GUI (all we ever learned was iostream) Does anybody here ahave a good place to start, mabie a good library for the frontend?

yup thats standard i had that last year, console applications in c++ blow dude.

Basically everything u learned there, forget it, because win32 programming in c++ is completely different, the console coding you learned just gives you a taste, but nothing too useful .

#46945

Wow, I didn't noticed that there is a "Siwu's apps" section here ! lol, I feel like a star ;)

Well, you should begin to take Visual C++ (6.0 or .NET) and start a C++ application.

Take a tutorial, and read msdn :)

If you already know C++, that should make it :)

And don't forget one thing: you need an idea of what you want to code :)

One advice: don't code Managed C++ or C# apps, coz they need the Framework to work... so it's a pain in the ass (110 mb) for the ppl who don't have it :)

Anyway good luck. :)

#47702