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

C#

 
GeneralRe: parsing associated program path from registry ? Pin
Xmen Real 7-Jul-08 17:00
professional Xmen Real 7-Jul-08 17:00 
GeneralRe: parsing associated program path from registry ? Pin
PIEBALDconsult7-Jul-08 18:31
mvePIEBALDconsult7-Jul-08 18:31 
GeneralRe: parsing associated program path from registry ? Pin
Xmen Real 7-Jul-08 18:35
professional Xmen Real 7-Jul-08 18:35 
GeneralRe: parsing associated program path from registry ? Pin
PIEBALDconsult7-Jul-08 18:52
mvePIEBALDconsult7-Jul-08 18:52 
QuestionPassing value to base class Pin
humayunlalzad7-Jul-08 5:41
humayunlalzad7-Jul-08 5:41 
AnswerRe: Passing value to base class Pin
led mike7-Jul-08 5:51
led mike7-Jul-08 5:51 
AnswerRe: Passing value to base class Pin
leppie7-Jul-08 5:53
leppie7-Jul-08 5:53 
AnswerRe: Passing value to base class Pin
Richard Blythe7-Jul-08 6:07
Richard Blythe7-Jul-08 6:07 
The best approach would be something like this:

;
class MyClass2 : myClass     
{            
    public MyClass2(int b) : base(b)        
    {            
       Console.WriteLine(b);       
    }        

    public MyClass2() : base(THE CONST VALUE) //<------------------     
    {         
        Console.WriteLine("Default Const");     
    } 


    private void 
}


"Make it as simple as possible, but no simpler" Issac Newton

QuestionNon-admin user writing files Pin
Richard Blythe7-Jul-08 5:39
Richard Blythe7-Jul-08 5:39 
AnswerRe: Non-admin user writing files Pin
leppie7-Jul-08 5:55
leppie7-Jul-08 5:55 
AnswerRe: Non-admin user writing files Pin
Frank Horn7-Jul-08 7:54
Frank Horn7-Jul-08 7:54 
GeneralRe: Non-admin user writing files Pin
Richard Blythe7-Jul-08 8:11
Richard Blythe7-Jul-08 8:11 
GeneralRe: Non-admin user writing files Pin
Frank Horn7-Jul-08 11:13
Frank Horn7-Jul-08 11:13 
QuestionDataGrid checkbox columns Pin
hadad7-Jul-08 4:15
hadad7-Jul-08 4:15 
AnswerRe: DataGrid checkbox columns Pin
Xmen Real 7-Jul-08 5:34
professional Xmen Real 7-Jul-08 5:34 
GeneralRe: DataGrid checkbox columns Pin
hadad7-Jul-08 5:39
hadad7-Jul-08 5:39 
Question[Message Deleted] Pin
countnazgul7-Jul-08 3:30
countnazgul7-Jul-08 3:30 
AnswerRe: C# create Ajax Accordion and panes? Pin
leppie7-Jul-08 3:55
leppie7-Jul-08 3:55 
GeneralRe: C# create Ajax Accordion and panes? Pin
countnazgul7-Jul-08 4:01
countnazgul7-Jul-08 4:01 
GeneralRe: C# create Ajax Accordion and panes? Pin
Paul Conrad7-Jul-08 10:41
professionalPaul Conrad7-Jul-08 10:41 
QuestionXml Reader - Read Entire Subtree Pin
Lea Hayes7-Jul-08 3:15
Lea Hayes7-Jul-08 3:15 
AnswerRe: Xml Reader - Read Entire Subtree Pin
N a v a n e e t h7-Jul-08 3:48
N a v a n e e t h7-Jul-08 3:48 
GeneralRe: Xml Reader - Read Entire Subtree Pin
Lea Hayes7-Jul-08 4:06
Lea Hayes7-Jul-08 4:06 
QuestionCanonicalize a path (not a URL) Pin
James R. Twine7-Jul-08 2:48
James R. Twine7-Jul-08 2:48 
AnswerRe: Canonicalize a path (not a URL) Pin
Kjetil Svendsen7-Jul-08 3:51
Kjetil Svendsen7-Jul-08 3:51 

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.