Click here to Skip to main content
15,909,591 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why should this application not be listed in Task-Manager? Pin
Dave Kreskowiak2-Mar-05 8:14
mveDave Kreskowiak2-Mar-05 8:14 
AnswerRe: how to make a stealth application Pin
Norman-Timo2-Mar-05 20:47
Norman-Timo2-Mar-05 20:47 
GeneralCreating cursor from image(bitmap) Pin
Liborac_1-Mar-05 21:26
Liborac_1-Mar-05 21:26 
GeneralXP Style selection highlight Pin
Radgar1-Mar-05 21:15
Radgar1-Mar-05 21:15 
GeneralRe: XP Style selection highlight Pin
Judah Gabriel Himango2-Mar-05 4:09
sponsorJudah Gabriel Himango2-Mar-05 4:09 
QuestionHow to call PostThreadMessage from outside the thread function Pin
saha2k51-Mar-05 19:28
saha2k51-Mar-05 19:28 
AnswerRe: How to call PostThreadMessage from outside the thread function Pin
leppie1-Mar-05 19:59
leppie1-Mar-05 19:59 
Generalregexpression highlight results Pin
Pyro Joe1-Mar-05 16:07
Pyro Joe1-Mar-05 16:07 
ok, I have a simple regular expression:


<br />
Regex to_find = new Regex(textBox2.Text, System.Text.RegularExpressions.RegexOptions.None);<br />
			textBox3.Text = to_find.Matches(richTextBox1.Text, 0).Count.ToString();<br />



obviously, it just sends the count of the resulting matches to textBox3. this is good to test regular epxressions, but it doesn't provide any way I can see to format the results (besides the replace option). like for instance, I would like to atleast select the results one at a time (select, not highlight), without using the "find" thing for a richTextBox.find(...). even more though, I would prefer to actually be able to highlight the results in blue or green or something of that sort, rather than just selecting them. where do I find these options for regular expressions? sry I don't know all the big terms for classes or what not.
thanks for the help,
Stephen P.
GeneralRe: regexpression highlight results Pin
leppie2-Mar-05 3:47
leppie2-Mar-05 3:47 
Generaltime Pin
Anonymous1-Mar-05 15:24
Anonymous1-Mar-05 15:24 
GeneralRe: time Pin
Bojan Rajkovic1-Mar-05 16:54
Bojan Rajkovic1-Mar-05 16:54 
GeneralRe: time Pin
Luis Alonso Ramos1-Mar-05 16:59
Luis Alonso Ramos1-Mar-05 16:59 
GeneralRe: time Pin
Luis Alonso Ramos1-Mar-05 16:56
Luis Alonso Ramos1-Mar-05 16:56 
GeneralDealing with shortcuts Pin
Christian Graus1-Mar-05 15:15
protectorChristian Graus1-Mar-05 15:15 
GeneralRe: Dealing with shortcuts Pin
Christian Graus1-Mar-05 18:07
protectorChristian Graus1-Mar-05 18:07 
GeneralRe: Dealing with shortcuts Pin
Radgar1-Mar-05 22:04
Radgar1-Mar-05 22:04 
Generalpix Pin
wael_waw1-Mar-05 14:33
wael_waw1-Mar-05 14:33 
GeneralRe: pix Pin
Christian Graus1-Mar-05 15:13
protectorChristian Graus1-Mar-05 15:13 
GeneralSimple example ZIP of Windows Service with remoting Pin
a_edwill1-Mar-05 14:28
a_edwill1-Mar-05 14:28 
GeneralRe: Simple example ZIP of Windows Service with remoting Pin
Scott Serl1-Mar-05 19:02
Scott Serl1-Mar-05 19:02 
GeneralRe: Simple example ZIP of Windows Service with remoting Pin
a_edwill2-Mar-05 7:36
a_edwill2-Mar-05 7:36 
GeneralRe: Simple example ZIP of Windows Service with remoting Pin
Scott Serl4-Mar-05 8:28
Scott Serl4-Mar-05 8:28 
GeneralMDI and moveable (custom) control painting Pin
pacharakeng1-Mar-05 12:13
pacharakeng1-Mar-05 12:13 
GeneralRe: MDI and moveable (custom) control painting Pin
Dave Kreskowiak3-Mar-05 0:39
mveDave Kreskowiak3-Mar-05 0:39 
Questionimport registry files? Pin
Anthony Mushrow1-Mar-05 12:02
professionalAnthony Mushrow1-Mar-05 12:02 

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.