Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
AnswerRe: Where is XmlDsigC14NTransform class? Pin
Pualee24-Feb-07 7:02
Pualee24-Feb-07 7:02 
QuestionGridView _ Add New Record Pin
hung_ngole24-Feb-07 3:20
hung_ngole24-Feb-07 3:20 
AnswerRe: GridView _ Add New Record Pin
Pualee24-Feb-07 6:08
Pualee24-Feb-07 6:08 
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 
Hi.

I have some problems parsing C# source code with regular expressions and counting the available methods.

this is what i use as test data:

public int GetNumber(int number)
{
return number;
}

private string GetCountry()
{
return "England";
}

public Constructor()
{
}

private Constructor(string test)
{
}

But every try I make at parsing this, both the methods and constructors gets matched as methods. The problem is that the visibility (public, private) of the method does not have to be there. example: void HelloWorld()
Can anyone shed some light on this?
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 
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 

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.