imagelist question

  • Thread starter Thread starter Nicholas Paldino [.NET/C# MVP]
  • Start date Start date
N

Nicholas Paldino [.NET/C# MVP]

Tony,

Why not just create a static variable, or pass the imagelist that you
create around to the forms? It's like sharing any other object between the
forms.

Hope this helps.
 
Is there anyway to share a image list between multiple forms at design time?

I am a former Delphi user and it seems odd that this is not possible with
C#.

I have been able to do it at run time, but it is clunky at best.

Thanks,
 
Yes,
but that does not work at design time :-(
I kind of like seeing how my buttons etc will look while I am designing.

Thanks,

Tony Caduto
Nicholas Paldino said:
Tony,

Why not just create a static variable, or pass the imagelist that you
create around to the forms? It's like sharing any other object between the
forms.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Tony Caduto said:
Is there anyway to share a image list between multiple forms at design
time?

I am a former Delphi user and it seems odd that this is not possible with
C#.

I have been able to do it at run time, but it is clunky at best.

Thanks,

--
Tony Caduto
Inexpensive Corporate Messaging
AM Software Design
http://www.amsoftwaredesign.com
 
Back
Top