Tech Support > Operating Systems > Linux / Variants > Visual Basic Equivalent??
Visual Basic Equivalent??
Posted by Michael Heiming on February 28th, 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Simon Koh <simonkoh@hotmail.com> wrote:
Don't know about anything as broken as VB/VBA for Linux, did you
try a search on freshmeat.net?

Falling that, there are tons of compiler/interpreter languages
available, most come with any decent distro. After all, it's kind
of personal preference and what you want to achieve.

- --
Michael Heiming (GPG-Key ID: 0xEDD27B94)

Remove +SIGNS and www. if you expect an answer, sorry for
inconvenience, but I get tons of spam.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAQHtzAkPEju3Se5QRAlYeAKCjYbx0gLuu8RHvl4zuYS cDJc7gOwCfYKJx
Vr8fxJEPXjEHAqlK1uVY26Y=
=P2wg
-----END PGP SIGNATURE-----

Posted by Martin Blume on February 28th, 2004


"Simon Koh" <simonkoh@hotmail.com> schrieb
You might want to look at Gambas at
http://gambas.sourceforge.net/

Don't know too much about VB, so YMMV.

HTH
Martin




Posted by Peter Köhlmann on February 28th, 2004


Simon Koh wrote:

Try "Gambas"
--
Computers are like air conditioners -
they stop working properly when you open Windows


Posted by Helge Rex on February 28th, 2004


Hi Simon,

Simon Koh schrieb:
http://www.activevb.de/rubriken/faq/vb-linux.html


Regards
Helge


Posted by John Hasler on February 28th, 2004


Simon writes:
I hope not.

Plenty of choice there. I suggest that you start with Python. It's
probably already installed on your machine. Every major distribution
includes it.
--
John Hasler
john@dhh.gt.org
Dancing Horse Hill
Elmwood, Wisconsin

Posted by Christopher Browne on February 28th, 2004


In an attempt to throw the authorities off his trail, Simon Koh <simonkoh@hotmail.com> transmitted:
The language that gets most commonly billed with this sort of thing is
the Python scripting language.

It has a quite simple and sparse syntax, unlike, say, Perl, and there
are quite a lot of libraries to support building graphical
applications.
--
"cbbrowne","@","ntlug.org"
http://cbbrowne.com/info/python.html
Rules of the Evil Overlord #167. "If I am recruiting to find someone
to run my computer systems, and my choice is between the brilliant
programmer who's head of the world's largest international technology
conglomerate and an obnoxious 15-year-old dork who's trying to impress
his dream girl, I'll take the brat and let the hero get stuck with the
genius." <http://www.eviloverlord.com/>

Posted by Kenny McCormack on February 28th, 2004


In article <c1qb2n$1moftt$2@ID-125932.news.uni-berlin.de>,
Christopher Browne <cbbrowne@acm.org> wrote:
To the OP: Don't be misled by this. Python is YAUSL (Yet another Unix
scripting language).

