I will try to keep this related to syntax as much as possible, however first I must tell you what brings me here.
I bought this book called :Windows Game Programing with Visual Basic.net at a yard sale. At the time I didn't realize that the VB version would be 5... Naturally that is not my version. Mine is VB.net 2002.
Here is my first problem. Here is how the program starts off.
As most of you more experianced programer can guess my problem will start at the lines InitGame and PlayGame...
What should I do with these? Should they be Dimensioned as something and if so what? Please try to help me get my feet wet with this type of programing. I Have finished a beginers level of VB.net at college with a grade of "B" Which is decent... But if one thing I have learn from college is that just because you get a grade doesn't make you really know how to do something.
I will gladly take web links to pages that show me how to intergrate directX into programing.
I bought this book called :Windows Game Programing with Visual Basic.net at a yard sale. At the time I didn't realize that the VB version would be 5... Naturally that is not my version. Mine is VB.net 2002.
Here is my first problem. Here is how the program starts off.
Visual Basic:
Dim dx As DxGraphics
Dim gameDebugger As graphicsDebugger
Dim gameActive As Boolean
'That is no problem. Also that is done under form_load
'Then also added uder form load is
Me.Show
DoEvents
InitGame
PlayGame
What should I do with these? Should they be Dimensioned as something and if so what? Please try to help me get my feet wet with this type of programing. I Have finished a beginers level of VB.net at college with a grade of "B" Which is decent... But if one thing I have learn from college is that just because you get a grade doesn't make you really know how to do something.
I will gladly take web links to pages that show me how to intergrate directX into programing.