Author Topic: Programming  (Read 6789 times)

0 Members and 1 Guest are viewing this topic.

Anatol

  • Guest
Programming
« on: August 21, 2004, 08:25:30 PM »
Does anyone else do any programming? I know a little Visual Basic and C++, but I'm not very good.

G3K

  • Guest
Re: Programming
« Reply #1 on: August 21, 2004, 08:55:50 PM »
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

  • Guest
Re: Programming
« Reply #2 on: August 21, 2004, 10:21:53 PM »
I've had very limited experience with Delphi.

Lemeri

  • Guest
Re: Programming
« Reply #3 on: August 21, 2004, 10:24:34 PM »
I know Q-Basic very well, but that won't help. I might learn C, C++ or something else eventually...

Anatol

  • Guest
Re: Programming
« Reply #4 on: August 22, 2004, 12:06:09 AM »
I used to do a bit of QB

Andi

  • Guest
Re: Programming
« Reply #5 on: August 22, 2004, 08:07:26 AM »
I also know QuickBASIC and a bit of Delphi.

Offline namida

  • Administrator
  • Posts: 12398
    • View Profile
    • NeoLemmix Website
Re: Programming
« Reply #6 on: August 22, 2004, 09:47:57 AM »
QB(thats all)
My Lemmings 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)

Offline DragonsLover

  • Posts: 1234
  • Do you want fire?
    • View Profile
Re: Programming
« Reply #7 on: August 25, 2004, 02:06:34 AM »
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

  • Guest
Re: Programming
« Reply #8 on: August 25, 2004, 02:09:40 AM »
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

  • Guest
Re: Programming
« Reply #9 on: August 26, 2004, 11:22:35 PM »
Quote from: DragonsLover  link=1093119930/0#7 date=1093399594
A little bit of Visual Basic.
For Internet: HTML and I want to start PHP.

PHP rocks! You'll enjoy learning it.

Offline Lemika

  • The Lurker in the Level
  • Posts: 956
    • View Profile
    • Corner the Maze - a webcomic
Re: Programming
« Reply #10 on: August 27, 2004, 08:18:55 PM »
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

  • Guest
Re: Programming
« Reply #11 on: August 28, 2004, 12:14:39 AM »
i know a tad of visual basic. not very good though

Offline Timballisto

  • Posts: 941
    • View Profile
Re: Programming
« Reply #12 on: May 30, 2006, 11:47:04 AM »
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!