Anatol
21 Aug 2004 20:25:30
Programming
Does anyone else do any programming? I know a little Visual Basic and C++, but I'm not very good.
G3K
21 Aug 2004 20:55:50
Re: Programming
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
21 Aug 2004 22:21:53
Re: Programming
I've had very limited experience with Delphi.
Lemeri
21 Aug 2004 22:24:34
Re: Programming
I know Q-Basic very well, but that won't help. I might learn C, C++ or something else eventually...
Anatol
22 Aug 2004 00:06:09
Re: Programming
I used to do a bit of QB
Andi
22 Aug 2004 08:07:26
Re: Programming
I also know QuickBASIC and a bit of Delphi.
S-370
22 Aug 2004 09:47:57
Re: Programming
QB(thats all)
DragonsLover
25 Aug 2004 02:06:34
Re: Programming
A little bit of Visual Basic.
For Internet: HTML and I want to start PHP.
Anatol
25 Aug 2004 02:09:40
Re: Programming
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
26 Aug 2004 23:22:35
Re: Programming
A little bit of Visual Basic.
For Internet: HTML and I want to start PHP.

PHP rocks! You'll enjoy learning it.
Lemka
27 Aug 2004 20:18:55
Re: Programming
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
28 Aug 2004 00:14:39
Re: Programming
i know a tad of visual basic. not very good though
Timballisto
30 May 2006 11:47:04
Re: Programming
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!