How To Use A Same Varible Twice
May 1, 2009
Im trying to do a loop between to timers. Im a complete beginer so there is probably better ways to do this so feel free to tell me so.when i click a button (text h is a hidden text box as i dont no how to use a the same varible twice so i store the number in a text box) laugh yes. [code]
View 1 Replies
Apr 13, 2012
i have made a program that converts a number you put into a text field into hex What i now want to is to be able to write that variable into the file as hex still [code]if that worked that is what i want to do but it doesn't can you help me
View 12 Replies
Apr 8, 2009
If I have the Following Class Defitions [code] Will each Class Have it's Own Copy of Each Varible?
View 1 Replies
Apr 13, 2009
In the code below can I use the cmd for another sql command or do I have to create a new sql command like shown below?
View 2 Replies
Feb 22, 2011
i declared a class and i initialized the values of the class in FORM6. now i want to use the values of the variables in form6 into form3 how can i do this?
View 3 Replies
Oct 11, 2009
I am using Visual Basic 2008.I am trying to code a simple "show and hide" game where pictures are generated behind a buttonThese pictures need to be generated randomly from my resources. i have got as far as declaring the random number, but am having problems with using a image as avairible which can then be used in a picture box. i have tried "image" but i am having no luck!
View 4 Replies