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

C#

 
GeneralRe: Toolbar Pin
Luis Alonso Ramos23-Nov-04 10:43
Luis Alonso Ramos23-Nov-04 10:43 
GeneralAvoiding multiple instances of an Application Pin
sommarafton23-Nov-04 3:43
sommarafton23-Nov-04 3:43 
GeneralRe: Avoiding multiple instances of an Application Pin
Jesse Squire23-Nov-04 3:56
Jesse Squire23-Nov-04 3:56 
GeneralTwo dimensional strongly typed collection Pin
Jan R Hansen23-Nov-04 3:36
Jan R Hansen23-Nov-04 3:36 
GeneralRe: Two dimensional strongly typed collection Pin
benjymous23-Nov-04 5:08
benjymous23-Nov-04 5:08 
GeneralRe: Two dimensional strongly typed collection Pin
Jan R Hansen23-Nov-04 5:51
Jan R Hansen23-Nov-04 5:51 
GeneralRe: Two dimensional strongly typed collection Pin
benjymous23-Nov-04 21:54
benjymous23-Nov-04 21:54 
GeneralCalling constructors Pin
pjholliday23-Nov-04 2:57
pjholliday23-Nov-04 2:57 
I have a form with three constructors each with a different signiture.

i.e.
public Form_1() ...
public Form_1(string Name) ...
public Form_1(string Name, int Number) ...

How can i call the first constructor from the second and call the second from the third?

At the minute I have to copy the common code into functions and call the functions but would prefer to call the constructors as i used to do in VB.Net.

Thanks
GeneralRe: Calling constructors Pin
S. Senthil Kumar23-Nov-04 3:12
S. Senthil Kumar23-Nov-04 3:12 
GeneralRe: Calling constructors Pin
Heath Stewart23-Nov-04 6:06
protectorHeath Stewart23-Nov-04 6:06 
GeneralRe: Calling constructors Pin
Daniel Turini23-Nov-04 8:05
Daniel Turini23-Nov-04 8:05 
GeneralPersist ListViewItem backColor when using HideSelection= false Pin
the last free name23-Nov-04 0:05
the last free name23-Nov-04 0:05 
GeneralRe: Persist ListViewItem backColor when using HideSelection= false Pin
mhmoud rawas23-Nov-04 1:37
mhmoud rawas23-Nov-04 1:37 
GeneralCalling C# functions from a DLL from within unmanaged C++ Pin
Uwe Keim22-Nov-04 22:18
sitebuilderUwe Keim22-Nov-04 22:18 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
mhmoud rawas23-Nov-04 1:47
mhmoud rawas23-Nov-04 1:47 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Mike Dimmick23-Nov-04 2:20
Mike Dimmick23-Nov-04 2:20 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Uwe Keim23-Nov-04 19:29
sitebuilderUwe Keim23-Nov-04 19:29 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Nick Parker23-Nov-04 4:57
protectorNick Parker23-Nov-04 4:57 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Uwe Keim23-Nov-04 5:02
sitebuilderUwe Keim23-Nov-04 5:02 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Heath Stewart23-Nov-04 5:58
protectorHeath Stewart23-Nov-04 5:58 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Uwe Keim23-Nov-04 6:11
sitebuilderUwe Keim23-Nov-04 6:11 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Nick Parker23-Nov-04 7:22
protectorNick Parker23-Nov-04 7:22 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Uwe Keim23-Nov-04 7:34
sitebuilderUwe Keim23-Nov-04 7:34 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Nick Parker23-Nov-04 8:02
protectorNick Parker23-Nov-04 8:02 
GeneralRe: Calling C# functions from a DLL from within unmanaged C++ Pin
Heath Stewart23-Nov-04 8:40
protectorHeath Stewart23-Nov-04 8:40 

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.