To CB: You have to understand that what VB is not really a programming
language (it *can* be a programming language, but the sense in which the OP
means it, it isn't). Rather, it what they call a "Rapid Development
System" - where you can get a database app going quickly w/o writing a line
of code, just by dragging some forms around and clicking some buttons.


Posted by Joe on February 28th, 2004


In message <pan.2004.02.29.00.27.23.549386@hotmail.com>, Simon Koh
<simonkoh@hotmail.com> writes
still free (anything produced with it must be GPL) and there are
commercial versions.

Language is either C++ or Delphi (object Pascal). Pascal is close enough
to a decent Basic, just remember the punctuation.

Environment is drag and drop, code where necessary, though even simple
database work can be done without code.
--
Joe

Posted by Kenny McCormack on February 28th, 2004


In article <pan.2004.02.28.19.46.02.780390@yahoo.com>,
dmbkiwi <dmbkiwi@yahoo.com> wrote:
None of which (i.e., of what you list) is incompatible with its being YAUSL.
I suppose I neglected to say "not that there is anything wrong with that"
(being a YAUSL) in my post.

I haven't. It would be good news for the OP if it was indeed an RDS.


Posted by dmbkiwi on February 28th, 2004


On Sat, 28 Feb 2004 15:18:27 +0000, Kenny McCormack wrote:

To the OP: Don't be misled by this. Python is not YAUSL. Python is a
sophisticated Object oriented programming language, and is very
cross-platform (works on Windows, Mac, unix, and unix-like platforms).

Have you looked at gambas? gambas.sourceforge.net

Posted by os moma on February 28th, 2004


Simon Koh wrote:

Gambas.
http://gambas.sourceforge.net/


Posted by William Park on February 28th, 2004


Kenny McCormack <gazelle@yin.interaccess.com> wrote:
Without writing a single line of code?! Long live Microsoft!

--
William Park, Open Geometry Consulting, <opengeometry@yahoo.ca>
Linux solution for data management and processing.

Posted by Simon Koh on February 28th, 2004


Hi,

Is there a similar programming language in Linux works similarly like MS
Visual Basic? I need a easy/friendly user interface programming language.

Thanks.
Simon


Posted by Simon Koh on February 29th, 2004


On Sat, 28 Feb 2004 12:52:50 +0100, Martin Blume wrote:

Thank you, guys. Appreciate all your input. Will look into all advices.

Simon


Posted by Hamilcar Barca on February 29th, 2004


In article <c1qbsi$n1b$1@yin.interaccess.com>, on Sat, 28 Feb 2004
15:18:27 +0000, Kenny McCormack wrote:


Python is the Amoeba scripting language. It's become a complete,
(non-pure) object-oriented programming language with considerable support
for graphical environments (GTK, Qt, wxWindows, Tk, etc.)

"Visual Basic" (VB) isn't a programming language; it's a product
consisting of a compiler, IDE, and other stuff. "Visual Basic for
Applications" (VBA) is the language.

VB6, for all its quirks, was remarkably useful FOR ITS INTENDED PURPOSE.
I'm not especially sorry I don't use it any more.

--
"SCO has been sowing confusion and misinformation regarding the validity
of the GNU GPL as part of their strategy to extort money from users of
... Linux, which is licensed under FSF's GPL."
-- Eben Moglen, Professor of Law and Legal History, Columbia Law School.


Posted by Joe on February 29th, 2004


In message <c1r3ob$1ldek0$1@ID-99293.news.uni-berlin.de>, William Park
<opengeometry@yahoo.ca> writes
few lookup tables for menus and a couple of basic filter-by-examples,
the sort of thing you can knock up with Access in ten minutes. Why would
you need code at this level? The most you might need is a simple SQL
statement or two, but the RADs usually have GUI SQL generators for the
more common types of query.

Many controls in Delphi/C++/J++ Builder have additional 'data-aware'
versions which can be hooked together to make this kind of simple
codeless database application.
--
Joe

Posted by mike on March 2nd, 2004


Simon Koh wrote:
Check into Xbasic.
It runs on Windows and Linux. Source code compatible.
Has functionality similar to visual basic. Free is a very good price.

mike
--
Return address is VALID.
Bunch of stuff For Sale and Wanted at the link below.
Toshiba & Compaq LiIon Batteries, Test Equipment
Honda CB-125S $800 in PDX
TEK Sampling Sweep Plugin and RM564
Tek 2465 $800, ham radio, 30pS pulser
Tektronix Concept Books, spot welding head...
http://www.geocities.com/SiliconValley/Monitor/4710/


Posted by Ken Bloom on March 7th, 2004


On Sat, 28 Feb 2004 19:27:23 -0500, Simon Koh wrote:

Try developing in QT and C++ with QT Designer.

--
I usually have a GPG digital signature included as an attachment.
See http://www.gnupg.org/ for info about these digital signatures.
My key was last signed 10/14/2003. If you use GPG *please* see me about
signing the key. ***** My computer can't give you viruses by email. ***