Click here to Skip to main content
15,914,165 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sending email Pin
MSNFans16-Apr-06 21:19
MSNFans16-Apr-06 21:19 
QuestionAbout WMI on C# Pin
The_Rank16-Apr-06 6:59
The_Rank16-Apr-06 6:59 
AnswerRe: About WMI on C# Pin
Le Thanh Cong16-Apr-06 23:06
Le Thanh Cong16-Apr-06 23:06 
QuestionProblem with method signatures Pin
t4ure4n16-Apr-06 6:46
t4ure4n16-Apr-06 6:46 
AnswerRe: Problem with method signatures Pin
Judah Gabriel Himango16-Apr-06 11:21
sponsorJudah Gabriel Himango16-Apr-06 11:21 
AnswerRe: Problem with method signatures Pin
Michael Dunn16-Apr-06 12:01
sitebuilderMichael Dunn16-Apr-06 12:01 
QuestionRe: Problem with method signatures Pin
t4ure4n26-Apr-06 4:34
t4ure4n26-Apr-06 4:34 
QuestionEmbedding executable in my application Pin
zorro.tmh16-Apr-06 3:08
zorro.tmh16-Apr-06 3:08 
AnswerRe: Embedding executable in my application Pin
Judah Gabriel Himango16-Apr-06 6:01
sponsorJudah Gabriel Himango16-Apr-06 6:01 
GeneralRe: Embedding executable in my application Pin
zorro.tmh16-Apr-06 23:36
zorro.tmh16-Apr-06 23:36 
QuestionHow can I use the objects which I made by 3DMax into Open GL ??!! Pin
suroor45316-Apr-06 2:27
suroor45316-Apr-06 2:27 
AnswerRe: How can I use the objects which I made by 3DMax into Open GL ??!! Pin
Judah Gabriel Himango16-Apr-06 6:09
sponsorJudah Gabriel Himango16-Apr-06 6:09 
GeneralRe: How can I use the objects which I made by 3DMax into Open GL ??!! Pin
suroor45316-Apr-06 7:26
suroor45316-Apr-06 7:26 
GeneralRe: How can I use the objects which I made by 3DMax into Open GL ??!! Pin
Judah Gabriel Himango16-Apr-06 15:41
sponsorJudah Gabriel Himango16-Apr-06 15:41 
AnswerRe: How can I use the objects which I made by 3DMax into Open GL ??!! Pin
Judah Gabriel Himango16-Apr-06 6:25
sponsorJudah Gabriel Himango16-Apr-06 6:25 
QuestionList with ListChanged and ListChanging events - asking for code review and suggestions (long source code included) Pin
Patrick Klug16-Apr-06 2:20
Patrick Klug16-Apr-06 2:20 
AnswerRe: List with ListChanged and ListChanging events - asking for code review and suggestions (long source code included) Pin
Guffa16-Apr-06 3:45
Guffa16-Apr-06 3:45 
At a first glance:

You are both inheriting the List<t> class and declaring another internal list as _items. That means that you are using two different lists, one for the base methods that use the list itself, and one for the methods overriding the base methods and using the _items list instead.

---
b { font-weight: normal; }

GeneralRe: List with ListChanged and ListChanging events - asking for code review and suggestions (long source code included) Pin
Patrick Klug16-Apr-06 6:10
Patrick Klug16-Apr-06 6:10 
QuestionTreeView Pin
babamara16-Apr-06 2:05
babamara16-Apr-06 2:05 
AnswerRe: TreeView Pin
Judah Gabriel Himango16-Apr-06 6:15
sponsorJudah Gabriel Himango16-Apr-06 6:15 
Questionhow to set Password on Access database ? Pin
hdv21216-Apr-06 1:55
hdv21216-Apr-06 1:55 
GeneralRe: how to set Password on Access database ? Pin
Guffa16-Apr-06 2:16
Guffa16-Apr-06 2:16 
GeneralRe: how to set Password on Access database ? Pin
hdv21216-Apr-06 3:42
hdv21216-Apr-06 3:42 
QuestionHow to receive result of sending the letter in MS Outlook? Pin
Vasya - dragon16-Apr-06 0:47
Vasya - dragon16-Apr-06 0:47 
Questionreading from zi[ file Pin
CoolASL15-Apr-06 23:56
CoolASL15-Apr-06 23:56 

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.