Click here to Skip to main content
15,888,802 members
Home / Discussions / C#
   

C#

 
GeneralRe: how can get an embedded source? Pin
Joe Woodbury31-Oct-05 8:55
professionalJoe Woodbury31-Oct-05 8:55 
Questionc# compiler -> vb.net compiler problem ?? Pin
Tee+31-Oct-05 1:52
Tee+31-Oct-05 1:52 
AnswerRe: c# compiler -> vb.net compiler problem ?? Pin
leppie31-Oct-05 6:07
leppie31-Oct-05 6:07 
GeneralRe: c# compiler -> vb.net compiler problem ?? Pin
Tee+31-Oct-05 18:10
Tee+31-Oct-05 18:10 
QuestionCultureInfo question... Pin
e-laj31-Oct-05 1:51
e-laj31-Oct-05 1:51 
QuestionTreeView Getting the node the user rightclicked on Pin
tcss31-Oct-05 1:04
tcss31-Oct-05 1:04 
AnswerRe: TreeView Getting the node the user rightclicked on Pin
Robert Rohde31-Oct-05 1:30
Robert Rohde31-Oct-05 1:30 
QuestionNeed help with Regex pattern Pin
tom259731-Oct-05 0:30
tom259731-Oct-05 0:30 
Hi
I'm trying to create a regex pattern to replace some text in a string, but am having problems with it. Basically, I need to replace a whole word only, but for some reason it's not matching the word if it's followed by an underscore, otherwise it works.

Eg. If the string looks like this:

SomeText,SomeMoreText
blah blah blah
SomeText_SomeMoreText

It'll only replace the first occurance.

This is what I'm using:

myString = Regex.Replace(myString, "\\bSomeText\\b", "NewText");

Thanks.
QuestionPopulate hyperlink programmatically Pin
dabuskol31-Oct-05 0:22
dabuskol31-Oct-05 0:22 
AnswerRe: Populate hyperlink programmatically Pin
Guffa31-Oct-05 1:16
Guffa31-Oct-05 1:16 
Question.lib Files Pin
Andre Trollip31-Oct-05 0:12
Andre Trollip31-Oct-05 0:12 
AnswerRe: .lib Files Pin
mikanu31-Oct-05 5:09
mikanu31-Oct-05 5:09 
Questionlistview background Pin
Annal033130-Oct-05 23:10
Annal033130-Oct-05 23:10 
AnswerRe: listview background Pin
PrakashBhaskar31-Oct-05 1:00
PrakashBhaskar31-Oct-05 1:00 
QuestionAdvanced customization in The Windows DataGridView Control Pin
Sharpoverride30-Oct-05 22:42
Sharpoverride30-Oct-05 22:42 
AnswerRe: Advanced customization in The Windows DataGridView Control Pin
mikanu31-Oct-05 5:16
mikanu31-Oct-05 5:16 
QuestionCrystal reports setup problem Pin
x-trate30-Oct-05 22:29
x-trate30-Oct-05 22:29 
QuestionAXWebBrowser Pin
PrakashBhaskar30-Oct-05 22:12
PrakashBhaskar30-Oct-05 22:12 
Questiondataset comparison Pin
dorwin30-Oct-05 21:31
dorwin30-Oct-05 21:31 
QuestionHelp me with web service! Pin
Duong Tien Nam30-Oct-05 16:56
Duong Tien Nam30-Oct-05 16:56 
AnswerRe: Help me with web service! Pin
codet30-Oct-05 17:32
codet30-Oct-05 17:32 
GeneralRe: Help me with web service! Pin
Duong Tien Nam30-Oct-05 19:11
Duong Tien Nam30-Oct-05 19:11 
Questionmasking for C1 TrueDBgrid column Pin
deep730-Oct-05 16:55
deep730-Oct-05 16:55 
QuestionMaking a Preferences Dialog like Visual Studios 'Options' Dialog? Pin
signbit30-Oct-05 15:28
signbit30-Oct-05 15:28 
AnswerRe: Making a Preferences Dialog like Visual Studios 'Options' Dialog? Pin
Christian Graus30-Oct-05 15:56
protectorChristian Graus30-Oct-05 15:56 

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.