Click here to Skip to main content
15,897,334 members
Home / Discussions / C#
   

C#

 
GeneralRe: IF / WHILE questions Pin
WetRivrRat21-Jul-05 4:36
WetRivrRat21-Jul-05 4:36 
GeneralRe: IF / WHILE questions Pin
Dave Kreskowiak21-Jul-05 4:44
mveDave Kreskowiak21-Jul-05 4:44 
GeneralRe: IF / WHILE questions Pin
WetRivrRat21-Jul-05 4:49
WetRivrRat21-Jul-05 4:49 
GeneralRe: IF / WHILE questions Pin
LongRange.Shooter21-Jul-05 4:48
LongRange.Shooter21-Jul-05 4:48 
QuestionGetting my own memory stats? Pin
LongRange.Shooter21-Jul-05 3:54
LongRange.Shooter21-Jul-05 3:54 
AnswerRe: Getting my own memory stats? Pin
Dave Kreskowiak21-Jul-05 4:42
mveDave Kreskowiak21-Jul-05 4:42 
GeneralReusable Toolbox Images Pin
dirkhelmet21-Jul-05 3:27
dirkhelmet21-Jul-05 3:27 
GeneralRe: Reusable Toolbox Images Pin
LongRange.Shooter21-Jul-05 3:59
LongRange.Shooter21-Jul-05 3:59 
Without giving it too much thought ...

one approach you could take is to place your images in an imagelist that is held in a static class. The forms just need reference to the DLL and they can call a static method that you would have to write :
Image GetImage(int imageNumber);

GetImage() would return the image in the imagelist at the specified location. The apps would have to set their icons at initialization time for buttons, etc.

That would have to be a very-well protected DLL though since changing the image locations would screw the entire application.

There are 10 kinds of people in the world.

Those that read binary...

...and those who don't.

GeneralRe: Reusable Toolbox Images Pin
dirkhelmet21-Jul-05 4:16
dirkhelmet21-Jul-05 4:16 
GeneralRe: Reusable Toolbox Images Pin
LongRange.Shooter21-Jul-05 4:26
LongRange.Shooter21-Jul-05 4:26 
GeneralIcon in ListView item Pin
george ivanov21-Jul-05 2:41
george ivanov21-Jul-05 2:41 
GeneralRe: Icon in ListView item Pin
Alomgir Miah21-Jul-05 3:33
Alomgir Miah21-Jul-05 3:33 
GeneralCheck If the software already running Pin
kevin_smoke21-Jul-05 1:26
kevin_smoke21-Jul-05 1:26 
GeneralRe: Check If the software already running Pin
Vasudevan Deepak Kumar21-Jul-05 2:36
Vasudevan Deepak Kumar21-Jul-05 2:36 
GeneralThread Abort Pin
Blue_Skye21-Jul-05 1:22
Blue_Skye21-Jul-05 1:22 
GeneralRe: Thread Abort Pin
LongRange.Shooter21-Jul-05 4:11
LongRange.Shooter21-Jul-05 4:11 
GeneralRe: Thread Abort Pin
Blue_Skye21-Jul-05 6:29
Blue_Skye21-Jul-05 6:29 
GeneralRe: Thread Abort Pin
S. Senthil Kumar21-Jul-05 6:37
S. Senthil Kumar21-Jul-05 6:37 
GeneralAbout threading Pin
Rassul Yunussov21-Jul-05 1:20
Rassul Yunussov21-Jul-05 1:20 
GeneralRe: About threading Pin
LongRange.Shooter21-Jul-05 4:17
LongRange.Shooter21-Jul-05 4:17 
GeneralRe: About threading Pin
Rassul Yunussov21-Jul-05 19:27
Rassul Yunussov21-Jul-05 19:27 
GeneralRe: About threading Pin
LongRange.Shooter22-Jul-05 5:02
LongRange.Shooter22-Jul-05 5:02 
GeneralRe: About threading Pin
Rassul Yunussov21-Jul-05 19:46
Rassul Yunussov21-Jul-05 19:46 
GeneralRe: About threading Pin
Rassul Yunussov21-Jul-05 21:48
Rassul Yunussov21-Jul-05 21:48 
GeneralCreating a Gif file Pin
djing198520-Jul-05 23:34
djing198520-Jul-05 23:34 

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.