Click here to Skip to main content
15,889,909 members
Home / Discussions / C#
   

C#

 
Questionhow to add nested column headings in datagrid Pin
C-sharper 130-Oct-06 5:44
C-sharper 130-Oct-06 5:44 
QuestionDll to XML Pin
gmellado30-Oct-06 4:38
gmellado30-Oct-06 4:38 
AnswerRe: Dll to XML Pin
Pete O'Hanlon30-Oct-06 4:41
mvePete O'Hanlon30-Oct-06 4:41 
AnswerRe: Dll to XML Pin
eggie530-Oct-06 4:42
eggie530-Oct-06 4:42 
AnswerRe: Dll to XML Pin
Colin Angus Mackay30-Oct-06 4:46
Colin Angus Mackay30-Oct-06 4:46 
QuestionCan i use FIFO Queue concept in PC Serial Port communication...? Pin
IamHuM30-Oct-06 4:35
IamHuM30-Oct-06 4:35 
AnswerRe: Can i use FIFO Queue concept in PC Serial Port communication...? Pin
Judah Gabriel Himango30-Oct-06 4:48
sponsorJudah Gabriel Himango30-Oct-06 4:48 
GeneralRe: Can i use FIFO Queue concept in PC Serial Port communication...? Pin
IamHuM30-Oct-06 4:59
IamHuM30-Oct-06 4:59 
Thanks for reply...

in my application i'm doing smething like this...

string TransmitData = "My Data To be tranmitted";

// on some button click i am ptting that data in queue
Queue.Enqueue(TransmitData);

Now i want to check that if there is ay data in my queue then i have to transmit it...so how i can check that data is present in Queue or not...& if there are 3-4 requests for same data to be transmitted are present in the queue how i'll identify top most (first in data) & how my application will transmit that data...

SerialPort.Write(TransmitData);


Can u suggest me anything for this...

Regards,
Vinay
GeneralRe: Can i use FIFO Queue concept in PC Serial Port communication...? Pin
Judah Gabriel Himango30-Oct-06 5:38
sponsorJudah Gabriel Himango30-Oct-06 5:38 
AnswerRe: Can i use FIFO Queue concept in PC Serial Port communication...? Pin
eggie530-Oct-06 4:50
eggie530-Oct-06 4:50 
Questioncan any body help me ? Pin
Boshkash30-Oct-06 4:22
Boshkash30-Oct-06 4:22 
AnswerRe: can any body help me ? Pin
Robert Rohde30-Oct-06 4:29
Robert Rohde30-Oct-06 4:29 
AnswerRe: can any body help me ? Pin
Pete O'Hanlon30-Oct-06 4:40
mvePete O'Hanlon30-Oct-06 4:40 
AnswerRe: can any body help me ? Pin
V.30-Oct-06 4:45
professionalV.30-Oct-06 4:45 
AnswerRe: can any body help me ? Pin
User 665830-Oct-06 6:09
User 665830-Oct-06 6:09 
QuestionHow to using AxAcroPDFLib.AxAcroPDF Pin
jason_mf30-Oct-06 4:18
jason_mf30-Oct-06 4:18 
AnswerRe: How to using AxAcroPDFLib.AxAcroPDF Pin
jason_mf30-Oct-06 15:59
jason_mf30-Oct-06 15:59 
QuestionWhy isn't ComboBox.SelectedIndexChanged fired during form construction. Pin
Dan Neely30-Oct-06 4:01
Dan Neely30-Oct-06 4:01 
AnswerRe: Why isn't ComboBox.SelectedIndexChanged fired during form construction. Pin
ednrgc30-Oct-06 4:44
ednrgc30-Oct-06 4:44 
QuestionStoring/rettrieving windowbounds Pin
Bekjong30-Oct-06 3:21
Bekjong30-Oct-06 3:21 
AnswerRe: Storing/rettrieving windowbounds Pin
Pete O'Hanlon30-Oct-06 4:43
mvePete O'Hanlon30-Oct-06 4:43 
AnswerRe: Storing/rettrieving windowbounds Pin
S. Senthil Kumar30-Oct-06 7:56
S. Senthil Kumar30-Oct-06 7:56 
GeneralRe: Storing/rettrieving windowbounds Pin
Bekjong30-Oct-06 21:49
Bekjong30-Oct-06 21:49 
QuestionHelp and Hints needed / Motion Tracking [modified] Pin
luedfe30-Oct-06 3:06
luedfe30-Oct-06 3:06 
AnswerRe: Help and Hints needed / Motion Tracking Pin
Baconbutty30-Oct-06 3:39
Baconbutty30-Oct-06 3:39 

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.