Freezing adresses
Simply this can be done with VB6.0 by making a timer with the intervals set to 0. Althoguh in VB.net, the intervals must be set to 1+. Therefore making it impossible for me to freeze an adress. Any suggestions.
setting a timer interval to 0 in vb will not freeze an address, it has to be set to run so that it runs every one millisecond (interval of 1) , if you set it to 0 milliseconds, then essentially, it is off >.<
I C so setting its intervals to 0 is technically a freeze?