Click here to Skip to main content
15,902,939 members
Home / Discussions / C#
   

C#

 
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 
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 
You're going to have to write a proxy server to do this, or just skip all the work and BUY one off the shelf.

You'll be writing a proxy server that listens for requests from web browsers. The proxy will then go get the web page from the requested URL. You can then examine the contents of the returned page and see if you want to return it to the web browser or not.

If you don't know what a proxy server is, how they work, what the protocols involved and how they work, you're going to find this to be impossible to write.

You should also have a good deal of experience in writing TCP/IP servers.

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 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 
GeneralRe: Repost Pin
Iman Mohtashemi22-Jul-10 9:41
Iman Mohtashemi22-Jul-10 9:41 
GeneralRe: Repost PinPopular
Keith Barrow22-Jul-10 10:05
professionalKeith Barrow22-Jul-10 10:05 

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.