Click here to Skip to main content
15,925,309 members
Home / Discussions / C#
   

C#

 
GeneralXML Serialization & Deserialization Pin
khchan10-Jun-04 18:40
khchan10-Jun-04 18:40 
GeneralRe: XML Serialization & Deserialization Pin
Heath Stewart11-Jun-04 3:37
protectorHeath Stewart11-Jun-04 3:37 
Generaladding a Menu bar log Pin
samithas10-Jun-04 18:18
samithas10-Jun-04 18:18 
QuestionHow does ImageIndex property works Pin
luming112233445510-Jun-04 17:42
luming112233445510-Jun-04 17:42 
AnswerRe: How does ImageIndex property works Pin
Nick Seng10-Jun-04 21:30
Nick Seng10-Jun-04 21:30 
GeneralRe: How does ImageIndex property works Pin
Heath Stewart11-Jun-04 3:30
protectorHeath Stewart11-Jun-04 3:30 
AnswerRe: How does ImageIndex property works Pin
Heath Stewart11-Jun-04 3:29
protectorHeath Stewart11-Jun-04 3:29 
GeneralRe: How does ImageIndex property works Pin
luming112233445513-Jun-04 16:17
luming112233445513-Jun-04 16:17 
Thanks Heath Stewart
under your answer,I found an article from here
http://www.codeproject.com/cs/media/extimageindexconv.asp
the red line must been added;
[Category("Appearance"), <br />
Description("..."), DefaultValue(-1)]<br />
[<font color="#FF0000">TypeConverter(typeof(ImageIndexConverter)), </font><br />
Editor("System.Windows.Forms.Design.ImageIndexEditor", typeof(UITypeEditor))]<br />
public int ImageIndex<br />
{<br />
  get <br />
  {<br />
    return _ImageIndex;<br />
  }<br />
  set<br />
  {<br />
     if (_ImageIndex = value)<br />
     {<br />
        _ImageIndex=value;<br />
     }<br />
  }<br />
}

I think if I changed the ImageIndexConverter to a Converter class which I designed , In desingn time , will it show my Converter in property grid?
GeneralRe: How does ImageIndex property works Pin
Heath Stewart13-Jun-04 17:52
protectorHeath Stewart13-Jun-04 17:52 
Generalincremental installation of C# application Pin
ting66810-Jun-04 15:52
ting66810-Jun-04 15:52 
GeneralRe: incremental installation of C# application Pin
Peter Vertes10-Jun-04 17:52
Peter Vertes10-Jun-04 17:52 
GeneralRe: incremental installation of C# application Pin
Anonymous11-Jun-04 19:00
Anonymous11-Jun-04 19:00 
GeneralProblem using embedded WMP to play file in C# Pin
Admiral Ackbar10-Jun-04 15:43
Admiral Ackbar10-Jun-04 15:43 
GeneralRe: Problem using embedded WMP to play file in C# Pin
User 96257810-Jun-04 17:21
User 96257810-Jun-04 17:21 
GeneralRe: Problem using embedded WMP to play file in C# Pin
Admiral Ackbar11-Jun-04 2:33
Admiral Ackbar11-Jun-04 2:33 
GeneralAlso..... Pin
User 96257812-Jun-04 7:17
User 96257812-Jun-04 7:17 
GeneralRe: Also..... Pin
Admiral Ackbar12-Jun-04 11:30
Admiral Ackbar12-Jun-04 11:30 
GeneralRe: Also..... Pin
User 96257812-Jun-04 17:08
User 96257812-Jun-04 17:08 
GeneralWindows Services - Config App Pin
AndyBewley10-Jun-04 12:41
sussAndyBewley10-Jun-04 12:41 
GeneralRe: Windows Services - Config App Pin
Xiangyang Liu 刘向阳10-Jun-04 14:36
Xiangyang Liu 刘向阳10-Jun-04 14:36 
Generalhelp in dll Pin
SherKar10-Jun-04 11:57
SherKar10-Jun-04 11:57 
GeneralRe: help in dll Pin
Colin Angus Mackay10-Jun-04 12:20
Colin Angus Mackay10-Jun-04 12:20 
GeneralUser Controls Pin
Flack10-Jun-04 11:18
Flack10-Jun-04 11:18 
GeneralRe: User Controls Pin
Heath Stewart11-Jun-04 3:20
protectorHeath Stewart11-Jun-04 3:20 
GeneralAMS Profile Question Pin
centiipede10-Jun-04 11:02
centiipede10-Jun-04 11:02 

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.