Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to align the control in the centre. Pin
Pankaj Nikam14-Mar-09 7:52
professionalPankaj Nikam14-Mar-09 7:52 
AnswerRe: How to align the control in the centre. Pin
Luis Alonso Ramos14-Mar-09 9:47
Luis Alonso Ramos14-Mar-09 9:47 
QuestionMaximize and not hide taskbar Pin
David Muir14-Mar-09 3:35
David Muir14-Mar-09 3:35 
AnswerRe: Maximize and not hide taskbar Pin
PIEBALDconsult14-Mar-09 4:18
mvePIEBALDconsult14-Mar-09 4:18 
GeneralRe: Maximize and not hide taskbar Pin
David Muir14-Mar-09 4:25
David Muir14-Mar-09 4:25 
GeneralRe: Maximize and not hide taskbar Pin
PIEBALDconsult14-Mar-09 4:51
mvePIEBALDconsult14-Mar-09 4:51 
GeneralRe: Maximize and not hide taskbar Pin
Luc Pattyn14-Mar-09 4:59
sitebuilderLuc Pattyn14-Mar-09 4:59 
AnswerRe: Maximize and not hide taskbar Pin
Luc Pattyn14-Mar-09 4:24
sitebuilderLuc Pattyn14-Mar-09 4:24 
GeneralRe: Maximize and not hide taskbar Pin
David Muir14-Mar-09 4:37
David Muir14-Mar-09 4:37 
AnswerRe: Maximize and not hide taskbar Pin
Enquiren12-Sep-09 22:05
Enquiren12-Sep-09 22:05 
Questionhow to cause current application to close upon arrival of new updated application ? Pin
shabya14-Mar-09 3:14
shabya14-Mar-09 3:14 
AnswerRe: how to cause current application to close upon arrival of new updated application ? Pin
Navneet Hegde14-Mar-09 8:59
Navneet Hegde14-Mar-09 8:59 
GeneralRe: how to cause current application to close upon arrival of new updated application ? Pin
shabya14-Mar-09 9:31
shabya14-Mar-09 9:31 
GeneralRe: how to cause current application to close upon arrival of new updated application ? Pin
Navneet Hegde15-Mar-09 0:13
Navneet Hegde15-Mar-09 0:13 
Hi!

Your new Application starts.
In Main get the collection of all the running processes.
Iterating it you get your running process object.
Compare it's build with this process build.
If it's greater than kill the previous process and continue with this process.
Else kill this process.

Thanks!

Develop2Program & Program2Develop

GeneralRe: how to cause current application to close upon arrival of new updated application ? Pin
shabya15-Mar-09 11:27
shabya15-Mar-09 11:27 
QuestionSize of Color struct? Pin
Mohammad Dayyan14-Mar-09 3:04
Mohammad Dayyan14-Mar-09 3:04 
AnswerRe: Size of Color struct? [modified] Pin
Luc Pattyn14-Mar-09 3:15
sitebuilderLuc Pattyn14-Mar-09 3:15 
GeneralRe: Size of Color struct? Pin
Mohammad Dayyan14-Mar-09 3:19
Mohammad Dayyan14-Mar-09 3:19 
GeneralRe: Size of Color struct? Pin
Luc Pattyn14-Mar-09 3:26
sitebuilderLuc Pattyn14-Mar-09 3:26 
GeneralRe: Size of Color struct? Pin
#realJSOP14-Mar-09 3:31
mve#realJSOP14-Mar-09 3:31 
GeneralRe: Size of Color struct? Pin
DaveyM6914-Mar-09 4:09
professionalDaveyM6914-Mar-09 4:09 
GeneralRe: Size of Color struct? Pin
Luc Pattyn14-Mar-09 4:30
sitebuilderLuc Pattyn14-Mar-09 4:30 
GeneralRe: Size of Color struct? [modified] Pin
DaveyM6914-Mar-09 5:44
professionalDaveyM6914-Mar-09 5:44 
GeneralRe: Size of Color struct? Pin
DaveyM6914-Mar-09 6:11
professionalDaveyM6914-Mar-09 6:11 
GeneralRe: Size of Color struct? Pin
Luc Pattyn14-Mar-09 4:51
sitebuilderLuc Pattyn14-Mar-09 4:51 

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.