Click here to Skip to main content
15,904,416 members
Home / Discussions / C#
   

C#

 
AnswerRe: windows explorer Pin
beatles169210-Nov-06 22:56
beatles169210-Nov-06 22:56 
QuestionThread taking maximum CPU time- Pin
IamHuM10-Nov-06 1:56
IamHuM10-Nov-06 1:56 
AnswerRe: Thread taking maximum CPU time- Pin
ejuanpp10-Nov-06 3:14
ejuanpp10-Nov-06 3:14 
GeneralRe: Thread taking maximum CPU time- Pin
bahman2000b10-Nov-06 4:27
bahman2000b10-Nov-06 4:27 
AnswerRe: Thread taking maximum CPU time- Pin
Ami Bar10-Nov-06 4:35
Ami Bar10-Nov-06 4:35 
AnswerRe: Thread taking maximum CPU time- Pin
S. Senthil Kumar10-Nov-06 5:32
S. Senthil Kumar10-Nov-06 5:32 
AnswerRe: Thread taking maximum CPU time- Pin
Karthik Kalyanasundaram10-Nov-06 7:13
Karthik Kalyanasundaram10-Nov-06 7:13 
GeneralRe: Thread taking maximum CPU time- Pin
IamHuM10-Nov-06 21:14
IamHuM10-Nov-06 21:14 
Hi...

Here is complete code what i am doing...


private void ComportThread()
{
for (; ; )
{
if (MsgQueue.Count > 0)
{
string firstItem = (string)MsgQueue.Peek();
comport.Write(firstItem);
MsgQueue.Dequeue();
}
}


comport is object of serialport class & MsgQueue is object of Queue...
can u tell me now what is the probelm exactly...


Regards,
Vinay

GeneralRe: Thread taking maximum CPU time- Pin
Karthik Kalyanasundaram12-Nov-06 0:02
Karthik Kalyanasundaram12-Nov-06 0:02 
QuestionShortcut Keys on Forms Pin
paas10-Nov-06 1:33
paas10-Nov-06 1:33 
AnswerRe: Shortcut Keys on Forms Pin
saqib8210-Nov-06 2:16
saqib8210-Nov-06 2:16 
GeneralRe: Shortcut Keys on Forms Pin
paas10-Nov-06 2:56
paas10-Nov-06 2:56 
Questiongetting the current logged in user Pin
quiteSmart10-Nov-06 0:48
quiteSmart10-Nov-06 0:48 
AnswerRe: getting the current logged in user Pin
stancrm10-Nov-06 1:51
stancrm10-Nov-06 1:51 
AnswerRe: getting the current logged in user Pin
Ashish Derhgawen10-Nov-06 2:05
Ashish Derhgawen10-Nov-06 2:05 
QuestionWorking with Objects Pin
Whatevernameyouwant10-Nov-06 0:33
Whatevernameyouwant10-Nov-06 0:33 
AnswerRe: Working with Objects Pin
rah_sin10-Nov-06 0:43
professionalrah_sin10-Nov-06 0:43 
GeneralRe: Working with Objects Pin
Whatevernameyouwant10-Nov-06 0:57
Whatevernameyouwant10-Nov-06 0:57 
GeneralRe: Working with Objects Pin
rah_sin10-Nov-06 1:08
professionalrah_sin10-Nov-06 1:08 
AnswerRe: Working with Objects Pin
ednrgc10-Nov-06 3:25
ednrgc10-Nov-06 3:25 
GeneralRe: Working with Objects Pin
Whatevernameyouwant10-Nov-06 4:59
Whatevernameyouwant10-Nov-06 4:59 
GeneralRe: Working with Objects Pin
Whatevernameyouwant11-Nov-06 0:26
Whatevernameyouwant11-Nov-06 0:26 
GeneralRe: Working with Objects Pin
ednrgc13-Nov-06 2:59
ednrgc13-Nov-06 2:59 
GeneralRe: Working with Objects Pin
Whatevernameyouwant14-Nov-06 0:27
Whatevernameyouwant14-Nov-06 0:27 
QuestionCustom control border problem - WS_EX_CLIENTEDGE behavies differently depending on the WindowClass Pin
Simon P Stevens9-Nov-06 23:51
Simon P Stevens9-Nov-06 23:51 

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.