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

C#

 
GeneralRe: XP style controls Pin
Mazdak5-Feb-02 5:26
Mazdak5-Feb-02 5:26 
GeneralRe: XP style controls Pin
5-Feb-02 6:25
suss5-Feb-02 6:25 
GeneralRe: XP style controls Pin
Mazdak5-Feb-02 8:52
Mazdak5-Feb-02 8:52 
GeneralRe: XP style controls Pin
James T. Johnson5-Feb-02 17:40
James T. Johnson5-Feb-02 17:40 
GeneralRe: XP style controls Pin
James T. Johnson5-Feb-02 19:38
James T. Johnson5-Feb-02 19:38 
GeneralRe: XP style controls Pin
6-Feb-02 0:31
suss6-Feb-02 0:31 
Questionhow to get the address of a managed type Pin
5-Feb-02 3:31
suss5-Feb-02 3:31 
AnswerRe: how to get the address of a managed type Pin
Peter Stephens5-Feb-02 7:16
Peter Stephens5-Feb-02 7:16 
Like this:

SomeObject obj = new SomeObject();
Component1.Prop1 = obj;
Component2.Prop2 = obj;


All objects are refered to through "object references". You can freely pass this object reference to any part of your system.

--
Peter Stephens
QuestionWhich C# version to use? Pin
Travis D. Mathison4-Feb-02 21:48
Travis D. Mathison4-Feb-02 21:48 
AnswerRe: Which C# version to use? Pin
Mazdak4-Feb-02 23:01
Mazdak4-Feb-02 23:01 
GeneralRe: Which C# version to use? Pin
Travis D. Mathison4-Feb-02 23:06
Travis D. Mathison4-Feb-02 23:06 
GeneralRe: Which C# version to use? Pin
Mazdak5-Feb-02 1:46
Mazdak5-Feb-02 1:46 
GeneralUse win32 DLL with C# Pin
4-Feb-02 2:42
suss4-Feb-02 2:42 
Generalprinting Pin
Mazdak3-Feb-02 5:11
Mazdak3-Feb-02 5:11 
Generaltextbox size change! Pin
Mazdak31-Jan-02 22:51
Mazdak31-Jan-02 22:51 
GeneralRe: textbox size change! Pin
James T. Johnson1-Feb-02 11:35
James T. Johnson1-Feb-02 11:35 
GeneralRe: textbox size change! Pin
Mazdak1-Feb-02 19:42
Mazdak1-Feb-02 19:42 
GeneralRe: textbox size change! Pin
James T. Johnson2-Feb-02 1:55
James T. Johnson2-Feb-02 1:55 
GeneralRe: textbox size change! Pin
Mazdak2-Feb-02 2:17
Mazdak2-Feb-02 2:17 
Questiona public class... for what? Pin
Rickard Andersson2031-Jan-02 22:41
Rickard Andersson2031-Jan-02 22:41 
AnswerRe: a public class... for what? Pin
Peter Stephens1-Feb-02 8:06
Peter Stephens1-Feb-02 8:06 
GeneralProblem/bug in .net class library Pin
Mikael Edlund31-Jan-02 10:13
Mikael Edlund31-Jan-02 10:13 
GeneralRe: Problem/bug in .net class library Pin
James T. Johnson31-Jan-02 10:39
James T. Johnson31-Jan-02 10:39 
GeneralRe: Problem/bug in .net class library Pin
31-Jan-02 22:52
suss31-Jan-02 22:52 
GeneralRe: Problem/bug in .net class library Pin
31-Jan-02 23:37
suss31-Jan-02 23:37 

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.