-
Can anyone help me...If you create a game that has a score at the end of it, how is it possible to commit that score to memory when the app. closes, so that on re-exe the last score can be displayed i.e
lblLastScore.Caption = "25"
Secondly...I have had to buy at least 4 VB books in a vain attempt to to get literature on all aspects of the subject, only to find that there are still aspects not covered.
Can anyone suggest a book that really DOES cover everything.
Your help will be most appreciated
Graham(VB novice, S.Wales/UK)
-
1) Look up GetSetting/SaveSetting in MSDN
2) No book can contain info on everything about everything, otherwise we would all buy that one book and no others....
-
Thanks for the reply Clunietp, I'll certainly look that up. Can I rephrase the second question to read "the most comprehensive book", as your comment is reasonable.