Click here to Skip to main content
15,911,139 members
Home / Discussions / C#
   

C#

 
GeneralRe: How Pin
#realJSOP6-Sep-08 10:36
professional#realJSOP6-Sep-08 10:36 
RantRe: How Pin
Mbah Dhaim6-Sep-08 11:25
Mbah Dhaim6-Sep-08 11:25 
GeneralRe: How Pin
Guffa6-Sep-08 12:43
Guffa6-Sep-08 12:43 
GeneralRe: How Pin
Blue_Boy6-Sep-08 13:07
Blue_Boy6-Sep-08 13:07 
GeneralRe: How Pin
#realJSOP7-Sep-08 2:01
professional#realJSOP7-Sep-08 2:01 
QuestionHow to convert one byte to string? Pin
nhatvhm6-Sep-08 0:44
nhatvhm6-Sep-08 0:44 
AnswerRe: How to convert one byte to string? Pin
prasadbuddhika6-Sep-08 0:59
prasadbuddhika6-Sep-08 0:59 
AnswerRe: How to convert one byte to string? Pin
User 66586-Sep-08 1:08
User 66586-Sep-08 1:08 
AnswerRe: How to convert one byte to string? Pin
Guffa6-Sep-08 1:51
Guffa6-Sep-08 1:51 
GeneralRe: How to convert one byte to string? Pin
Daniel Grunwald6-Sep-08 2:03
Daniel Grunwald6-Sep-08 2:03 
Questionproblem with asymchronus decrypting Pin
prasadbuddhika6-Sep-08 0:22
prasadbuddhika6-Sep-08 0:22 
AnswerRe: problem with asymchronus decrypting Pin
leppie6-Sep-08 5:40
leppie6-Sep-08 5:40 
AnswerRe: problem with asymchronus decrypting Pin
Mbah Dhaim6-Sep-08 8:24
Mbah Dhaim6-Sep-08 8:24 
QuestionFade in control in C# Pin
Chazzysb6-Sep-08 0:07
Chazzysb6-Sep-08 0:07 
AnswerRe: Fade in control in C# Pin
#realJSOP6-Sep-08 2:01
professional#realJSOP6-Sep-08 2:01 
AnswerRe: Fade in control in C# Pin
Dave Kreskowiak6-Sep-08 3:49
mveDave Kreskowiak6-Sep-08 3:49 
GeneralRe: Fade in control in C# Pin
perryf_006-Sep-08 16:44
perryf_006-Sep-08 16:44 
GeneralRe: Fade in control in C# Pin
Dave Kreskowiak6-Sep-08 20:05
mveDave Kreskowiak6-Sep-08 20:05 
GeneralRe: Fade in control in C# Pin
perryf_007-Sep-08 5:54
perryf_007-Sep-08 5:54 
GeneralRe: Fade in control in C# Pin
Dave Kreskowiak7-Sep-08 9:57
mveDave Kreskowiak7-Sep-08 9:57 
GeneralRe: Fade in control in C# Pin
perryf_007-Sep-08 11:08
perryf_007-Sep-08 11:08 
AnswerRe: Fade in control in C# Pin
Chazzysb6-Sep-08 4:15
Chazzysb6-Sep-08 4:15 
QuestionHelp Pin
Angelinna5-Sep-08 22:45
Angelinna5-Sep-08 22:45 
AnswerRe: Help Pin
Manas Bhardwaj5-Sep-08 23:25
professionalManas Bhardwaj5-Sep-08 23:25 
AnswerRe: Help Pin
zafersavas5-Sep-08 23:39
zafersavas5-Sep-08 23:39 
First of all you should tell us what the code is expected to do and what are the errors you are getting when you run it.

I think you are trying to search for a string in a queue with the code if( TagNum == myRecord.find()).
ok lets see what this find() function does;
it is just a while loop, looping till the end of the queue and it returns when end of the queue is obtained. So it returns null.

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.