[question] Apps

Why are there no WYSIWYG app maker programs?

#43038

Isn't VB something like WYSIWYG?

#43230

I dont really know, to be honest with ya. If it is that is even better.

#43232

Its called an IDE and there's loads.

VisualBasic is one (all the "visual" languages have them)

For some popular *nix ones:

GLADE

Kdevelop

KYLIX

If you want something easy though, you may want to look at simple scripting. Batch files in Windows, Shell Scripts in linux. Ive been doing a lot of it lately, and you'd be surprised how much you can get done, without even having to code anything.

#43233

ok now here comes the milion dollar question, are there any free ones, or shareware. (I'm not talking warez here)

#43234

All the linux ones I mentioned are free (and open source).

IMO, if you want free programming, nothing beats linux. It was made for that.

But Kylix has a Windows version, and its by a reputable company (Borland).

Keep in mind, they are just GUIs for other Languages, VisualBasic for Basic, GLADE for C/C++, etc.

You should really learn those languages as well.

Though for more info, talk to the developers here.

#43235

ok, thanks for your help I appreciate it :D

#43236