Click here to Skip to main content
15,922,309 members
Home / Discussions / C#
   

C#

 
GeneralRe: I need critique on this code Pin
AspDotNetDev11-Feb-10 16:32
protectorAspDotNetDev11-Feb-10 16:32 
GeneralRe: I need critique on this code Pin
Sundeepan Sen11-Feb-10 16:34
Sundeepan Sen11-Feb-10 16:34 
GeneralRe: I need critique on this code Pin
AspDotNetDev11-Feb-10 16:38
protectorAspDotNetDev11-Feb-10 16:38 
GeneralRe: I need critique on this code Pin
PIEBALDconsult12-Feb-10 5:16
mvePIEBALDconsult12-Feb-10 5:16 
GeneralRe: I need critique on this code Pin
AspDotNetDev12-Feb-10 8:25
protectorAspDotNetDev12-Feb-10 8:25 
QuestionAutomatically Install an update after download Pin
PDTUM11-Feb-10 13:23
PDTUM11-Feb-10 13:23 
AnswerRe: Automatically Install an update after download Pin
Dan Mos11-Feb-10 13:59
Dan Mos11-Feb-10 13:59 
AnswerRe: Automatically Install an update after download Pin
Not Active11-Feb-10 13:59
mentorNot Active11-Feb-10 13:59 
If you had used ClickOnce the application could already be configured to download and install updates prior to starting. Of course you can do this by hand by using a starter app, like a splash screen, that performs the update.

Another way is to use shadow folders to run the app from and copy the updates to the installed location to be used the next time the app starts. Microsft uses this approach for .net framework assemblies to allow them to be updated while an application may be using them.

I know the language. I've read a book. - _Madmatt

QuestionPrintDocument margins ignored Pin
Eli Nurman11-Feb-10 13:09
Eli Nurman11-Feb-10 13:09 
AnswerRe: PrintDocument margins ignored Pin
Dr.Walt Fair, PE11-Feb-10 16:17
professionalDr.Walt Fair, PE11-Feb-10 16:17 
GeneralRe: PrintDocument margins ignored Pin
Eli Nurman11-Feb-10 19:27
Eli Nurman11-Feb-10 19:27 
QuestionPROBLEM WITH WEBBROWSER AND PDF Pin
Maria_Esteba11-Feb-10 11:22
Maria_Esteba11-Feb-10 11:22 
AnswerRe: PROBLEM WITH WEBBROWSER AND PDF [modified] Pin
Garth J Lancaster11-Feb-10 12:49
professionalGarth J Lancaster11-Feb-10 12:49 
AnswerRe: PROBLEM WITH WEBBROWSER AND PDF Pin
The Man from U.N.C.L.E.11-Feb-10 12:58
The Man from U.N.C.L.E.11-Feb-10 12:58 
AnswerRe: PROBLEM WITH WEBBROWSER AND PDF Pin
Luc Pattyn11-Feb-10 12:58
sitebuilderLuc Pattyn11-Feb-10 12:58 
AnswerRe: PROBLEM WITH WEBBROWSER AND PDF Pin
Luc Pattyn11-Feb-10 13:22
sitebuilderLuc Pattyn11-Feb-10 13:22 
QuestionRaise an event whenever a property’s value changed ? Pin
Mohammad Dayyan11-Feb-10 7:43
Mohammad Dayyan11-Feb-10 7:43 
AnswerRe: Raise an event whenever a property’s value changed ? Pin
Not Active11-Feb-10 8:18
mentorNot Active11-Feb-10 8:18 
GeneralRe: Raise an event whenever a property’s value changed ? Pin
Ennis Ray Lynch, Jr.11-Feb-10 11:20
Ennis Ray Lynch, Jr.11-Feb-10 11:20 
GeneralRe: Raise an event whenever a property’s value changed ? Pin
The Man from U.N.C.L.E.11-Feb-10 13:08
The Man from U.N.C.L.E.11-Feb-10 13:08 
GeneralRe: Raise an event whenever a property’s value changed ? Pin
Ennis Ray Lynch, Jr.11-Feb-10 15:46
Ennis Ray Lynch, Jr.11-Feb-10 15:46 
GeneralRe: Raise an event whenever a property’s value changed ? Pin
The Man from U.N.C.L.E.12-Feb-10 3:45
The Man from U.N.C.L.E.12-Feb-10 3:45 
AnswerRe: Raise an event whenever a property’s value changed ? Pin
The Man from U.N.C.L.E.12-Feb-10 3:47
The Man from U.N.C.L.E.12-Feb-10 3:47 
GeneralRe: Raise an event whenever a property’s value changed ? Pin
Mohammad Dayyan12-Feb-10 5:50
Mohammad Dayyan12-Feb-10 5:50 
Questionremote delegate handling Pin
kasraa0009800011-Feb-10 7:33
kasraa0009800011-Feb-10 7:33 

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.