Click here to Skip to main content
15,887,585 members
Home / Discussions / C#
   

C#

 
AnswerRe: Data holder - design decision Pin
Christian Graus7-Nov-06 11:49
protectorChristian Graus7-Nov-06 11:49 
QuestionProblem with dataGridComboBoxColumn object in VC# 2005 Pin
hdv2127-Nov-06 10:37
hdv2127-Nov-06 10:37 
AnswerRe: Problem with dataGridComboBoxColumn object in VC# 2005 Pin
lainoo7-Nov-06 13:14
lainoo7-Nov-06 13:14 
QuestionIBindingList implementation Pin
bertvan7-Nov-06 10:05
bertvan7-Nov-06 10:05 
AnswerRe: IBindingList implementation Pin
Robert Rohde7-Nov-06 12:51
Robert Rohde7-Nov-06 12:51 
AnswerRe: IBindingList implementation Pin
Ed.Poore7-Nov-06 13:49
Ed.Poore7-Nov-06 13:49 
QuestionImage as Embedded Resource... [modified] Pin
new_phoenix7-Nov-06 7:16
new_phoenix7-Nov-06 7:16 
AnswerRe: Image as Embedded Resource... Pin
Scott Dorman7-Nov-06 8:05
professionalScott Dorman7-Nov-06 8:05 
Importing an image (or any resource) in the manner you describe embeds the resource at compile time into the resulting binary. The only way to change the embedded resource is to recompile the application. The only way to do this programmatically at run-time would be to use CodeDom and reflection to emit a new DLL that contains the updated image.

Why would you want to be able to change this at runtime? Typically, if you are embedding a resource like this it is to prevent the end-user from changing it. One solution would be to check if an "override" file is found (a file with a specific name and directory location, and possibly other specifications as well) and, if so, use that override file; otherwise the embedded image would be used.

I'm not sure about the path issue you mention...someone else will need to comment on that one.

-----------------------------
In just two days, tomorrow will be yesterday.

AnswerRe: Image as Embedded Resource... Pin
Christian Graus7-Nov-06 9:11
protectorChristian Graus7-Nov-06 9:11 
Questionhow to change sound to byte and byte to sound? Pin
bahman2000b7-Nov-06 6:01
bahman2000b7-Nov-06 6:01 
AnswerRe: how to change sound to byte and byte to sound? Pin
Luc Pattyn7-Nov-06 7:46
sitebuilderLuc Pattyn7-Nov-06 7:46 
QuestionIrDAClient Pin
G_Me7-Nov-06 4:27
G_Me7-Nov-06 4:27 
QuestionPermanently set window to bottom? Pin
Muntyness7-Nov-06 3:29
Muntyness7-Nov-06 3:29 
AnswerRe: Permanently set window to bottom? Pin
Pete O'Hanlon7-Nov-06 4:58
mvePete O'Hanlon7-Nov-06 4:58 
GeneralRe: Permanently set window to bottom? Pin
Muntyness7-Nov-06 5:21
Muntyness7-Nov-06 5:21 
Questionaspx: setting the selection in a TextBox control Pin
Christopher Duncan7-Nov-06 3:14
Christopher Duncan7-Nov-06 3:14 
AnswerRe: aspx: setting the selection in a TextBox control Pin
coolestCoder7-Nov-06 3:47
coolestCoder7-Nov-06 3:47 
Questionchange permission in registry Pin
ingsgr01@gmail.com7-Nov-06 2:17
ingsgr01@gmail.com7-Nov-06 2:17 
AnswerRe: change permission in registry Pin
ednrgc7-Nov-06 6:25
ednrgc7-Nov-06 6:25 
Questionn00b question: change the height of an already open form Pin
blackpenny157-Nov-06 2:15
blackpenny157-Nov-06 2:15 
AnswerRe: n00b question: change the height of an already open form Pin
Martin#7-Nov-06 2:28
Martin#7-Nov-06 2:28 
QuestionDataColumn.Expression Pin
cecildt7-Nov-06 1:47
cecildt7-Nov-06 1:47 
AnswerRe: DataColumn.Expression Pin
cecildt7-Nov-06 2:01
cecildt7-Nov-06 2:01 
Questionhow can i change the exe image in VC#.Net Pin
premkamalg7-Nov-06 1:02
premkamalg7-Nov-06 1:02 
AnswerRe: how can i change the exe image in VC#.Net Pin
AB77717-Nov-06 1:09
AB77717-Nov-06 1:09 

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.