Click here to Skip to main content
15,895,142 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Pc names on Network Pin
Dave Kreskowiak19-Jun-13 2:19
mveDave Kreskowiak19-Jun-13 2:19 
AnswerRe: Pc names on Network Pin
Tim Carmichael19-Jun-13 3:33
Tim Carmichael19-Jun-13 3:33 
AnswerRe: Pc names on Network Pin
Eddy Vluggen19-Jun-13 8:58
professionalEddy Vluggen19-Jun-13 8:58 
QuestionMultithread question about VB.NET windows form application Pin
econy18-Jun-13 6:01
econy18-Jun-13 6:01 
AnswerRe: Multithread question about VB.NET windows form application Pin
Dave Kreskowiak18-Jun-13 7:26
mveDave Kreskowiak18-Jun-13 7:26 
GeneralRe: Multithread question about VB.NET windows form application Pin
econy19-Jun-13 14:50
econy19-Jun-13 14:50 
QuestionThe resolution of System.Timers.Timer Pin
econy17-Jun-13 7:49
econy17-Jun-13 7:49 
AnswerRe: The resolution of System.Timers.Timer Pin
Dave Kreskowiak17-Jun-13 8:38
mveDave Kreskowiak17-Jun-13 8:38 
Since Windows is not a real-time operating system, and is pre-emptive, and..., and..., getting dead on timer ticks just isn't possible. You can use various tricks to get better resolution, but even those have their limits. A few people have written articles about getting 1us resolution, but nobody has proven they work beyond any doubt.

Under Windows 7 and below, depending on the hardware, the default timer resolution is +/- 15.6ms. This means that a tick will be anywhere within about a ~32ms window of when it's actually supposed to be fired. You can change the resolution down to 1ms, but it's system-wide change that effects everything running on the system, not just your app. See this[^] for more info.

QuestionHow to set StreamWriter object be null Pin
econy17-Jun-13 4:10
econy17-Jun-13 4:10 
AnswerRe: How to set StreamWriter object be null Pin
Dave Kreskowiak17-Jun-13 5:25
mveDave Kreskowiak17-Jun-13 5:25 
AnswerUse Dispose Pin
David Mujica17-Jun-13 8:50
David Mujica17-Jun-13 8:50 
AnswerUse Using Pin
Richard Deeming17-Jun-13 9:09
mveRichard Deeming17-Jun-13 9:09 
QuestionShow Opentype feature in VB.net Pin
Deeane16-Jun-13 23:51
Deeane16-Jun-13 23:51 
AnswerRe: Show Opentype feature in VB.net Pin
Eddy Vluggen17-Jun-13 0:28
professionalEddy Vluggen17-Jun-13 0:28 
GeneralRe: Show Opentype feature in VB.net Pin
Deeane17-Jun-13 0:42
Deeane17-Jun-13 0:42 
GeneralRe: Show Opentype feature in VB.net Pin
Eddy Vluggen17-Jun-13 3:02
professionalEddy Vluggen17-Jun-13 3:02 
GeneralRe: Show Opentype feature in VB.net Pin
Deeane17-Jun-13 17:45
Deeane17-Jun-13 17:45 
GeneralRe: Show Opentype feature in VB.net Pin
Eddy Vluggen18-Jun-13 9:27
professionalEddy Vluggen18-Jun-13 9:27 
Questionhow change level? Pin
Andrea Feduzzi11-Jun-13 21:02
professionalAndrea Feduzzi11-Jun-13 21:02 
AnswerRe: how change level? Pin
Richard MacCutchan11-Jun-13 21:41
mveRichard MacCutchan11-Jun-13 21:41 
AnswerRe: how change level? Pin
Bernhard Hiller11-Jun-13 23:08
Bernhard Hiller11-Jun-13 23:08 
GeneralRe: how change level? Pin
Dave Kreskowiak12-Jun-13 1:43
mveDave Kreskowiak12-Jun-13 1:43 
AnswerRe: how change level? Pin
Dave Kreskowiak12-Jun-13 1:44
mveDave Kreskowiak12-Jun-13 1:44 
AnswerRe: how change level? Pin
Edward Giles25-Jun-13 22:48
Edward Giles25-Jun-13 22:48 
Jokevb.Net scrolls uncontrollably Pin
treddie11-Jun-13 12:47
treddie11-Jun-13 12:47 

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.