Click here to Skip to main content
16,004,505 members
Home / Discussions / C#
   

C#

 
QuestionIf I start from C,What the language should I continue to develope program on Windows? Pin
Vithaya24-Feb-07 2:51
Vithaya24-Feb-07 2:51 
AnswerRe: If I start from C,What the language should I continue to develope program on Windows? Pin
Pualee24-Feb-07 6:00
Pualee24-Feb-07 6:00 
AnswerRe: If I start from C,What the language should I continue to develope program on Windows? Pin
Luc Pattyn24-Feb-07 11:20
sitebuilderLuc Pattyn24-Feb-07 11:20 
Questionusing resource files Pin
OlaMohammed24-Feb-07 2:36
OlaMohammed24-Feb-07 2:36 
QuestionParsing source code and matching methods with regex Pin
Genbox24-Feb-07 2:20
Genbox24-Feb-07 2:20 
AnswerRe: Parsing source code and matching methods with regex Pin
Insincere Dave24-Feb-07 2:40
Insincere Dave24-Feb-07 2:40 
AnswerRe: Parsing source code and matching methods with regex [modified] Pin
Leslie Sanford24-Feb-07 9:22
Leslie Sanford24-Feb-07 9:22 
GeneralRe: Parsing source code and matching methods with regex Pin
Genbox25-Feb-07 2:25
Genbox25-Feb-07 2:25 
If i can do this with regex only, thats what i'm going to do. I started this project to get better in regular expressions.

Thanks for the suggestion on finding methods, never thought of it that way. But there is one problem with this method, it can be used to find methods, but not extract the name, type and visibility (public, private).

I'm currently trying to find every "method" with the same name as the class by using regular expressions, but i must be missing something fundamental, because its not working they way i want it.

It possible to reuse capturing groups in regular expressions, but its not working.. yet.

this is for finding the class:
public class (?<classname>\w+)\n*\s*\{

very simple right now, this is the regex extended to reuse the class name:

public class (\w+)\n*\s*\{\n*\s*public \w+ \1

But its not working, if anyone have some info on this, please contribute.
QuestionHow To Create transparent Form Pin
Ankush Komarwar24-Feb-07 2:00
Ankush Komarwar24-Feb-07 2:00 
AnswerRe: How To Create transparent Form Pin
sharpiesharpie24-Feb-07 6:51
sharpiesharpie24-Feb-07 6:51 
QuestionDatagrid without a Table Pin
Nooie24-Feb-07 0:34
Nooie24-Feb-07 0:34 
AnswerRe: Datagrid without a Table Pin
tgrt24-Feb-07 7:10
tgrt24-Feb-07 7:10 
QuestionPutting image to right of text in ListView ColumnHeader. Pin
David Fleming23-Feb-07 22:02
David Fleming23-Feb-07 22:02 
QuestionCustomizing WINDOW? Pin
Member 323963623-Feb-07 21:57
Member 323963623-Feb-07 21:57 
AnswerRe: Customizing WINDOW? Pin
Christian Graus23-Feb-07 22:23
protectorChristian Graus23-Feb-07 22:23 
Questionsetting start up form Pin
sarojkumarjena23-Feb-07 18:25
sarojkumarjena23-Feb-07 18:25 
AnswerRe: setting start up form Pin
Stefan Troschuetz23-Feb-07 21:10
Stefan Troschuetz23-Feb-07 21:10 
GeneralRe: setting start up form Pin
sarojkumarjena23-Feb-07 21:38
sarojkumarjena23-Feb-07 21:38 
GeneralRe: setting start up form Pin
Stefan Troschuetz23-Feb-07 21:44
Stefan Troschuetz23-Feb-07 21:44 
GeneralRe: setting start up form Pin
Christian Graus23-Feb-07 22:25
protectorChristian Graus23-Feb-07 22:25 
QuestionHow to get the Name of the Item in ListView? Pin
Khoramdin23-Feb-07 17:36
Khoramdin23-Feb-07 17:36 
AnswerRe: How to get the Name of the Item in ListView? Pin
Christian Graus23-Feb-07 18:07
protectorChristian Graus23-Feb-07 18:07 
AnswerRe: How to get the Name of the Item in ListView? [modified] Pin
Khoramdin24-Feb-07 4:17
Khoramdin24-Feb-07 4:17 
Questionplaying mp3 in csharp using wmp [modified] Pin
MoKaLux23-Feb-07 15:02
MoKaLux23-Feb-07 15:02 
Questionpass large xmlstring to sql server 2000 stored proc Pin
arkiboys23-Feb-07 10:49
arkiboys23-Feb-07 10:49 

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.