Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
QuestionHow to make a Windows application active after minimize or closed Pin
Krishna Varadharajan22-Jul-10 20:16
Krishna Varadharajan22-Jul-10 20:16 
AnswerRe: How to make a Windows application active after minimize or closed Pin
Peace ON22-Jul-10 20:39
Peace ON22-Jul-10 20:39 
GeneralRe: How to make a Windows application active after minimize or closed Pin
Krishna Varadharajan22-Jul-10 21:05
Krishna Varadharajan22-Jul-10 21:05 
GeneralRe: How to make a Windows application active after minimize or closed Pin
PIEBALDconsult22-Jul-10 21:10
mvePIEBALDconsult22-Jul-10 21:10 
GeneralRe: How to make a Windows application active after minimize or closed Pin
Krishna Varadharajan22-Jul-10 21:16
Krishna Varadharajan22-Jul-10 21:16 
GeneralRe: How to make a Windows application active after minimize or closed Pin
Krishna Varadharajan22-Jul-10 21:19
Krishna Varadharajan22-Jul-10 21:19 
GeneralRe: How to make a Windows application active after minimize or closed Pin
PIEBALDconsult22-Jul-10 21:32
mvePIEBALDconsult22-Jul-10 21:32 
GeneralRe: How to make a Windows application active after minimize or closed Pin
Dave Kreskowiak23-Jul-10 1:40
mveDave Kreskowiak23-Jul-10 1:40 
This is a lousy way to do this since any browser can be renamed to some filename and still work. How many browsers are you up against? Look at this list[^].

You don't close browser windows. The traditional way to do this is to write a proxy server. That way, you can filter out the URL's being accessed without knowing which browser the user is running.

Windows services do not care if anyone is logged in or not. They still do their job if noone is logged in.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: How to make a Windows application active after minimize or closed Pin
Krishna Varadharajan23-Jul-10 2:42
Krishna Varadharajan23-Jul-10 2:42 
GeneralRe: How to make a Windows application active after minimize or closed Pin
Dave Kreskowiak23-Jul-10 4:56
mveDave Kreskowiak23-Jul-10 4:56 
GeneralRe: How to make a Windows application active after minimize or closed Pin
Krishna Varadharajan22-Jul-10 21:31
Krishna Varadharajan22-Jul-10 21:31 
AnswerRe: How to make a Windows application active after minimize or closed Pin
Peace ON22-Jul-10 21:35
Peace ON22-Jul-10 21:35 
GeneralRe: How to make a Windows application active after minimize or closed Pin
Krishna Varadharajan22-Jul-10 22:49
Krishna Varadharajan22-Jul-10 22:49 
GeneralRe: How to make a Windows application active after minimize or closed Pin
PIEBALDconsult22-Jul-10 21:36
mvePIEBALDconsult22-Jul-10 21:36 
GeneralRe: How to make a Windows application active after minimize or closed Pin
Peace ON22-Jul-10 21:43
Peace ON22-Jul-10 21:43 
GeneralRe: How to make a Windows application active after minimize or closed Pin
Dave Kreskowiak23-Jul-10 1:43
mveDave Kreskowiak23-Jul-10 1:43 
QuestionDisplaying Messages To Users -- "Command" or "Polite"? Pin
Matt U.22-Jul-10 14:31
Matt U.22-Jul-10 14:31 
AnswerRe: Displaying Messages To Users -- "Command" or "Polite"? Pin
Mycroft Holmes22-Jul-10 15:36
professionalMycroft Holmes22-Jul-10 15:36 
GeneralRe: Displaying Messages To Users -- "Command" or "Polite"? Pin
Matt U.22-Jul-10 15:47
Matt U.22-Jul-10 15:47 
AnswerRe: Displaying Messages To Users -- "Command" or "Polite"? [modified] Pin
la0122-Jul-10 16:28
la0122-Jul-10 16:28 
AnswerRe: Displaying Messages To Users -- "Command" or "Polite"? Pin
Ravi Bhavnani22-Jul-10 19:22
professionalRavi Bhavnani22-Jul-10 19:22 
AnswerRe: Displaying Messages To Users -- "Command" or "Polite"? Pin
PIEBALDconsult22-Jul-10 21:04
mvePIEBALDconsult22-Jul-10 21:04 
QuestionHow to write automatic page numbers in PDF files generated using iTextSharp Pin
ekareem22-Jul-10 11:47
ekareem22-Jul-10 11:47 
Questionhow to write s fixed width text file in C#? Pin
Iman Mohtashemi22-Jul-10 9:32
Iman Mohtashemi22-Jul-10 9:32 
AnswerRepost Pin
Keith Barrow22-Jul-10 9:37
professionalKeith Barrow22-Jul-10 9:37 

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.