Click here to Skip to main content
15,921,837 members
Home / Discussions / C#
   

C#

 
GeneralRe: Msn Messenger Programming Pin
Nick Parker26-Oct-04 7:39
protectorNick Parker26-Oct-04 7:39 
GeneralRe: Msn Messenger Programming Pin
Adnan Siddiqi26-Oct-04 8:46
Adnan Siddiqi26-Oct-04 8:46 
Generalmouse hover / mouse leave Pin
ee9903526-Oct-04 6:25
ee9903526-Oct-04 6:25 
GeneralRe: mouse hover / mouse leave Pin
Heath Stewart26-Oct-04 6:54
protectorHeath Stewart26-Oct-04 6:54 
GeneralRe: mouse hover / mouse leave Pin
ee9903526-Oct-04 7:10
ee9903526-Oct-04 7:10 
GeneralRe: mouse hover / mouse leave Pin
Heath Stewart26-Oct-04 10:19
protectorHeath Stewart26-Oct-04 10:19 
GeneralRe: mouse hover / mouse leave Pin
ee9903527-Oct-04 7:45
ee9903527-Oct-04 7:45 
GeneralRe: mouse hover / mouse leave Pin
Heath Stewart27-Oct-04 14:08
protectorHeath Stewart27-Oct-04 14:08 
ee99035 wrote:
Do you know where I can read some information about exceptions?! (mutexes, semaphores, etc)

As a developer, there's a resource you should get very familiar with: the .NET Framework SDK[^]. There's no excuse for not reading it. It contains topics about all different sorts of programming scenarios with .NET and documents the base class library[^] (BCL). Specifically, if you want to read about the thread classes, read about the members of the System.Threading[^] namespace. If you installed the defaults for Visual Studio .NET, you have this installed locally too (can also be downloaded as part of the .NET Framework SDK without the need for Visual Studio 7.0 or newer from http://msdn.microsoft.com/netframework[^]).

ee99035 wrote:
Do you know where I can read some information about how to build classes?! I have many difficulties in that

For information on object-oriented programming you should either take a class or pick up some good books. You can also learn by example but you should undersatnd the basics of objects first. Just because you encapsulate a bunch of functions in a class doesn't make it an object-oriented design. The ubiquitous case is the Company>-Employee classes that a lot of books use.

You can also find articles online.

If you're looking for examples of object-oriented programs, well, that's what this web site is full of.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
QuestionRAS API Wrapped in C#??? Pin
mrr26-Oct-04 5:57
mrr26-Oct-04 5:57 
AnswerRe: RAS API Wrapped in C#??? Pin
Heath Stewart26-Oct-04 7:03
protectorHeath Stewart26-Oct-04 7:03 
AnswerRe: RAS API Wrapped in C#??? Pin
Alex Korchemniy26-Oct-04 11:57
Alex Korchemniy26-Oct-04 11:57 
GeneralXmlElement.SetAttribute not working as expected Pin
Colin Angus Mackay26-Oct-04 5:10
Colin Angus Mackay26-Oct-04 5:10 
GeneralRe: XmlElement.SetAttribute not working as expected Pin
Heath Stewart26-Oct-04 7:00
protectorHeath Stewart26-Oct-04 7:00 
QuestionC++ header to .NET? Pin
hagay_ar26-Oct-04 4:44
hagay_ar26-Oct-04 4:44 
AnswerRe: C++ header to .NET? Pin
Heath Stewart26-Oct-04 6:23
protectorHeath Stewart26-Oct-04 6:23 
GeneralC# with some code in MFC Pin
ee9903526-Oct-04 4:40
ee9903526-Oct-04 4:40 
GeneralRe: C# with some code in MFC Pin
Judah Gabriel Himango26-Oct-04 5:20
sponsorJudah Gabriel Himango26-Oct-04 5:20 
GeneralRe: C# with some code in MFC Pin
Heath Stewart26-Oct-04 6:30
protectorHeath Stewart26-Oct-04 6:30 
GeneralSleep function in C# Pin
Ariadne26-Oct-04 4:16
Ariadne26-Oct-04 4:16 
GeneralRe: Sleep function in C# Pin
Judah Gabriel Himango26-Oct-04 4:24
sponsorJudah Gabriel Himango26-Oct-04 4:24 
GeneralRe: Sleep function in C# Pin
Gary Thom26-Oct-04 4:29
Gary Thom26-Oct-04 4:29 
GeneralSending Messages between Networked Computers. Pin
acidik26-Oct-04 3:29
acidik26-Oct-04 3:29 
GeneralPlus: Error message when adding a MessageQueue control... Pin
acidik26-Oct-04 4:18
acidik26-Oct-04 4:18 
GeneralRe: Sending Messages between Networked Computers. Pin
Judah Gabriel Himango26-Oct-04 4:31
sponsorJudah Gabriel Himango26-Oct-04 4:31 
GeneralRe: Sending Messages between Networked Computers. Pin
Heath Stewart26-Oct-04 6:39
protectorHeath Stewart26-Oct-04 6:39 

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.