Im trying to generate a game board for a connect four project. Ive look long and hard for info on graphics within dot net but Ive had little luck. I was however fortunate enough to com across this solution based on vb6 code.
now my question is: is this posiable within the .net? as Im having no luck at the moment
well I hope someone helps me out soon as Im off to purchase Deitel&Deitel (the best tech books ever)
cheers
[edit]VB is not PHP[/edit]
Code:
For a = Image1(Index).Index To 42 Step 7
For b = 1 To 7
If LegalMoves(b) = a Then GoTo 300
Next
Next
well I hope someone helps me out soon as Im off to purchase Deitel&Deitel (the best tech books ever)
cheers
[edit]VB is not PHP[/edit]