Lemmings Forums

Off-Topic Boards => General Discussion => Topic started by: Anatol on August 21, 2004, 08:25:30 PM

Title: Programming
Post by: Anatol 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.
Title: Re: Programming
Post by: G3K 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.
Title: Re: Programming
Post by: Conway on August 21, 2004, 10:21:53 PM
I've had very limited experience with Delphi.
Title: Re: Programming
Post by: Lemeri 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...
Title: Re: Programming
Post by: Anatol on August 22, 2004, 12:06:09 AM
I used to do a bit of QB
Title: Re: Programming
Post by: Andi on August 22, 2004, 08:07:26 AM
I also know QuickBASIC and a bit of Delphi.
Title: Re: Programming
Post by: namida on August 22, 2004, 09:47:57 AM
QB(thats all)
Title: Re: Programming
Post by: DragonsLover on August 25, 2004, 02:06:34 AM
A little bit of Visual Basic.
For Internet: HTML and I want to start PHP.
Title: Re: Programming
Post by: Anatol 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. ;)
Title: Re: Programming
Post by: remline 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.
Title: Re: Programming
Post by: Lemika 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.
Title: Re: Programming
Post by: dark_phoenix on August 28, 2004, 12:14:39 AM
i know a tad of visual basic. not very good though
Title: Re: Programming
Post by: Timballisto 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!