Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
GeneralRe: VBA and .NET Pin
rattack5-Jul-06 23:12
rattack5-Jul-06 23:12 
QuestionI wanna to format any date like SQL Date without changing Regional setting? Pin
3DoorsDown5-Jul-06 4:35
3DoorsDown5-Jul-06 4:35 
AnswerRe: I wanna to format any date like SQL Date without changing Regional setting? Pin
ToddHileHoffer5-Jul-06 5:17
ToddHileHoffer5-Jul-06 5:17 
AnswerRe: I wanna to format any date like SQL Date without changing Regional setting? Pin
Colin Angus Mackay5-Jul-06 5:17
Colin Angus Mackay5-Jul-06 5:17 
AnswerRe: I wanna to format any date like SQL Date without changing Regional setting? Pin
Martin#5-Jul-06 5:17
Martin#5-Jul-06 5:17 
QuestionShadowcopy Pin
kokilambal.p5-Jul-06 4:00
kokilambal.p5-Jul-06 4:00 
AnswerRe: Shadowcopy Pin
Josh Smith5-Jul-06 7:15
Josh Smith5-Jul-06 7:15 
GeneralRe: Shadowcopy Pin
Not Active5-Jul-06 7:49
mentorNot Active5-Jul-06 7:49 
WinForms does use ShadowCopy. Actually, the .NET framework itself uses this method also. When an assembly is loaded from the GAC it is really using a shadowcopy, this allows assemblies in the GAC to be updated without the risk of being locked by an application.

Using the AppDomainSetup object you can set the path and whether or not to use shadowcopy when creating a new AppDomain. I have used this method to load assemblies for use in an application and allow them to be updated while the app is running. If the assembly is updated the AppDomain is unloaded and created again there by getting the newer version for use while the app remains active for the user.
GeneralRe: Shadowcopy Pin
Josh Smith5-Jul-06 10:21
Josh Smith5-Jul-06 10:21 
GeneralRe: Shadowcopy Pin
kokilambal.p5-Jul-06 21:21
kokilambal.p5-Jul-06 21:21 
QuestionC# Cross-Class function calls Pin
czell5-Jul-06 3:57
czell5-Jul-06 3:57 
AnswerRe: C# Cross-Class function calls Pin
BoneSoft5-Jul-06 4:14
BoneSoft5-Jul-06 4:14 
AnswerRe: C# Cross-Class function calls Pin
Jun Du5-Jul-06 4:31
Jun Du5-Jul-06 4:31 
GeneralRe: C# Cross-Class function calls Pin
led mike5-Jul-06 6:33
led mike5-Jul-06 6:33 
QuestionHow to find 24Hrs Back Time Pin
VenkataRamana.Gali5-Jul-06 3:34
VenkataRamana.Gali5-Jul-06 3:34 
AnswerRe: How to find 24Hrs Back Time Pin
stancrm5-Jul-06 3:39
stancrm5-Jul-06 3:39 
AnswerRe: How to find 24Hrs Back Time Pin
MatthewAnderson5-Jul-06 3:40
MatthewAnderson5-Jul-06 3:40 
GeneralRe: How to find 24Hrs Back Time Pin
Guffa5-Jul-06 4:03
Guffa5-Jul-06 4:03 
GeneralRe: How to find 24Hrs Back Time Pin
Guffa5-Jul-06 4:07
Guffa5-Jul-06 4:07 
QuestionProblem with Diagnostics.Process Pin
suguimoto5-Jul-06 3:28
suguimoto5-Jul-06 3:28 
AnswerRe: Problem with Diagnostics.Process Pin
S. Senthil Kumar5-Jul-06 5:06
S. Senthil Kumar5-Jul-06 5:06 
QuestionSeeking Input value from Dialog box but not closing it Pin
For_IT5-Jul-06 3:20
For_IT5-Jul-06 3:20 
AnswerRe: Seeking Input value from Dialog box but not closing it Pin
stancrm5-Jul-06 3:54
stancrm5-Jul-06 3:54 
AnswerRe: Seeking Input value from Dialog box but not closing it Pin
BoneSoft5-Jul-06 4:09
BoneSoft5-Jul-06 4:09 
QuestionHow to show login prompt when accessing database? [modified] Pin
jazzka5-Jul-06 2:32
jazzka5-Jul-06 2: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.