|
-
Jun 27th, 2008, 08:21 AM
#1
Thread Starter
Lively Member
[RESOLVED] old timer not working in this version of vb
I've used this construct before and it worked fine. The idea is to release control to the system so that it can do "housekeeping". Leaving this out in the past caused the system to run out of memory eventually. (I'm doing alot of image loading and unloading). Visual Studio/ Visual Basic 2005 version 8.0.5
System.Threading.Thread.CurrentThread.Sleep(10)
get this error:
Warning 2 Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated. C:\Visual Studio\Projects\Tracker\Form1.vb 627 17 Tracker
Is there a newer construct?
Last edited by cageybee; Jun 27th, 2008 at 08:26 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|