Programming

Started by Anatol, August 21, 2004, 08:25:30 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

Anatol

Does anyone else do any programming? I know a little Visual Basic and C++, but I'm not very good.

G3K

I've tried both those languages, and remember doing some stuff in PASCAL and BASIC... most fluent in C++ though, however it's nothing special.

Conway

I've had very limited experience with Delphi.

Lemeri

I know Q-Basic very well, but that won't help. I might learn C, C++ or something else eventually...

Anatol

I used to do a bit of QB

Andi

I also know QuickBASIC and a bit of Delphi.

namida

My projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)
Non-Lemmings: Commander Keen: Galaxy Reimagined (a Commander Keen fangame)

DragonsLover

A little bit of Visual Basic.
For Internet: HTML and I want to start PHP.
I like dragons! They're the center of my life! I'll never forget them...

Anatol

I just finished a program in VB. It lists your Lemmings level packs, and you just double click on the pack you want to play. It automatically renames it to "levelpak.dat" and loads custlemm. The source code is at http://lemmings.freeprohost.com/LemLoaderCode.zip
and the exe is at http://lemmings.freeprohost.com/LemLoader.zip

Put it in the folder where you have custlemm.


//next time, use the edit button. ;)

remline

Quote from: DragonsLover  link=1093119930/0#7 date=1093399594A little bit of Visual Basic.
For Internet: HTML and I want to start PHP.
PHP rocks! You'll enjoy learning it.

Lemika

I know a bit of QBasic, and not much else, I'm afraid. I know a tiny amount of HTML, but not enough to make any real difference.

dark_phoenix

i know a tad of visual basic. not very good though

Timballisto

Does anyone here know VB .NET?  I'm using it in programming class, and I have a problem.  I want to use a string to construct an imagebox name so that I can use a variable to change a desired picture box (one of several that are arranged in a grid).  For a better idea of what I'm doing you might want to know that I'm making battleship.  It doesn't like it when I try to do that, so I'm basically screwed.  Actually, I just now thought about creating a new picture box with the new picture in it, and moving it to the right location.  Hm...Might work I suppose but if anyone knows the solution to the original problem, then that would be GREAT.  Thank you!