Click here to Skip to main content
15,914,446 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionRemote debugging : Windows form apps Pin
Md Saleem Navalur24-Oct-05 0:39
Md Saleem Navalur24-Oct-05 0:39 
QuestionImage Converting Pin
idris cinn23-Oct-05 20:46
idris cinn23-Oct-05 20:46 
AnswerRe: Image Converting Pin
Christian Graus25-Oct-05 15:57
protectorChristian Graus25-Oct-05 15:57 
QuestionProcedure to Install Visual Studio.net Pin
Anonymous23-Oct-05 19:56
Anonymous23-Oct-05 19:56 
AnswerRe: Procedure to Install Visual Studio.net Pin
Dave Kreskowiak24-Oct-05 4:41
mveDave Kreskowiak24-Oct-05 4:41 
GeneralRe: Procedure to Install Visual Studio.net Pin
Anonymous24-Oct-05 21:14
Anonymous24-Oct-05 21:14 
GeneralRe: Procedure to Install Visual Studio.net Pin
Dave Kreskowiak25-Oct-05 1:16
mveDave Kreskowiak25-Oct-05 1:16 
QuestionXML Style commnets in .Net Pin
sheerprogrammer23-Oct-05 19:45
sheerprogrammer23-Oct-05 19:45 
QuestionRunning .NET applications on computers without the framework Pin
mihai_152922-Oct-05 11:25
mihai_152922-Oct-05 11:25 
AnswerRe: Running .NET applications on computers without the framework Pin
Dave Kreskowiak22-Oct-05 13:56
mveDave Kreskowiak22-Oct-05 13:56 
GeneralRe: Running .NET applications on computers without the framework Pin
mihai_152923-Oct-05 0:29
mihai_152923-Oct-05 0:29 
GeneralRe: Running .NET applications on computers without the framework Pin
Robert Rohde23-Oct-05 0:49
Robert Rohde23-Oct-05 0:49 
GeneralRe: Running .NET applications on computers without the framework Pin
Ravenash23-Oct-05 12:22
Ravenash23-Oct-05 12:22 
GeneralRe: Running .NET applications on computers without the framework Pin
Dave Kreskowiak24-Oct-05 4:35
mveDave Kreskowiak24-Oct-05 4:35 
AnswerRe: Running .NET applications on computers without the framework Pin
Christian Graus23-Oct-05 12:52
protectorChristian Graus23-Oct-05 12:52 
AnswerRe: Running .NET applications on computers without the framework Pin
VOXVOXVOX5-Dec-05 6:34
VOXVOXVOX5-Dec-05 6:34 
QuestionMonitoring Exceptions from the core Pin
thebread22-Oct-05 1:18
thebread22-Oct-05 1:18 
QuestionExceptions Weight Pin
Paolo Ponzano21-Oct-05 9:06
Paolo Ponzano21-Oct-05 9:06 
AnswerRe: Exceptions Weight Pin
S. Senthil Kumar21-Oct-05 21:49
S. Senthil Kumar21-Oct-05 21:49 
GeneralRe: Exceptions Weight Pin
Paolo Ponzano23-Oct-05 5:00
Paolo Ponzano23-Oct-05 5:00 
GeneralRe: Exceptions Weight Pin
Daniel Grunwald23-Oct-05 7:53
Daniel Grunwald23-Oct-05 7:53 
Questioncharacter exchange brings wrong result Pin
axel.schmidt@t-online.de20-Oct-05 21:00
axel.schmidt@t-online.de20-Oct-05 21:00 
AnswerRe: character exchange brings wrong result Pin
lmoelleb21-Oct-05 4:06
lmoelleb21-Oct-05 4:06 
GeneralRe: character exchange brings wrong result Pin
axel.schmidt@t-online.de21-Oct-05 4:50
axel.schmidt@t-online.de21-Oct-05 4:50 
GeneralRe: character exchange brings wrong result Pin
lmoelleb21-Oct-05 6:24
lmoelleb21-Oct-05 6:24 
You should NOT use a while loop. Replace will replace all places the ß character is used.

Apparently there is some culture aware comparison between ß and "ss". I do not think you will have any problems with it if you do not loop the replace, but worst case you can always change the thread culture to "en-US" in the function - just remember to use a try/finally (probably called something else in VB, I only program C#) block to ensure the culture is changed back even if an exception is thrown in the code.

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.