Question:
how to develop an exe for windows?
2009-11-05 22:20:17 UTC
i need to develop a small application that will sit in task bar, clicking on which will display sayings. this is for windows.
what languages can i use to develop this app?
Three answers:
2009-11-05 22:46:29 UTC
VB.NET, it's not my favorite but it's THE easiest language ever,

http://www.microsoft.com/express/vb/Default.aspx 100% free LEGALLY



It sounds like a message box would fit your needs, the vb command for this is,

MsgBox(message)

Message can be replaced with a string variable or a constant string, a constant string is one that is always the same and is enclosed in ""s.

So,

MsgBox("I made a message box!")

would display a message box that would say, "I made a message box!" (without ""s).
AJo
2009-11-05 22:31:46 UTC
If You want to develop small application

i prefer visual basic 2005 or 2008 .Net

but yu need to do some reading about it

the software have MSDN integrated so you can read it when you purchase the software the help is on the cd

if you are interested in it you can do small application like calculator an small staff in a week
Rob
2009-11-05 22:25:43 UTC
The following is a short list.



Delphi

C

C++

C#

Objective C

Ada

Visual Basic

F#

Java

Scala

Groovy

Clojure

Python

Perl

Lua

Boo

Assembly language

Ruby

Tcl/Tk


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...