Click here to Skip to main content
15,914,014 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
It's hard to say how to exactly solve the problem without seeing the code. But if you execute a time consuming function regurarly (let's say every second) and it takes more time, it will consume all CPU. So you would have two options, execute it less often and/or try to improve the performance of the function. I'm not able to say how to improve the performance of the function since you have not provided any code.

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

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 
GeneralRe: How to runtime modify datasource of crystal report Pin
Ali 11017-Jan-09 2:54
Ali 11017-Jan-09 2:54 
GeneralRe: How to runtime modify datasource of crystal report Pin
Wendelius17-Jan-09 4:07
mentorWendelius17-Jan-09 4:07 

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.