Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Timer problem in VB
Name: henry_joshua Date: August 31, 2005 at 21:31:18 Pacific OS: Win XP CPU/Ram: p4/512
Comment:
Dear Firends, I am doing a complex calculation and I want to use a timer parallely. The thing is that the timer works only after the calculation gets over. It takes around 2 min for the calculation. Is it possible to make the timer work when the calculation is being done.
Summary: hi all. here's my second problem in vb (creating database using ado connection). when i add a new record and get data in text box in the form of number (long integer or integer) this field is not en...
Summary: The normal structure of 'Select case' is following in VB and VB.net. Select case a variant or a formula case one value case two value ... end select I hope to replace the values b...