Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: Collection class with different class members Pin
Heath Stewart1-Jul-04 3:54
protectorHeath Stewart1-Jul-04 3:54 
GeneralRe: Collection class with different class members Pin
pxp1-Jul-04 4:05
pxp1-Jul-04 4:05 
Generalvariable object names Pin
rturner00329-Jun-04 20:13
rturner00329-Jun-04 20:13 
GeneralRe: variable object names Pin
Colin Angus Mackay29-Jun-04 20:49
Colin Angus Mackay29-Jun-04 20:49 
GeneralRe: variable object names Pin
Nick Parker30-Jun-04 3:15
protectorNick Parker30-Jun-04 3:15 
GeneralCPU time consuming program Pin
Mikke_x29-Jun-04 19:45
Mikke_x29-Jun-04 19:45 
GeneralRe: CPU time consuming program Pin
Colin Angus Mackay29-Jun-04 20:42
Colin Angus Mackay29-Jun-04 20:42 
GeneralRe: CPU time consuming program Pin
Mikke_x30-Jun-04 6:16
Mikke_x30-Jun-04 6:16 
Yeah of course. The problem here was that the process used 99% of the processor all the time. Altough it looked like it had really low priority since it did only use the processor if no other thread wanted to execute.

We did resolve the problem however. Can´t really explain the reason behind the problem, but it was because of a sleeping thread. We started a thread when we started the application and suspended it immedediately. Now we have changed it so that we don´t start the thread until we need it instead of starting it and suspend it from the start.

M
GeneralTreeview count parents Pin
saud_a_k29-Jun-04 19:40
saud_a_k29-Jun-04 19:40 
Generaloops.. I got it Pin
saud_a_k29-Jun-04 19:45
saud_a_k29-Jun-04 19:45 
GeneralOk One more question people Pin
saud_a_k29-Jun-04 19:57
saud_a_k29-Jun-04 19:57 
GeneralRe: Ok One more question people Pin
Heath Stewart30-Jun-04 6:02
protectorHeath Stewart30-Jun-04 6:02 
GeneralRe: Ok One more question people Pin
saud_a_k30-Jun-04 19:10
saud_a_k30-Jun-04 19:10 
GeneralGPS data via Bluetooth (com port communication) Pin
stanlyB2329-Jun-04 12:18
sussstanlyB2329-Jun-04 12:18 
GeneralRe: GPS data via Bluetooth (com port communication) Pin
Heath Stewart29-Jun-04 13:59
protectorHeath Stewart29-Jun-04 13:59 
GeneralRe: GPS data via Bluetooth (com port communication) Pin
pxp29-Jun-04 21:57
pxp29-Jun-04 21:57 
GeneralRe: GPS data via Bluetooth (com port communication) Pin
stanlyB2329-Jun-04 23:50
sussstanlyB2329-Jun-04 23:50 
GeneralRe: GPS data via Bluetooth (com port communication) Pin
pxp30-Jun-04 0:01
pxp30-Jun-04 0:01 
GeneralEncryption problems Pin
Not Active29-Jun-04 10:25
mentorNot Active29-Jun-04 10:25 
GeneralRe: Encryption problems Pin
Heath Stewart29-Jun-04 14:11
protectorHeath Stewart29-Jun-04 14:11 
GeneralRe: Encryption problems Pin
Not Active29-Jun-04 16:16
mentorNot Active29-Jun-04 16:16 
GeneralCystal Report Chart questions-C# Winforms using cystal report Pin
Anonymous29-Jun-04 9:40
Anonymous29-Jun-04 9:40 
QuestionC# missing anonymous classes? Pin
vista2729-Jun-04 8:39
vista2729-Jun-04 8:39 
AnswerRe: C# missing anonymous classes? Pin
Judah Gabriel Himango29-Jun-04 8:49
sponsorJudah Gabriel Himango29-Jun-04 8:49 
GeneralRe: C# missing anonymous classes? Pin
vista2729-Jun-04 9:22
vista2729-Jun-04 9:22 

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.