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

C#

 
GeneralRe: set a font for a TextBox / c# Pin
made in 4430-Jul-09 3:03
made in 4430-Jul-09 3:03 
GeneralRe: set a font for a TextBox / c# Pin
stancrm30-Jul-09 3:14
stancrm30-Jul-09 3:14 
GeneralRe: set a font for a TextBox / c# Pin
made in 4430-Jul-09 6:25
made in 4430-Jul-09 6:25 
AnswerRe: set a font for a TextBox / c# Pin
Baeltazor30-Jul-09 19:00
Baeltazor30-Jul-09 19:00 
QuestionAccess Methods of a Class Directly Pin
Matt Clarkson29-Jul-09 1:00
Matt Clarkson29-Jul-09 1:00 
AnswerRe: Access Methods of a Class Directly Pin
stancrm29-Jul-09 1:02
stancrm29-Jul-09 1:02 
GeneralRe: Access Methods of a Class Directly Pin
Matt Clarkson29-Jul-09 1:05
Matt Clarkson29-Jul-09 1:05 
AnswerRe: Access Methods of a Class Directly Pin
Nagy Vilmos29-Jul-09 2:19
professionalNagy Vilmos29-Jul-09 2:19 
To extend the previous answer, you do not need to decvlare the class as static, only the method.

The usage rules are very simple, an object can call any static, or class, methods but class methods can only call instance methods of passed references.
An object can reference class variables; there is a single instance of a class variable shared by all of the instances.



Panic, Chaos, Destruction.
My work here is done.

QuestionHow to Develop Serverless LAN chatting software? Pin
Abdullah_Hunzai28-Jul-09 23:41
Abdullah_Hunzai28-Jul-09 23:41 
AnswerRe: How to Develop Serverless LAN chatting software? Pin
dan!sh 29-Jul-09 0:42
professional dan!sh 29-Jul-09 0:42 
GeneralRe: How to Develop Serverless LAN chatting software? Pin
Abdullah_Hunzai30-Jul-09 20:18
Abdullah_Hunzai30-Jul-09 20:18 
QuestionReading a selected value from a dropdownlist nested inside the Datagridview Pin
Seabata28-Jul-09 23:10
Seabata28-Jul-09 23:10 
AnswerRe: Reading a selected value from a dropdownlist nested inside the Datagridview Pin
Nagy Vilmos28-Jul-09 23:12
professionalNagy Vilmos28-Jul-09 23:12 
Questionhow to convert .pst files to .xml files using C# programming language? Pin
tchshiping28-Jul-09 22:54
tchshiping28-Jul-09 22:54 
AnswerRe: how to convert .pst files to .xml files using C# programming language? Pin
Nagy Vilmos28-Jul-09 23:11
professionalNagy Vilmos28-Jul-09 23:11 
GeneralRe: how to convert .pst files to .xml files using C# programming language? Pin
tchshiping29-Jul-09 13:17
tchshiping29-Jul-09 13:17 
AnswerRe: how to convert .pst files to .xml files using C# programming language? Pin
Mycroft Holmes28-Jul-09 23:23
professionalMycroft Holmes28-Jul-09 23:23 
GeneralRe: how to convert .pst files to .xml files using C# programming language? Pin
tchshiping29-Jul-09 13:22
tchshiping29-Jul-09 13:22 
GeneralRe: how to convert .pst files to .xml files using C# programming language? PinPopular
Mycroft Holmes29-Jul-09 14:09
professionalMycroft Holmes29-Jul-09 14:09 
GeneralRe: how to convert .pst files to .xml files using C# programming language? Pin
situ2110-Apr-11 22:19
situ2110-Apr-11 22:19 
Questioncalling unmanaged C++ dll from C#: return type double[] Pin
devvvy28-Jul-09 22:27
devvvy28-Jul-09 22:27 
AnswerRe: calling unmanaged C++ dll from C#: return type double[] Pin
Moreno Airoldi29-Jul-09 3:13
Moreno Airoldi29-Jul-09 3:13 
QuestionDownload a intranet site from a windows form (401 error) Pin
Succodimele28-Jul-09 22:14
Succodimele28-Jul-09 22:14 
AnswerRe: Download a intranet site from a windows form (401 error) Pin
Vimalsoft(Pty) Ltd29-Jul-09 2:03
professionalVimalsoft(Pty) Ltd29-Jul-09 2:03 
GeneralRe: Download a intranet site from a windows form (401 error) Pin
Succodimele29-Jul-09 4:11
Succodimele29-Jul-09 4:11 

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.