Click here to Skip to main content
15,902,492 members
Home / Discussions / C#
   

C#

 
GeneralRe: Super Lame QOTD (Stripping Paths) Pin
Nick Parker28-Oct-03 14:27
protectorNick Parker28-Oct-03 14:27 
GeneralRe: Super Lame QOTD (Stripping Paths) Pin
Heath Stewart28-Oct-03 16:42
protectorHeath Stewart28-Oct-03 16:42 
GeneralBlocking move of a form Pin
phimix28-Oct-03 6:54
phimix28-Oct-03 6:54 
GeneralRe: Blocking move of a form Pin
Blake Coverett28-Oct-03 7:45
Blake Coverett28-Oct-03 7:45 
GeneralRe: Blocking move of a form Pin
phimix29-Oct-03 4:40
phimix29-Oct-03 4:40 
GeneralRe: Blocking move of a form Pin
Blake Coverett29-Oct-03 9:21
Blake Coverett29-Oct-03 9:21 
General=Two ImageList and two ImageIndex (and useful source code)= Pin
god4k28-Oct-03 6:46
god4k28-Oct-03 6:46 
GeneralRe: =Two ImageList and two ImageIndex (and useful source code)= Pin
Heath Stewart28-Oct-03 16:47
protectorHeath Stewart28-Oct-03 16:47 
I already replied to you about this. If you don't like the answer, sorry...but tough. The TypeConverter you're trying to use looks for the first property that returns an ImageList. That's why you see the same ImageList for both indexes. You're going to have to write your own. There's no way around it.

Read the documentation for the TypeConverter. It's actually not that hard. If nothing else, teach yourself IL and use ildasm.exe to look at the ImageIndexEditor and ImageIndexConverter (or use a decompiler like .NET Reflector) and change what you have to into your own class, attributing your property as you did above except with your own converter and editor (use the typeof operator if they are in the same assembly).

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralForm.Hide() Form.Show() Problem Pin
mikemilano28-Oct-03 6:43
mikemilano28-Oct-03 6:43 
GeneralRe: Form.Hide() Form.Show() Problem Pin
Corinna John30-Oct-03 20:00
Corinna John30-Oct-03 20:00 
Generalcode Pin
R. Thomas28-Oct-03 6:15
R. Thomas28-Oct-03 6:15 
GeneralRe: code Pin
Blake Coverett28-Oct-03 6:58
Blake Coverett28-Oct-03 6:58 
GeneralRe: code Pin
oOomen28-Oct-03 7:35
oOomen28-Oct-03 7:35 
GeneralRe: code Pin
Blake Coverett28-Oct-03 7:37
Blake Coverett28-Oct-03 7:37 
GeneralRe: code Pin
oOomen28-Oct-03 7:52
oOomen28-Oct-03 7:52 
GeneralRe: code Pin
Blake Coverett28-Oct-03 10:38
Blake Coverett28-Oct-03 10:38 
GeneralRe: code Pin
oOomen28-Oct-03 7:05
oOomen28-Oct-03 7:05 
GeneralFORM SHAPE AND SKIN Pin
_Comet_Keeper_28-Oct-03 3:26
_Comet_Keeper_28-Oct-03 3:26 
GeneralRe: FORM SHAPE AND SKIN Pin
Heath Stewart28-Oct-03 3:34
protectorHeath Stewart28-Oct-03 3:34 
GeneralNew Instance of Internet Explorer Pin
Kenneth Childs28-Oct-03 3:06
Kenneth Childs28-Oct-03 3:06 
GeneralRe: New Instance of Internet Explorer Pin
Heath Stewart28-Oct-03 3:21
protectorHeath Stewart28-Oct-03 3:21 
GeneralAppDomain and singleton pattern Pin
Chris Richner28-Oct-03 0:01
Chris Richner28-Oct-03 0:01 
GeneralRe: AppDomain and singleton pattern Pin
Heath Stewart28-Oct-03 3:17
protectorHeath Stewart28-Oct-03 3:17 
GeneralRe: AppDomain and singleton pattern Pin
Chris Richner29-Oct-03 5:59
Chris Richner29-Oct-03 5:59 
GeneralRe: AppDomain and singleton pattern Pin
Heath Stewart29-Oct-03 7:54
protectorHeath Stewart29-Oct-03 7:54 

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.