Click here to Skip to main content
16,012,611 members
Home / Discussions / C#
   

C#

 
GeneralRe: sharing object placed on a form, in all other forms. Pin
Member 114126620-Jun-04 1:02
Member 114126620-Jun-04 1:02 
Generalsaving collection automaticaly into form`s code file.(or resource) Pin
Member 114126619-Jun-04 4:52
Member 114126619-Jun-04 4:52 
GeneralRe: saving collection automaticaly into form`s code file.(or resource) Pin
Heath Stewart19-Jun-04 8:15
protectorHeath Stewart19-Jun-04 8:15 
Generaldatatable in class, XMLserialization Pin
Member 114126619-Jun-04 4:50
Member 114126619-Jun-04 4:50 
GeneralRe: datatable in class, XMLserialization Pin
Heath Stewart19-Jun-04 8:13
protectorHeath Stewart19-Jun-04 8:13 
GeneralRe: datatable in class, XMLserialization Pin
Member 114126619-Jun-04 23:22
Member 114126619-Jun-04 23:22 
GeneralRe: datatable in class, XMLserialization Pin
Heath Stewart20-Jun-04 9:57
protectorHeath Stewart20-Jun-04 9:57 
QuestionCalling the default ctor from an overloaded ctor? Pin
matthias s.19-Jun-04 3:38
matthias s.19-Jun-04 3:38 
Hi,

how can I call the default constructor of a class from an overloaded one? Example:
public class MainForm : System.Windows.Forms.Form {<br />
public MainForm() {<br />
InitializeComponent();<br />
PrepareSomeStuff();<br />
SomeMoreStuff();<br />
}<br />
	<br />
public MainForm(string Somestring) {<br />
mSomestring = Somestring;<br />
// don't want to do this (I have a lot of overloads...)<br />
InitializeComponent();<br />
PrepareSomeStuff();<br />
SomeMoreStuff();<br />
}<br />
// privates omitted...<br />
}


Any ideas are welcome.

Matthias


If eell I ,nust draw to your atenttion to het fakt that I can splel perfrectly well - i;ts my typeying that sukcs.
(Lounge/David Wulff)

www.emvoid.de

AnswerRe: Calling the default ctor from an overloaded ctor? Pin
leppie19-Jun-04 4:20
leppie19-Jun-04 4:20 
GeneralRe: Calling the default ctor from an overloaded ctor? Pin
matthias s.19-Jun-04 5:12
matthias s.19-Jun-04 5:12 
AnswerRe: Calling the default ctor from an overloaded ctor? Pin
Nick Parker19-Jun-04 4:32
protectorNick Parker19-Jun-04 4:32 
GeneralRe: Calling the default ctor from an overloaded ctor? Pin
matthias s.19-Jun-04 5:14
matthias s.19-Jun-04 5:14 
AnswerRe: Calling the default ctor from an overloaded ctor? Pin
Colin Angus Mackay19-Jun-04 4:41
Colin Angus Mackay19-Jun-04 4:41 
GeneralRe: Calling the default ctor from an overloaded ctor? Pin
Nick Parker19-Jun-04 4:47
protectorNick Parker19-Jun-04 4:47 
GeneralRe: Calling the default ctor from an overloaded ctor? Pin
Colin Angus Mackay19-Jun-04 5:07
Colin Angus Mackay19-Jun-04 5:07 
GeneralRe: Calling the default ctor from an overloaded ctor? Pin
Nick Parker19-Jun-04 5:37
protectorNick Parker19-Jun-04 5:37 
GeneralRe: Calling the default ctor from an overloaded ctor? Pin
matthias s.19-Jun-04 5:10
matthias s.19-Jun-04 5:10 
GeneralRe: Calling the default ctor from an overloaded ctor? Pin
Heath Stewart19-Jun-04 7:19
protectorHeath Stewart19-Jun-04 7:19 
GeneralTwo RTF Questions Pin
XanderSon19-Jun-04 3:18
XanderSon19-Jun-04 3:18 
GeneralRe: Two RTF Questions Pin
Heath Stewart19-Jun-04 7:14
protectorHeath Stewart19-Jun-04 7:14 
GeneralRe: Two RTF Questions Pin
XanderSon19-Jun-04 13:51
XanderSon19-Jun-04 13:51 
QuestionHow to use MFC dll in C#? Pin
ting66819-Jun-04 3:14
ting66819-Jun-04 3:14 
AnswerRe: How to use MFC dll in C#? Pin
Heath Stewart19-Jun-04 6:43
protectorHeath Stewart19-Jun-04 6:43 
GeneralRe: How to use MFC dll in C#? Pin
ting66820-Jun-04 2:00
ting66820-Jun-04 2:00 
GeneralRe: How to use MFC dll in C#? Pin
Heath Stewart20-Jun-04 11:54
protectorHeath Stewart20-Jun-04 11:54 

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.