Click here to Skip to main content
15,867,308 members
Home / Discussions / C#
   

C#

 
GeneralRe: OfficeXP visual style??? Pin
Maciej Pirog25-Sep-02 9:22
Maciej Pirog25-Sep-02 9:22 
GeneralRe: OfficeXP visual style??? Pin
leppie25-Sep-02 13:15
leppie25-Sep-02 13:15 
General.NET Everett Changes Pin
David Stone24-Sep-02 12:31
sitebuilderDavid Stone24-Sep-02 12:31 
GeneralRe: .NET Everett Changes Pin
leppie24-Sep-02 13:31
leppie24-Sep-02 13:31 
GeneralCollection Editor Pin
Tomas Petricek24-Sep-02 12:05
Tomas Petricek24-Sep-02 12:05 
GeneralRe: Collection Editor Pin
leppie24-Sep-02 13:57
leppie24-Sep-02 13:57 
GeneralRe: Collection Editor Pin
Tomas Petricek25-Sep-02 2:43
Tomas Petricek25-Sep-02 2:43 
GeneralRe: Collection Editor Pin
Tomas Petricek25-Sep-02 3:46
Tomas Petricek25-Sep-02 3:46 
Confused | :confused:
I don't know how to do this
What's wrong with this:

<br />
  public class DropDownItem<br />
  {<br />
    private string szName="";<br />
<br />
    public DropDownItem() {<br />
      szName="DropDownItem1";<br />
    }<br />
<br />
    public string Name {<br />
      get {<br />
        return szName;<br />
      }<br />
      set {<br />
        szName=value;<br />
      }<br />
    }<br />
  }<br />
<br />
  public class DropDownCollection : CollectionBase <br />
  {<br />
    public DropDownCollection()  { }<br />
    <br />
    public virtual void Add(DropDownItem val) {<br />
      this.List.Add(val);<br />
    }<br />
  }


Have you got some sample source or link ?
Thank you
GeneralRe: Collection Editor Pin
leppie25-Sep-02 5:02
leppie25-Sep-02 5:02 
GeneralRe: Collection Editor Pin
Tomas Petricek25-Sep-02 6:43
Tomas Petricek25-Sep-02 6:43 
GeneralRe: Collection Editor Pin
leppie25-Sep-02 7:30
leppie25-Sep-02 7:30 
GeneralRe: Collection Editor Pin
Tomas Petricek25-Sep-02 9:25
Tomas Petricek25-Sep-02 9:25 
GeneralProblem with DrawString in OnPrintPage handler Pin
Rado24-Sep-02 11:17
Rado24-Sep-02 11:17 
GeneralGetting info on drives Pin
Wjousts24-Sep-02 9:34
Wjousts24-Sep-02 9:34 
GeneralRe: Getting info on drives Pin
leppie24-Sep-02 10:15
leppie24-Sep-02 10:15 
GeneralRe: Getting info on drives Pin
Wjousts24-Sep-02 10:29
Wjousts24-Sep-02 10:29 
GeneralRe: Getting info on drives Pin
leppie24-Sep-02 10:58
leppie24-Sep-02 10:58 
GeneralRe: Getting info on drives Pin
Wjousts24-Sep-02 16:45
Wjousts24-Sep-02 16:45 
GeneralRe: Getting info on drives Pin
Paul Riley25-Sep-02 0:56
Paul Riley25-Sep-02 0:56 
GeneralRe: Getting info on drives Pin
Mazdak24-Sep-02 23:39
Mazdak24-Sep-02 23:39 
QuestionHow to port tree control from window form 2 web from in C#? Pin
zanhsieh24-Sep-02 8:53
zanhsieh24-Sep-02 8:53 
AnswerRe: How to port tree control from window form 2 web from in C#? Pin
leppie24-Sep-02 10:09
leppie24-Sep-02 10:09 
GeneralDecimal floating point to binary conversion Pin
Humayun24-Sep-02 6:48
Humayun24-Sep-02 6:48 
GeneralRe: Decimal floating point to binary conversion Pin
Nick Parker24-Sep-02 8:48
protectorNick Parker24-Sep-02 8:48 
QuestionHow to use initialization of dialog Pin
24-Sep-02 6:49
suss24-Sep-02 6:49 

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.