Click here to Skip to main content
16,009,598 members
Home / Discussions / C#
   

C#

 
GeneralRe: Aspx Page taking loading first time Pin
martin_hughes21-Dec-07 2:35
martin_hughes21-Dec-07 2:35 
GeneralUpdate Embedded resource file dynamically Pin
Member 183766121-Dec-07 1:30
Member 183766121-Dec-07 1:30 
GeneralRe: Update Embedded resource file dynamically Pin
Dave Kreskowiak21-Dec-07 3:39
mveDave Kreskowiak21-Dec-07 3:39 
QuestionRe: Update Embedded resource file dynamically Pin
Skippums21-Dec-07 5:57
Skippums21-Dec-07 5:57 
GeneralRe: Update Embedded resource file dynamically Pin
Giorgi Dalakishvili21-Dec-07 7:19
mentorGiorgi Dalakishvili21-Dec-07 7:19 
GeneralRe: Update Embedded resource file dynamically Pin
Dave Kreskowiak21-Dec-07 7:20
mveDave Kreskowiak21-Dec-07 7:20 
GeneralRe: Update Embedded resource file dynamically Pin
Skippums21-Dec-07 8:24
Skippums21-Dec-07 8:24 
GeneralRe: Update Embedded resource file dynamically Pin
Dave Kreskowiak21-Dec-07 15:48
mveDave Kreskowiak21-Dec-07 15:48 
Skippums wrote:
but I can think of a time when it would be useful (and perhaps desireable) to have a second app modify the first: an auto updater application.


I didn't say that was the problem. The problem was changing the resources of the target .EXE without damaging the .EXE. The file would have to be rewritten, at least partially.


Skippums wrote:
If you change a binary by only modifying an associated resources, then an automatic updater should be able to only download that resource instead of the entire binary file.


This technique is used to do byte-patches of applications, but not normally to modify the resources of an .EXE in the normal course of the execution of the app.

I'd day that if you had to modify the resources, compiling the resources into a seperate .DLL would be the safer way to go, as well as being more flexible in the case of localized versions of the resources.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




QuestionRegarding to .net Pin
Sandeep kumar M21-Dec-07 1:24
Sandeep kumar M21-Dec-07 1:24 
GeneralRe: Regarding to .net Pin
michaelvdnest21-Dec-07 2:02
michaelvdnest21-Dec-07 2:02 
GeneralRe: Regarding to .net Pin
Paul Conrad22-Dec-07 8:20
professionalPaul Conrad22-Dec-07 8:20 
Generalcrtl copy and paste Pin
eyeseetee21-Dec-07 1:21
eyeseetee21-Dec-07 1:21 
GeneralRe: crtl copy and paste Pin
J4amieC21-Dec-07 1:42
J4amieC21-Dec-07 1:42 
GeneralRe: crtl copy and paste Pin
Anthony Mushrow21-Dec-07 7:15
professionalAnthony Mushrow21-Dec-07 7:15 
GeneralRe: crtl copy and paste Pin
Jordanwb23-Dec-07 9:29
Jordanwb23-Dec-07 9:29 
GeneralC#:Problem in DataGridView CellMouseClck Event Pin
kssknov21-Dec-07 0:35
kssknov21-Dec-07 0:35 
GeneralRe: C#:Problem in DataGridView CellMouseClck Event Pin
martin_hughes21-Dec-07 1:34
martin_hughes21-Dec-07 1:34 
Generalimage change on mouse over Pin
Eli Nurman21-Dec-07 0:27
Eli Nurman21-Dec-07 0:27 
GeneralRe: image change on mouse over Pin
Stevo Z21-Dec-07 0:57
Stevo Z21-Dec-07 0:57 
Generalsorting gridview columns Pin
eyeseetee21-Dec-07 0:11
eyeseetee21-Dec-07 0:11 
GeneralRe: sorting gridview columns Pin
martin_hughes21-Dec-07 3:04
martin_hughes21-Dec-07 3:04 
Questionsimple code creating problem .........why ? Pin
sindhutiwari20-Dec-07 23:54
sindhutiwari20-Dec-07 23:54 
AnswerRe: simple code creating problem .........why ? Pin
Colin Angus Mackay21-Dec-07 0:20
Colin Angus Mackay21-Dec-07 0:20 
GeneralSystem.FileIOPermission class Pin
Raheem MA20-Dec-07 23:33
Raheem MA20-Dec-07 23:33 
GeneralRe: System.FileIOPermission class Pin
Colin Angus Mackay21-Dec-07 0:06
Colin Angus Mackay21-Dec-07 0:06 

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.