PDA

View Full Version : Which tool kit is used for creating windows applications?



praveesh
October 17th, 2009, 06:20 PM
Similar to gtk and qt , which tool kit is used ? . It's just because of eager . Do any one know ? Visual basic ? Visual studio ?

Tipped OuT
October 17th, 2009, 06:51 PM
Microsoft Foundation Class

RiceMonster
October 17th, 2009, 06:53 PM
Similar to gtk and qt , which tool kit is used ? . It's just because of eager . Do any one know ? Visual basic ? Visual studio ?

Visual Basic is a programming language and Visual Studio is an IDE.

What you're thinking of is Windows Forms (http://en.wikipedia.org/wiki/Winforms).

Tipped OuT
October 17th, 2009, 06:54 PM
Visual Basic is a programming language and Visual Studio is an IDE.

What you're thinking of is Windows Forms (http://en.wikipedia.org/wiki/Winforms).

It's Microsoft Foundation Class. I got it. ;)

forrestcupp
October 17th, 2009, 07:28 PM
You can use MFC, but you can also use wxWidgets, GTK, or QT. You can also program in straight win32 API, like a real programmer. Or use C# and .Net, like a noob.

praveesh
October 17th, 2009, 07:57 PM
Thanks