Google Answers Logo
View Question
 
Q: programming language for creating standalone easy-to-install Windows apps ( No Answer,   8 Comments )
Question  
Subject: programming language for creating standalone easy-to-install Windows apps
Category: Computers > Programming
Asked by: oxfordperson-ga
List Price: $20.00
Posted: 10 Feb 2004 20:05 PST
Expires: 11 Mar 2004 20:05 PST
Question ID: 305605
I am a programmer currently using c# as my main programming tool.  I
am looking for a productivity tool, using any language, that allows me
to create windows applications with ease (i.e. where showing a window
does not take up too many lines of code) but that can also install
quickly on a machine without dot net framework.  I just want to create
simple GUI apps, that have a little file acesss, but no database
access.  A low price tag is important, but support is more important. 
What are the best options?
Answer  
There is no answer at this time.

Comments  
Subject: Re: programming language for creating standalone easy-to-install Windows apps
From: enryb-ga on 11 Feb 2004 05:13 PST
 
Try Visual Dialog Script (http://www.dialogscript.com) - it is a very
small but powerful scripting language based on Delphi.  Compiles to
small executables with a simple runtime dll for easy distribution. 
Good Windows handling plus support from lots of third party dll's
Subject: Re: programming language for creating standalone easy-to-install Windows apps
From: umilmi81-ga on 11 Feb 2004 05:25 PST
 
Visual Basic is one way to go.  But seeing as you already program C#,
I'd suggest you invest sime time in learning the Visual Studio.NET
IDE.  You should be able to  throw together forms pretty quickly once
you know what you're doing.
Subject: Re: programming language for creating standalone easy-to-install Windows apps
From: oxfordperson-ga on 11 Feb 2004 06:59 PST
 
I have been creating forms in VB and c# for the last 9 years.  What I
need is to create installs that don't require big downloads like dot
net framework.  dialogscript looks interesting... there must be some
others though.
Subject: Re: programming language for creating standalone easy-to-install Windows apps
From: codin_away-ga on 11 Feb 2004 10:22 PST
 
Have you looked into HTA? HTML Applications can give you the full
functionality of all the browser based languages and it uses ie which
just about the entire world has. Check out:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/hta/overview/htaoverview.asp
Subject: Re: programming language for creating standalone easy-to-install Windows apps
From: oxfordperson-ga on 11 Feb 2004 14:41 PST
 
I have come across HTA before but your link provides some useful
information, and it may be just the thing for what I'm trying to do.

It may be just my prejudices but dialogscript looks a bit clunky (the
language itself).

From my own research, Delphi seems to be the only option which is easy
to program, fits my other requirements, and offers executables (useful
if you want to hide the source code at least, which may be a
requirement in the future)... maybe it is the only such option.
Subject: Re: programming language for creating standalone easy-to-install Windows apps
From: codin_away-ga on 12 Feb 2004 21:07 PST
 
FYI there is mshta.exe that has a command line switch of the path and
location of the hta file you want to run. If you can generate the file
contents through something "encryptable" and then call that executable
then that may work as well. I just re-designed a help system for an
older looking db software that generates everything from compiled
program files and or encrypted db's so it's all hidden.
Subject: Re: programming language for creating standalone easy-to-install Windows apps
From: hammer-ga on 13 Feb 2004 12:27 PST
 
There's FLTK, which is free, cross-platform and has active user support.
http://www.fltk.org

- Hammer
Subject: Re: programming language for creating standalone easy-to-install Windows apps
From: chimera666-ga on 14 Apr 2004 15:09 PDT
 
I recommend an older version of Delphi (5-6) for development, and Inno
Setup for deployment.
Inno setup offers easy way to create a onefile installer.
http://www.jrsoftware.org/isinfo.php#features

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy