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

C#

 
GeneralRe: Make a TreeView expanded Pin
Kordzik14-Apr-05 11:24
Kordzik14-Apr-05 11:24 
GeneralAccess static function through System.Type Pin
RATC14-Apr-05 10:44
RATC14-Apr-05 10:44 
GeneralRe: Access static function through System.Type Pin
turbochimp14-Apr-05 11:36
turbochimp14-Apr-05 11:36 
GeneralRe: Access static function through System.Type Pin
RATC14-Apr-05 11:46
RATC14-Apr-05 11:46 
Generalopening special files Pin
bouli14-Apr-05 10:19
bouli14-Apr-05 10:19 
GeneralRe: opening special files Pin
Dave Kreskowiak14-Apr-05 16:37
mveDave Kreskowiak14-Apr-05 16:37 
Generalextract jpg file width and height Pin
muadib114-Apr-05 10:05
muadib114-Apr-05 10:05 
GeneralRe: extract jpg file width and height Pin
turbochimp14-Apr-05 11:38
turbochimp14-Apr-05 11:38 
GeneralUSB camera code Pin
zeris197314-Apr-05 9:57
zeris197314-Apr-05 9:57 
GeneralRe: USB camera code Pin
tom_dx14-Apr-05 16:25
tom_dx14-Apr-05 16:25 
GeneralRe: USB camera code Pin
Dave Kreskowiak14-Apr-05 16:35
mveDave Kreskowiak14-Apr-05 16:35 
GeneralRe: USB camera code Pin
eggie516-Apr-05 5:25
eggie516-Apr-05 5:25 
QuestionADOBC??? Pin
trk_wakil14-Apr-05 9:28
trk_wakil14-Apr-05 9:28 
AnswerRe: ADOBC??? Pin
kaschimer14-Apr-05 10:24
kaschimer14-Apr-05 10:24 
GeneralRe: ADOBC??? Pin
turbochimp14-Apr-05 12:11
turbochimp14-Apr-05 12:11 
QuestionEvent not fired on one of my computers? Pin
Snowjim14-Apr-05 8:50
Snowjim14-Apr-05 8:50 
QuestionAccess between classes? Pin
tantiboh14-Apr-05 7:17
tantiboh14-Apr-05 7:17 
AnswerRe: Access between classes? Pin
hooray14-Apr-05 7:29
hooray14-Apr-05 7:29 
GeneralCan't do that Pin
tantiboh14-Apr-05 7:42
tantiboh14-Apr-05 7:42 
GeneralRe: Can't do that Pin
hooray14-Apr-05 7:53
hooray14-Apr-05 7:53 
GeneralRe: Can't do that Pin
tantiboh14-Apr-05 8:14
tantiboh14-Apr-05 8:14 
GeneralRe: Can't do that Pin
turbochimp14-Apr-05 11:47
turbochimp14-Apr-05 11:47 
Just as an aside - doing what the first reply suggested would not lead to creating a new class. It would lead to creating a new instance of an existing class. Either way (static or instance), you're taking up space on the heap. The difference is that with a static member, all clients in the AppDomain shares a single instance of the static member, and with non-static (instantiation), each call gets a new copy of the object.

The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’

GeneralMaking PropertyGrid read only Pin
Tristan Rhodes14-Apr-05 7:03
Tristan Rhodes14-Apr-05 7:03 
GeneralRe: Making PropertyGrid read only Pin
Dave Kreskowiak14-Apr-05 8:29
mveDave Kreskowiak14-Apr-05 8:29 
GeneralRe: Making PropertyGrid read only Pin
Tristan Rhodes16-Apr-05 9:36
Tristan Rhodes16-Apr-05 9:36 

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.