Click here to Skip to main content
16,020,626 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionWhat's the word for... Pin
Alan Burkhart9-May-09 17:45
Alan Burkhart9-May-09 17:45 
AnswerRe: What's the word for... Pin
Lee Humphries9-May-09 19:04
professionalLee Humphries9-May-09 19:04 
GeneralRe: What's the word for... Pin
Alan Burkhart10-May-09 7:48
Alan Burkhart10-May-09 7:48 
AnswerRe: What's the word for... Pin
Mycroft Holmes9-May-09 21:28
professionalMycroft Holmes9-May-09 21:28 
AnswerRe: What's the word for... Pin
Luc Pattyn10-May-09 0:31
sitebuilderLuc Pattyn10-May-09 0:31 
GeneralRe: What's the word for... Pin
Alan Burkhart10-May-09 7:46
Alan Burkhart10-May-09 7:46 
QuestionHow to set up project for easy updating in the future Pin
Hypermommy7-May-09 5:26
Hypermommy7-May-09 5:26 
AnswerRe: How to set up project for easy updating in the future Pin
Luc Pattyn7-May-09 6:34
sitebuilderLuc Pattyn7-May-09 6:34 
Hi,

DLL files won't really help, since they get loaded and locked by the running EXE, so you cannot just hot-swap them.

IMO the simplest scheme is having two EXE files:
- APP.EXE + its DLL files = the actual application;
- LAUNCH.EXE = a very simple EXE that launches APP.EXE, or updates the APP.EXE file. You must keep this one simple, since it will not be able to replace itself. And it should not use any of the app's DLL files.

You might consider making it reciprocal, i.e. also teach APP.EXE how to replace LAUNCH.EXE; however this creates the risk that, when something goes wrong, both EXE files become useless.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in


GeneralRe: How to set up project for easy updating in the future Pin
Hypermommy11-May-09 13:07
Hypermommy11-May-09 13:07 
GeneralRe: How to set up project for easy updating in the future Pin
Luc Pattyn11-May-09 13:14
sitebuilderLuc Pattyn11-May-09 13:14 
GeneralRe: How to set up project for easy updating in the future Pin
xpto0521-May-09 17:23
xpto0521-May-09 17:23 
QuestionRegarding listbox and combobox Pin
AKSSMV7-May-09 3:49
AKSSMV7-May-09 3:49 
AnswerRe: Regarding listbox and combobox Pin
led mike7-May-09 4:40
led mike7-May-09 4:40 
GeneralRe: Regarding listbox and combobox Pin
AKSSMV7-May-09 4:47
AKSSMV7-May-09 4:47 
GeneralRe: Regarding listbox and combobox Pin
AKSSMV7-May-09 5:30
AKSSMV7-May-09 5:30 
GeneralRe: Regarding listbox and combobox Pin
led mike7-May-09 5:46
led mike7-May-09 5:46 
GeneralRe: Regarding listbox and combobox Pin
AKSSMV7-May-09 5:49
AKSSMV7-May-09 5:49 
GeneralRe: Regarding listbox and combobox Pin
led mike7-May-09 6:03
led mike7-May-09 6:03 
GeneralRe: Regarding listbox and combobox Pin
AKSSMV7-May-09 6:16
AKSSMV7-May-09 6:16 
GeneralRe: Regarding listbox and combobox Pin
Luc Pattyn7-May-09 6:36
sitebuilderLuc Pattyn7-May-09 6:36 
GeneralRe: Regarding listbox and combobox Pin
AKSSMV7-May-09 6:43
AKSSMV7-May-09 6:43 
GeneralRe: Regarding listbox and combobox PinPopular
led mike7-May-09 6:47
led mike7-May-09 6:47 
GeneralRe: Regarding listbox and combobox Pin
AKSSMV7-May-09 6:52
AKSSMV7-May-09 6:52 
GeneralRe: Regarding listbox and combobox Pin
xpto0521-May-09 17:35
xpto0521-May-09 17:35 
QuestionHow to automatically click Ok button in MessageBox? Pin
Raja.s7-May-09 3:32
Raja.s7-May-09 3:32 

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.