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

C#

 
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 
GeneralRe: Wierd resource disposal? Pin
asator2-Oct-06 4:04
asator2-Oct-06 4:04 
GeneralRe: Wierd resource disposal? Pin
Stefan Troschuetz2-Oct-06 5:04
Stefan Troschuetz2-Oct-06 5:04 
GeneralRe: Wierd resource disposal? Pin
asator2-Oct-06 5:40
asator2-Oct-06 5:40 
1. what do you mean by closing?
2. here is an example of what i am doing:

strX[i] = strX[i].Substring(strX[i].IndexOf("href="));
                    strX[i] = strX[i].Substring(strX[i].IndexOf("ht"));
                    strX[i] = strX[i].Replace("amp;", "");


there is much more of this and this is in a for loop with about 100 loops... so now i know how i got to 112k string objects...

so can i do what i am doing in a better way?(i mean the substring issue)
GeneralRe: Wierd resource disposal? Pin
Stefan Troschuetz2-Oct-06 5:59
Stefan Troschuetz2-Oct-06 5:59 
GeneralRe: Wierd resource disposal? Pin
asator2-Oct-06 6:25
asator2-Oct-06 6:25 
QuestionRe: Wierd resource disposal? Pin
asator2-Oct-06 4:09
asator2-Oct-06 4:09 
AnswerRe: Wierd resource disposal? Pin
Ranjan Banerji2-Oct-06 4:16
Ranjan Banerji2-Oct-06 4:16 
GeneralRe: Wierd resource disposal? Pin
asator2-Oct-06 4:20
asator2-Oct-06 4:20 
GeneralRefreshing... Pin
asator5-Oct-06 6:48
asator5-Oct-06 6:48 
QuestionUsing C# how to strore image in sql2005? Pin
jeya chandran2-Oct-06 3:08
jeya chandran2-Oct-06 3:08 
AnswerRe: Using C# how to strore image in sql2005? Pin
sottos2-Oct-06 3:15
sottos2-Oct-06 3:15 
QuestionNeed help on console application Pin
samaan822-Oct-06 2:37
samaan822-Oct-06 2:37 
AnswerRe: Need help on console application Pin
leppie2-Oct-06 2:39
leppie2-Oct-06 2:39 
GeneralRe: Need help on console application Pin
samaan822-Oct-06 3:34
samaan822-Oct-06 3:34 
Questionadd namespace names to a dropdownlist Pin
playout2-Oct-06 2:26
playout2-Oct-06 2:26 
AnswerRe: add namespace names to a dropdownlist Pin
leppie2-Oct-06 2:38
leppie2-Oct-06 2:38 
GeneralRe: add namespace names to a dropdownlist Pin
playout2-Oct-06 2:57
playout2-Oct-06 2:57 
GeneralRe: add namespace names to a dropdownlist Pin
Stefan Troschuetz2-Oct-06 3:25
Stefan Troschuetz2-Oct-06 3:25 
QuestionSearch Infos in Text File [modified] Pin
sottos2-Oct-06 2:20
sottos2-Oct-06 2:20 
Questionrecognising db errors Pin
honeyman_can2-Oct-06 0:43
honeyman_can2-Oct-06 0:43 

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.