Click here to Skip to main content
15,903,175 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Declaring Custom Variables/Properties Pin
Codemonkey8510-Mar-04 12:14
Codemonkey8510-Mar-04 12:14 
GeneralRe: Declaring Custom Variables/Properties Pin
John Kuhn10-Mar-04 13:44
John Kuhn10-Mar-04 13:44 
GeneralRe: Declaring Custom Variables/Properties Pin
Codemonkey8511-Mar-04 4:58
Codemonkey8511-Mar-04 4:58 
GeneralRe: Declaring Custom Variables/Properties Pin
John Kuhn12-Mar-04 2:51
John Kuhn12-Mar-04 2:51 
GeneralVB Script Password InputBox Pin
morde1ac25-Feb-04 9:47
morde1ac25-Feb-04 9:47 
GeneralRe: VB Script Password InputBox Pin
Dave Kreskowiak25-Feb-04 13:00
mveDave Kreskowiak25-Feb-04 13:00 
GeneralDriving a motor Pin
Looping_Eagle25-Feb-04 6:56
Looping_Eagle25-Feb-04 6:56 
GeneralRe: Driving a motor Pin
Dave Kreskowiak25-Feb-04 8:51
mveDave Kreskowiak25-Feb-04 8:51 
If my math is right, at 250Hz, you need to fire the event every 4 milliseconds. The timers that your finding all have 1 millisecond resolution. At that low an interval, the millisecond timers are not really that accurate. They can be off by as much as a millisecond when your app receives the notification.

I think that part of the problem is the priority that your process is running under. You might want to consider running your app and then, before you start the timer test, go into the Task Manager, click on the Processes tab, right-click on your app and bump the priority up to High or RealTime to see if the interval stabilizes for you.


RageInTheMachine9532
GeneralCRC32 Pin
johnjsm25-Feb-04 5:24
johnjsm25-Feb-04 5:24 
GeneralRe: CRC32 Pin
Dave Kreskowiak25-Feb-04 7:13
mveDave Kreskowiak25-Feb-04 7:13 
GeneralRe: CRC32 Pin
johnjsm25-Feb-04 22:17
johnjsm25-Feb-04 22:17 
GeneralRe: CRC32 Pin
Dave Kreskowiak26-Feb-04 1:24
mveDave Kreskowiak26-Feb-04 1:24 
GeneralRe: CRC32 Pin
johnjsm26-Feb-04 5:24
johnjsm26-Feb-04 5:24 
GeneralRe: CRC32 Pin
Dave Kreskowiak26-Feb-04 8:27
mveDave Kreskowiak26-Feb-04 8:27 
GeneralRe: CRC32 Pin
johnjsm4-Mar-04 4:28
johnjsm4-Mar-04 4:28 
GeneralRe: CRC32 Pin
Dave Kreskowiak4-Mar-04 5:45
mveDave Kreskowiak4-Mar-04 5:45 
GeneralRe: CRC32 Pin
r i s h a b h s26-Feb-04 19:07
r i s h a b h s26-Feb-04 19:07 
GeneralRe: CRC32 Pin
Dave Kreskowiak27-Feb-04 4:13
mveDave Kreskowiak27-Feb-04 4:13 
GeneralRe: CRC32 Pin
johnjsm29-Feb-04 1:52
johnjsm29-Feb-04 1:52 
GeneralRe: CRC32 Pin
r i s h a b h s1-Mar-04 17:08
r i s h a b h s1-Mar-04 17:08 
Generalreading from a database Pin
Anonymous25-Feb-04 4:28
Anonymous25-Feb-04 4:28 
QuestionCodeProject Champs!! Can u solve this Crystal Report Problem? Pin
Het210925-Feb-04 1:14
Het210925-Feb-04 1:14 
GeneralSOAP Prefix problem... Pin
Orkun GEDiK25-Feb-04 1:10
Orkun GEDiK25-Feb-04 1:10 
GeneralSomeone Please help Tasnim in this board!! Pin
Het210925-Feb-04 1:09
Het210925-Feb-04 1:09 
GeneralRe: how to create a table in sql server database by using visual basic Pin
steff kamush25-Feb-04 6:15
steff kamush25-Feb-04 6:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.