Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
GeneralRe: Transparent Label Pin
logicon3-Apr-07 9:35
logicon3-Apr-07 9:35 
GeneralRe: Transparent Label Pin
Douglas Troy3-Apr-07 9:38
Douglas Troy3-Apr-07 9:38 
GeneralRe: Transparent Label Pin
logicon3-Apr-07 9:40
logicon3-Apr-07 9:40 
GeneralRe: Transparent Label Pin
Douglas Troy3-Apr-07 9:51
Douglas Troy3-Apr-07 9:51 
GeneralRe: Transparent Label Pin
Dave Kreskowiak3-Apr-07 10:03
mveDave Kreskowiak3-Apr-07 10:03 
QuestionSelf restart Pin
Marc Clifton3-Apr-07 9:05
mvaMarc Clifton3-Apr-07 9:05 
AnswerRe: Self restart Pin
Douglas Troy3-Apr-07 9:22
Douglas Troy3-Apr-07 9:22 
AnswerRe: Self restart Pin
kubben3-Apr-07 9:46
kubben3-Apr-07 9:46 
I am guessing you want to do something where you have an update to a windows application, so you need to stop the windows application and then restart it. I think the clickonce deployment for .net 2.0 does a pretty good job with some of these issues. If that is not an option then I think you might have to go with something like have a little exe that you distribute with your windows app. This little app would be called when the windows app closes itself to load the new exe. All the app would need to do is copy out the new code and the start the exe with something like Process.Start("exename");

Hope that helps.
Ben
QuestionControl box doesnt exit application Pin
mfmaneef3-Apr-07 8:51
mfmaneef3-Apr-07 8:51 
QuestionRe: Control box doesnt exit application Pin
Douglas Troy3-Apr-07 8:56
Douglas Troy3-Apr-07 8:56 
AnswerRe: Control box doesnt exit application Pin
mfmaneef3-Apr-07 9:05
mfmaneef3-Apr-07 9:05 
GeneralRe: Control box doesnt exit application Pin
Douglas Troy3-Apr-07 9:27
Douglas Troy3-Apr-07 9:27 
QuestionUsing .NET C# UI control from Visual Studio 6 C++ Pin
StephenJB3-Apr-07 8:17
StephenJB3-Apr-07 8:17 
QuestionSaving project to file Pin
sinosoidal3-Apr-07 7:02
sinosoidal3-Apr-07 7:02 
AnswerRe: Saving project to file Pin
Douglas Troy3-Apr-07 7:21
Douglas Troy3-Apr-07 7:21 
GeneralRe: Saving project to file Pin
sinosoidal3-Apr-07 7:25
sinosoidal3-Apr-07 7:25 
GeneralRe: Saving project to file Pin
Douglas Troy3-Apr-07 7:29
Douglas Troy3-Apr-07 7:29 
GeneralRe: Saving project to file Pin
sinosoidal3-Apr-07 23:31
sinosoidal3-Apr-07 23:31 
GeneralRe: Saving project to file Pin
sinosoidal3-Apr-07 23:37
sinosoidal3-Apr-07 23:37 
QuestionImplementing drag and drop funcionality Pin
sinosoidal3-Apr-07 6:56
sinosoidal3-Apr-07 6:56 
AnswerRe: Implementing drag and drop funcionality Pin
Douglas Troy3-Apr-07 7:22
Douglas Troy3-Apr-07 7:22 
GeneralRe: Implementing drag and drop funcionality Pin
sinosoidal3-Apr-07 23:41
sinosoidal3-Apr-07 23:41 
Questionhow to convert unicode to int in C#? Pin
OmarLodhi3-Apr-07 6:55
OmarLodhi3-Apr-07 6:55 
AnswerRe: how to convert unicode to int in C#? Pin
Vikram A Punathambekar3-Apr-07 7:07
Vikram A Punathambekar3-Apr-07 7:07 
AnswerRe: how to convert unicode to int in C#? Pin
Wayne Phipps3-Apr-07 9:32
Wayne Phipps3-Apr-07 9: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.