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

C#

 
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 
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 
hristo1977 wrote:
string k = label1.Text;
int r;
r = label1.Text.IndexOf(k);


Wait, you take the contents of your textbox (k) and test (IndexOf(k)), if it exists? This will always return the index 0.
What you probably want is IndexOf(".")

regards

modified 12-Sep-18 21:01pm.

GeneralRe: Newbie! Search a string for a specific character? Pin
Judah Gabriel Himango2-Oct-06 5:09
sponsorJudah Gabriel Himango2-Oct-06 5:09 
GeneralRe: Newbie! Search a string for a specific character? Pin
hristo19772-Oct-06 6:32
hristo19772-Oct-06 6:32 
Questionxml martkup of C# code Pin
spin vector2-Oct-06 4:11
spin vector2-Oct-06 4:11 
AnswerRe: xml martkup of C# code Pin
Colin Angus Mackay2-Oct-06 5:13
Colin Angus Mackay2-Oct-06 5:13 
GeneralRe: xml martkup of C# code Pin
spin vector2-Oct-06 5:43
spin vector2-Oct-06 5:43 
GeneralRe: xml martkup of C# code Pin
Andrew Rissing2-Oct-06 5:58
Andrew Rissing2-Oct-06 5:58 
QuestionTabControl problem Pin
prgr2-Oct-06 4:00
prgr2-Oct-06 4:00 
AnswerRe: TabControl problem Pin
Ranjan Banerji2-Oct-06 4:23
Ranjan Banerji2-Oct-06 4:23 
GeneralRe: TabControl problem Pin
prgr2-Oct-06 4:26
prgr2-Oct-06 4:26 
GeneralRe: TabControl problem Pin
Ranjan Banerji2-Oct-06 4:34
Ranjan Banerji2-Oct-06 4:34 
GeneralRe: TabControl problem Pin
prgr3-Oct-06 23:41
prgr3-Oct-06 23:41 
Questioncustom controls Pin
rzvme2-Oct-06 3:36
rzvme2-Oct-06 3:36 
AnswerRe: custom controls Pin
LongRange.Shooter3-Oct-06 7:51
LongRange.Shooter3-Oct-06 7:51 
QuestionAPI Hooking Pin
bayfouinc2-Oct-06 3:13
bayfouinc2-Oct-06 3:13 
AnswerRe: API Hooking Pin
Stefan Troschuetz2-Oct-06 3:29
Stefan Troschuetz2-Oct-06 3:29 
QuestionWierd resource disposal? Pin
asator2-Oct-06 3:09
asator2-Oct-06 3:09 
AnswerRe: Wierd resource disposal? Pin
Stefan Troschuetz2-Oct-06 3:27
Stefan Troschuetz2-Oct-06 3:27 

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.