Click here to Skip to main content
15,891,473 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: reading from zi[ file Pin
Vasya - dragon16-Apr-06 0:53
Vasya - dragon16-Apr-06 0:53 
QuestionXmlDocument.SelectSingleNode Pin
Ali Beirami15-Apr-06 23:41
Ali Beirami15-Apr-06 23:41 
AnswerRe: XmlDocument.SelectSingleNode Pin
Judah Gabriel Himango16-Apr-06 6:18
sponsorJudah Gabriel Himango16-Apr-06 6:18 
Questionhow to set Password on Access database ? Pin
hdv21215-Apr-06 22:58
hdv21215-Apr-06 22:58 
AnswerRe: how to set Password on Access database ? Pin
Guffa15-Apr-06 23:16
Guffa15-Apr-06 23:16 
GeneralRe: how to set Password on Access database ? Pin
hdv21215-Apr-06 23:27
hdv21215-Apr-06 23:27 
AnswerRe: how to set Password on Access database ? Pin
S Douglas15-Apr-06 23:59
professionalS Douglas15-Apr-06 23:59 
QuestionDeployment Pin
pankajgarg1215-Apr-06 22:28
pankajgarg1215-Apr-06 22:28 
AnswerRe: Deployment Pin
Ed.Poore15-Apr-06 23:15
Ed.Poore15-Apr-06 23:15 

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.