PDA

View Full Version : Need Vb Help Bad!!!


Azuma_Ninja
Apr 15th, 2003, 09:08 PM
Does anyone on this forum know visual basic programming? If so I was wondering if you could help me out. I need to know how to define a form level variable as a two-dimensional array and load it with data that I have. Basically I just need help on where to start this thing. :peoples: If you do know what i'm talking about i would really appreciate the help, I need to turn in my vb project tomorrow and this is the one part I'm stuck on. Thanks in advance to anyone that replies (you rock)

ssjtrunks13
Apr 15th, 2003, 09:54 PM
Man, and we just finished that last semester in computer science. Sory, but I can't help you right now. If I think of something I'll let you know.

Preventer Wind
Apr 16th, 2003, 12:13 AM
I have only done the calculator...it wasn't too hard, at least for me. Though I flipped through the book my school has and learned some extra stull. But I never got into it as much as I have HTML and I went back to Flash and Designing Web Pages. VB just doesn't catch my eye. HOWEVER I may be able to help you, if it is not too late.

DECLARE arrayname[rows,columns]

I think that is the code JUST to define a two dimensional array....

actually...check out these two places...they should be a lot more help to you then me...

You know you want to... (http://www.dbase.com/KnowledgeBase/int/arrays/array1.htm)

If you're desperate you will (http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/Web%20Publishing%20Professional%20Reference%20Edit ion,%20William%20Stanek/ch30.htm#Arrays)

Azuma_Ninja
Apr 16th, 2003, 12:22 AM
Thanks man. I'm having a little trouble viewing your second link though. But the info in the first could save me yet.

Preventer Wind
Apr 16th, 2003, 12:34 AM
I am glad to hear that I was possibly of some help.

I think this is the second link:

http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/Web%20Publishing%20Professional%20Reference%20Edit ion,%20William%20Stanek/ch30.htm

EDIT: SCREW THAT LINK!!!!!

http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/Web%20Publishing%20Professional%20Reference%20Edit ion,%20William%20Stanek/ch30.htm

when you copy and past the link it adds a space before web in the link. it will look like this: computercenter/bookslib/ web%20 no space before the web.

This is like the 20th time I have edited this post :) Make that 21

ssjtrunks13
Apr 16th, 2003, 03:24 AM
That's a lot of editing. I think C++ is a little easier than VB ever was. I could never get the calculator program running. I wish I could have helped ya, but I don't think I remember anything about VB and it was only a few months ago since I used it last.

Azuma_Ninja
Apr 16th, 2003, 09:05 AM
Hey thanks guys for trying to help. Preventer Wind your links really did help. ssjtrunks13 I haven't done anything with C++ yet. Next semester I think i'm taking java. Thanks again to both of you for replying on such short notice.