Click here to Skip to main content
15,905,068 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: mobile conectivity Pin
Wendelius17-Jan-09 6:31
mentorWendelius17-Jan-09 6:31 
AnswerRe: mobile conectivity Pin
EliottA17-Jan-09 6:34
EliottA17-Jan-09 6:34 
QuestionHow Do I.... Pin
rspercy6517-Jan-09 5:32
rspercy6517-Jan-09 5:32 
AnswerRe: How Do I.... Pin
Eddy Vluggen18-Jan-09 0:29
professionalEddy Vluggen18-Jan-09 0:29 
QuestionCOUNT items in node sub node, childre, ...ecc... Pin
sal2117-Jan-09 3:08
sal2117-Jan-09 3:08 
AnswerRe: COUNT items in node sub node, childre, ...ecc... Pin
Wendelius17-Jan-09 6:25
mentorWendelius17-Jan-09 6:25 
QuestionCPU Usages Pin
Anubhava Dimri17-Jan-09 0:21
Anubhava Dimri17-Jan-09 0:21 
AnswerRe: CPU Usages Pin
Wendelius17-Jan-09 0:24
mentorWendelius17-Jan-09 0:24 
Most likely you execute so much in each timer interval taht it deplets your cpu. For example if you have 1 second as a timer interval and you execute code that takes 2 seconds, you'll have problems.

So the main point is to tune the code you execute using the thread and/or increase timer interval. Without actually seeing the code, it's quite hard to say more.

The need to optimize rises from a bad design.My articles[^]

GeneralRe: CPU Usages Pin
Anubhava Dimri23-Jan-09 1:42
Anubhava Dimri23-Jan-09 1:42 
GeneralRe: CPU Usages Pin
Wendelius23-Jan-09 3:34
mentorWendelius23-Jan-09 3:34 
QuestionProblem with resizing controls on form resize Pin
sohaib_a16-Jan-09 23:15
sohaib_a16-Jan-09 23:15 
AnswerRe: Problem with resizing controls on form resize Pin
Wendelius16-Jan-09 23:36
mentorWendelius16-Jan-09 23:36 
GeneralRe: Problem with resizing controls on form resize Pin
sohaib_a16-Jan-09 23:48
sohaib_a16-Jan-09 23:48 
GeneralRe: Problem with resizing controls on form resize Pin
sohaib_a17-Jan-09 0:14
sohaib_a17-Jan-09 0:14 
GeneralRe: Problem with resizing controls on form resize Pin
Wendelius17-Jan-09 0:21
mentorWendelius17-Jan-09 0:21 
GeneralRe: Problem with resizing controls on form resize Pin
sohaib_a17-Jan-09 1:56
sohaib_a17-Jan-09 1:56 
GeneralRe: Problem with resizing controls on form resize Pin
Wendelius17-Jan-09 4:14
mentorWendelius17-Jan-09 4:14 
QuestionHow to runtime modify datasource of crystal report Pin
Ali 11016-Jan-09 20:41
Ali 11016-Jan-09 20:41 
AnswerRe: How to runtime modify datasource of crystal report Pin
Wendelius16-Jan-09 23:39
mentorWendelius16-Jan-09 23:39 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 0:00
Ali 11017-Jan-09 0:00 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 0:28
mentorWendelius17-Jan-09 0:28 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 0:30
Ali 11017-Jan-09 0:30 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 0:46
mentorWendelius17-Jan-09 0:46 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 1:08
Ali 11017-Jan-09 1:08 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 1:30
mentorWendelius17-Jan-09 1:30 

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.