L Laserson Dec 30, 2005 #1 Hi! How can i make "Tip of the day" application to show different tips every time i started my application?
Hi! How can i make "Tip of the day" application to show different tips every time i started my application?
H Homer J Simpson Dec 30, 2005 #2 Hi! How can i make "Tip of the day" application to show different tips every time i started my application? Click to expand... You have to make the current tip number persist. Hint: File.
Hi! How can i make "Tip of the day" application to show different tips every time i started my application? Click to expand... You have to make the current tip number persist. Hint: File.
H Herfried K. Wagner [MVP] Dec 30, 2005 #3 Laserson said: Hi! How can i make "Tip of the day" application to show different tips every time i started my application? Click to expand... Take a look at the 'Random' class and its 'Next' method.
Laserson said: Hi! How can i make "Tip of the day" application to show different tips every time i started my application? Click to expand... Take a look at the 'Random' class and its 'Next' method.