Click here to Skip to main content
15,918,976 members
Home / Discussions / C#
   

C#

 
GeneralSearch in C# files Pin
Mike Osbahr17-Dec-03 3:40
Mike Osbahr17-Dec-03 3:40 
GeneralRe: Search in C# files Pin
Heath Stewart17-Dec-03 5:03
protectorHeath Stewart17-Dec-03 5:03 
GeneralRe: Search in C# files Pin
Kentamanos17-Dec-03 16:36
Kentamanos17-Dec-03 16:36 
GeneralRe: Search in C# files Pin
Heath Stewart18-Dec-03 2:53
protectorHeath Stewart18-Dec-03 2:53 
GeneralScope Pin
Ken Galer17-Dec-03 2:32
Ken Galer17-Dec-03 2:32 
GeneralRe: Scope Pin
Philip Fitzsimons17-Dec-03 2:42
Philip Fitzsimons17-Dec-03 2:42 
GeneralRe: Scope Pin
Ken Galer17-Dec-03 3:10
Ken Galer17-Dec-03 3:10 
GeneralRe: Scope Pin
Member 26118817-Dec-03 5:04
Member 26118817-Dec-03 5:04 
Philip Fitzsimons wrote:
in this version of c# all parts of a class must be in one file.

But this doesn't mean that you can't define non-class dependant enums, delegates, etc... somewhere else.

And, if you want to split members into several files to make things more organizable, then you might as well take a look at the #region[^] preprocessor directive. In VS.NET and SharpDevelop, you can expand and collapse the code between two #region and #endregion directives.

- Daniël Pelsmaeker

"Let others praise ancient times; I am glad I was born in these."
- Ovid (43 BC-AD 17) Roman poet

GeneralRe: Scope Pin
Heath Stewart17-Dec-03 5:01
protectorHeath Stewart17-Dec-03 5:01 
GeneralRe: Scope Pin
Ken Galer17-Dec-03 6:35
Ken Galer17-Dec-03 6:35 
GeneralRe: Scope Pin
Heath Stewart17-Dec-03 6:43
protectorHeath Stewart17-Dec-03 6:43 
QuestionSerialize WebControls.Unit class? Pin
milkydb16-Dec-03 23:54
sussmilkydb16-Dec-03 23:54 
AnswerRe: Serialize WebControls.Unit class? Pin
Heath Stewart17-Dec-03 4:59
protectorHeath Stewart17-Dec-03 4:59 
GeneralType.GetInterface Method Pin
Jinwah16-Dec-03 23:30
Jinwah16-Dec-03 23:30 
GeneralRe: Type.GetInterface Method Pin
Heath Stewart17-Dec-03 4:55
protectorHeath Stewart17-Dec-03 4:55 
QuestionHow to clean the console ? Pin
Matthieu.C16-Dec-03 22:14
Matthieu.C16-Dec-03 22:14 
AnswerRe: How to clean the console ? Pin
Elph16-Dec-03 23:50
Elph16-Dec-03 23:50 
QuestionHow can i get i ShowDialog method in UserControl??? Pin
lupa_842116-Dec-03 21:12
lupa_842116-Dec-03 21:12 
AnswerRe: How can i get i ShowDialog method in UserControl??? Pin
Member 26118816-Dec-03 22:08
Member 26118816-Dec-03 22:08 
GeneralRe: How can i get i ShowDialog method in UserControl??? Pin
lupa_842117-Dec-03 0:49
lupa_842117-Dec-03 0:49 
GeneralRe: How can i get i ShowDialog method in UserControl??? Pin
Not Active17-Dec-03 3:28
mentorNot Active17-Dec-03 3:28 
GeneralRe: How can i get i ShowDialog method in UserControl??? Pin
Heath Stewart17-Dec-03 4:48
protectorHeath Stewart17-Dec-03 4:48 
GeneralRe: How can i get i ShowDialog method in UserControl??? Pin
leppie17-Dec-03 6:32
leppie17-Dec-03 6:32 
GeneralRe: How can i get i ShowDialog method in UserControl??? Pin
Heath Stewart17-Dec-03 6:37
protectorHeath Stewart17-Dec-03 6:37 
GeneralRe: How can i get i ShowDialog method in UserControl??? Pin
leppie17-Dec-03 6:58
leppie17-Dec-03 6:58 

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.