Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
AnswerRe: Listing User Accounts Pin
mav.northwind22-Jul-07 6:41
mav.northwind22-Jul-07 6:41 
Questionwhich constructor gets called first? Pin
jon-8022-Jul-07 2:40
professionaljon-8022-Jul-07 2:40 
AnswerRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 2:52
sitebuilderLuc Pattyn22-Jul-07 2:52 
GeneralRe: which constructor gets called first? Pin
jon-8022-Jul-07 3:18
professionaljon-8022-Jul-07 3:18 
GeneralRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 3:35
sitebuilderLuc Pattyn22-Jul-07 3:35 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 5:34
professionalPaul Conrad22-Jul-07 5:34 
GeneralRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 5:46
sitebuilderLuc Pattyn22-Jul-07 5:46 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 5:49
professionalPaul Conrad22-Jul-07 5:49 
<code> by itself doesn't do much, at least when it comes to preserving indentation.

Here is a simple example of how I do it...

private bool foo(int x)
{
     if ( x < 0 )
          return true;
     else
          return false;
}


I like it because it makes the code stand out a bit better.


"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus

GeneralRe: which constructor gets called first? Pin
Guffa22-Jul-07 9:03
Guffa22-Jul-07 9:03 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 9:33
professionalPaul Conrad22-Jul-07 9:33 
GeneralRe: which constructor gets called first? Pin
Guffa22-Jul-07 10:11
Guffa22-Jul-07 10:11 
GeneralRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 9:39
sitebuilderLuc Pattyn22-Jul-07 9:39 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 9:51
professionalPaul Conrad22-Jul-07 9:51 
GeneralRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 9:57
sitebuilderLuc Pattyn22-Jul-07 9:57 
GeneralRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 10:00
sitebuilderLuc Pattyn22-Jul-07 10:00 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 10:00
professionalPaul Conrad22-Jul-07 10:00 
GeneralRe: which constructor gets called first? Pin
Guffa22-Jul-07 10:15
Guffa22-Jul-07 10:15 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 10:19
professionalPaul Conrad22-Jul-07 10:19 
GeneralRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 10:27
sitebuilderLuc Pattyn22-Jul-07 10:27 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 10:37
professionalPaul Conrad22-Jul-07 10:37 
GeneralRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 10:51
sitebuilderLuc Pattyn22-Jul-07 10:51 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 11:08
professionalPaul Conrad22-Jul-07 11:08 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 9:57
professionalPaul Conrad22-Jul-07 9:57 
QuestionCreating Screen Saver in C# [modified] Pin
Identity Undisclosed22-Jul-07 1:15
Identity Undisclosed22-Jul-07 1:15 
AnswerRe: Creating Screen Saver in C# Pin
Luc Pattyn22-Jul-07 1:23
sitebuilderLuc Pattyn22-Jul-07 1:23 

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.