Click here to Skip to main content
15,905,914 members
Home / Discussions / C#
   

C#

 
AnswerRe: NDoc: dead or alive? Pin
Judah Gabriel Himango2-Oct-06 5:52
sponsorJudah Gabriel Himango2-Oct-06 5:52 
GeneralRe: NDoc: dead or alive? Pin
Jon Sagara2-Oct-06 6:17
Jon Sagara2-Oct-06 6:17 
GeneralRe: NDoc: dead or alive? [modified] Pin
spin vector2-Oct-06 7:08
spin vector2-Oct-06 7:08 
GeneralRe: NDoc: dead or alive? Pin
Stefan Troschuetz2-Oct-06 7:24
Stefan Troschuetz2-Oct-06 7:24 
GeneralRe: NDoc: dead or alive? Pin
spin vector2-Oct-06 7:25
spin vector2-Oct-06 7:25 
QuestionFull screen form - disabling the Task Bar Pin
srev2-Oct-06 5:45
srev2-Oct-06 5:45 
AnswerRe: Full screen form - disabling the Task Bar Pin
Judah Gabriel Himango2-Oct-06 5:53
sponsorJudah Gabriel Himango2-Oct-06 5:53 
GeneralRe: Full screen form - disabling the Task Bar Pin
srev2-Oct-06 5:59
srev2-Oct-06 5:59 
GeneralRe: Full screen form - disabling the Task Bar Pin
eggie52-Oct-06 8:50
eggie52-Oct-06 8:50 
QuestionRetrieving Stored Proecedure return columns Pin
Jamie Nordmeyer2-Oct-06 5:34
Jamie Nordmeyer2-Oct-06 5:34 
AnswerRe: Retrieving Stored Proecedure return columns Pin
Judah Gabriel Himango2-Oct-06 6:05
sponsorJudah Gabriel Himango2-Oct-06 6:05 
GeneralRe: Retrieving Stored Proecedure return columns Pin
Jamie Nordmeyer2-Oct-06 7:06
Jamie Nordmeyer2-Oct-06 7:06 
QuestionOnFocus Method Issues Pin
Sam Heller2-Oct-06 5:19
Sam Heller2-Oct-06 5:19 
QuestionAPI hooking Pin
bayfouinc2-Oct-06 5:12
bayfouinc2-Oct-06 5:12 
AnswerRe: API hooking Pin
Judah Gabriel Himango2-Oct-06 6:07
sponsorJudah Gabriel Himango2-Oct-06 6:07 
QuestionThe difference between.... Pin
Mark062-Oct-06 4:50
Mark062-Oct-06 4:50 
AnswerRe: The difference between.... Pin
Judah Gabriel Himango2-Oct-06 5:03
sponsorJudah Gabriel Himango2-Oct-06 5:03 
GeneralRe: The difference between.... Pin
Mark062-Oct-06 5:14
Mark062-Oct-06 5:14 
GeneralRe: The difference between.... Pin
Judah Gabriel Himango2-Oct-06 5:32
sponsorJudah Gabriel Himango2-Oct-06 5:32 
AnswerRe: The difference between.... Pin
Judah Gabriel Himango2-Oct-06 5:13
sponsorJudah Gabriel Himango2-Oct-06 5:13 
QuestionNewbie! Search a string for a specific character? Pin
hristo19772-Oct-06 4:21
hristo19772-Oct-06 4:21 
AnswerRe: Newbie! Search a string for a specific character? Pin
Ranjan Banerji2-Oct-06 4:26
Ranjan Banerji2-Oct-06 4:26 
IndexOf returns a 0 based index. "." is not in position 1, it is in position 0. If nothing is found -1 is returned. Your code should be

if( r != -1 )

My pointless rants
meragussa.blogspot.com[^]

GeneralRe: Newbie! Search a string for a specific character? Pin
hristo19772-Oct-06 4:50
hristo19772-Oct-06 4:50 
GeneralRe: Newbie! Search a string for a specific character? Pin
User 66582-Oct-06 5:00
User 66582-Oct-06 5:00 
GeneralRe: Newbie! Search a string for a specific character? Pin
Judah Gabriel Himango2-Oct-06 5:09
sponsorJudah Gabriel Himango2-Oct-06 5:09 

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.