Click here to Skip to main content
16,006,006 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: String Builder Class in .Net Pin
sph3rex16-Nov-08 21:19
sph3rex16-Nov-08 21:19 
AnswerRe: String Builder Class in .Net Pin
Jon_Boy17-Nov-08 2:56
Jon_Boy17-Nov-08 2:56 
RantRe: String Builder Class in .Net Pin
Smithers-Jones17-Nov-08 3:10
Smithers-Jones17-Nov-08 3:10 
QuestionRtb and timer. Pin
Subjugate16-Nov-08 16:50
Subjugate16-Nov-08 16:50 
AnswerRe: Rtb and timer. Pin
Dave Kreskowiak16-Nov-08 17:15
mveDave Kreskowiak16-Nov-08 17:15 
GeneralRe: Rtb and timer. Pin
Paul Conrad16-Nov-08 17:50
professionalPaul Conrad16-Nov-08 17:50 
GeneralRe: Rtb and timer. Pin
Subjugate16-Nov-08 18:26
Subjugate16-Nov-08 18:26 
GeneralRe: Rtb and timer. Pin
Dave Kreskowiak17-Nov-08 1:48
mveDave Kreskowiak17-Nov-08 1:48 
You don't need a Timer to go for that long. You just set it to fire once a second, then, once per minute, you can compare the current time to a "scheduled" time for a process to kick off. It's utterly pointless to have a timer going for any entire day. What if your app DOES crash, or the machine goes down or loses power?? How are you going to reset the timer to a proper schedule?? That's why you have it check against a known time, instead of a known interval.

As for the size of the RTB, you really need to make sure you save off the log information to a file instead of relying on the RTB to hold onto it for you, for the very same reasons I just mentioned above. Cna you think of anything worse than losing half a days data because you didn't save each piece to a file when you received it?


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




Questionhow to use VirtualQueryEx in vb.net Pin
lucdt16-Nov-08 15:14
lucdt16-Nov-08 15:14 
QuestionTooltip problem Pin
johnny196316-Nov-08 12:46
johnny196316-Nov-08 12:46 
AnswerRe: Tooltip problem Pin
Christian Graus16-Nov-08 13:03
protectorChristian Graus16-Nov-08 13:03 
AnswerRe: Tooltip problem Pin
Anoop Brijmohun16-Nov-08 20:09
Anoop Brijmohun16-Nov-08 20:09 
GeneralRe: Tooltip problem [modified] Pin
johnny196316-Nov-08 20:54
johnny196316-Nov-08 20:54 
GeneralRe: Tooltip problem [modified] Pin
Anoop Brijmohun16-Nov-08 21:34
Anoop Brijmohun16-Nov-08 21:34 
GeneralRe: Tooltip problem Pin
johnny196316-Nov-08 22:00
johnny196316-Nov-08 22:00 
GeneralRe: Tooltip problem Pin
Anoop Brijmohun16-Nov-08 22:12
Anoop Brijmohun16-Nov-08 22:12 
GeneralRe: Tooltip problem Pin
johnny196316-Nov-08 22:32
johnny196316-Nov-08 22:32 
GeneralRe: Tooltip problem Pin
Anoop Brijmohun16-Nov-08 22:44
Anoop Brijmohun16-Nov-08 22:44 
General[Message Deleted] Pin
johnny196316-Nov-08 22:10
johnny196316-Nov-08 22:10 
GeneralRe: Tooltip problem Pin
Anoop Brijmohun16-Nov-08 22:30
Anoop Brijmohun16-Nov-08 22:30 
GeneralRe: Tooltip problem Pin
johnny196316-Nov-08 22:39
johnny196316-Nov-08 22:39 
GeneralRe: Tooltip problem Pin
johnny196316-Nov-08 22:41
johnny196316-Nov-08 22:41 
QuestionThe Annoying DesignMode Icon Pin
Saul Johnson16-Nov-08 0:42
Saul Johnson16-Nov-08 0:42 
AnswerRe: The Annoying DesignMode Icon Pin
Thomas Stockwell16-Nov-08 5:09
professionalThomas Stockwell16-Nov-08 5:09 
GeneralRe: The Annoying DesignMode Icon Pin
Saul Johnson16-Nov-08 7:08
Saul Johnson16-Nov-08 7:08 

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.