Click here to Skip to main content
15,913,709 members
Home / Discussions / C#
   

C#

 
GeneralRe: web form divide problem Pin
amalatsliit8-Sep-04 18:19
amalatsliit8-Sep-04 18:19 
GeneralRe: web form divide problem Pin
PSK_9-Sep-04 0:56
PSK_9-Sep-04 0:56 
GeneralRe: web form divide problem Pin
amalatsliit9-Sep-04 17:25
amalatsliit9-Sep-04 17:25 
GeneralRe: web form divide problem Pin
Nick Parker8-Sep-04 9:51
protectorNick Parker8-Sep-04 9:51 
GeneralFiltering on time in a DataView Pin
WillemM7-Sep-04 20:04
WillemM7-Sep-04 20:04 
QuestionHow could i develop a running-once application Pin
ginee7-Sep-04 19:51
ginee7-Sep-04 19:51 
AnswerRe: How could i develop a running-once application Pin
mav.northwind7-Sep-04 20:37
mav.northwind7-Sep-04 20:37 
AnswerRe: How could i develop a running-once application Pin
Dave Kreskowiak8-Sep-04 7:25
mveDave Kreskowiak8-Sep-04 7:25 
You can't delete the .EXE file if it's running, or any of it's loaded .DLL's for that matter.

Your app would have to launch an external process, that handles changing out the executable you want to replace, then quit. This external process (.EXE) would have to wait for the original app to quit, then it could change out any of the files that it needs to upgrade or modify, then when done, launch the original app, then quit.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

AnswerRe: How could i develop a running-once application Pin
Nick Parker8-Sep-04 9:57
protectorNick Parker8-Sep-04 9:57 
GeneralDrag and Drop Pin
eggie57-Sep-04 17:32
eggie57-Sep-04 17:32 
GeneralRe: Drag and Drop Pin
Corinna John7-Sep-04 19:53
Corinna John7-Sep-04 19:53 
GeneralRe: Drag and Drop Pin
eggie58-Sep-04 2:10
eggie58-Sep-04 2:10 
GeneralCustom Schedule Control Pin
Beringer7-Sep-04 15:57
Beringer7-Sep-04 15:57 
GeneralControl Pin
ImanMahmoud7-Sep-04 15:26
ImanMahmoud7-Sep-04 15:26 
GeneralRe: Control Pin
Charlie Williams7-Sep-04 15:53
Charlie Williams7-Sep-04 15:53 
GeneralRe: Control Pin
WillemM7-Sep-04 20:07
WillemM7-Sep-04 20:07 
GeneralFile association (open) Pin
Arun Bhalla7-Sep-04 14:29
Arun Bhalla7-Sep-04 14:29 
GeneralRe: File association (open) Pin
Sebastian Schneider8-Sep-04 2:07
Sebastian Schneider8-Sep-04 2:07 
GeneralCustom Control stacking (z-order) problem Pin
dotbomb7-Sep-04 11:59
dotbomb7-Sep-04 11:59 
GeneralRe: Custom Control stacking (z-order) problem Pin
leppie7-Sep-04 21:04
leppie7-Sep-04 21:04 
GeneralRe: Custom Control stacking (z-order) problem Pin
dotbomb11-Sep-04 16:43
dotbomb11-Sep-04 16:43 
GeneralRe: Custom Control stacking (z-order) problem Pin
dotbomb12-Sep-04 8:02
dotbomb12-Sep-04 8:02 
QuestionHow to use InternetQueryOption from WinInet in C# Pin
JavaWriter20047-Sep-04 10:09
JavaWriter20047-Sep-04 10:09 
AnswerRe: How to use InternetQueryOption from WinInet in C# Pin
David Salter7-Sep-04 11:16
David Salter7-Sep-04 11:16 
GeneralRe: How to use InternetQueryOption from WinInet in C# Pin
Anonymous7-Sep-04 11:48
Anonymous7-Sep-04 11:48 

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.