Click here to Skip to main content
15,905,563 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I send close command to an application that has no window? Pin
Anthony Mushrow21-Oct-07 3:13
professionalAnthony Mushrow21-Oct-07 3:13 
GeneralRe: How can I send close command to an application that has no window? Pin
iluzm21-Oct-07 7:19
iluzm21-Oct-07 7:19 
AnswerRe: How can I send close command to an application that has no window? Pin
Luc Pattyn21-Oct-07 6:29
sitebuilderLuc Pattyn21-Oct-07 6:29 
GeneralRe: How can I send close command to an application that has no window? Pin
iluzm21-Oct-07 7:21
iluzm21-Oct-07 7:21 
GeneralRe: How can I send close command to an application that has no window? Pin
Luc Pattyn21-Oct-07 7:31
sitebuilderLuc Pattyn21-Oct-07 7:31 
AnswerRe: How can I send close command to an application that has no window? Pin
Pete O'Hanlon21-Oct-07 10:09
mvePete O'Hanlon21-Oct-07 10:09 
Questiongive ulr of curent opened website in computer Pin
microgroup20-Oct-07 23:55
microgroup20-Oct-07 23:55 
AnswerRe: give ulr of curent opened website in computer Pin
Colin Angus Mackay21-Oct-07 13:14
Colin Angus Mackay21-Oct-07 13:14 
The model of communicating with a website is extremely ephemeral. The browser makes a request and opens a connection to the server and the page is sent back. Once the browser has the page the connection is closed. You could create some sort of socket that operates in promiscuous mode (but I think that kind of thing was curtailed in XP SP2) and monitor the internet traffic as it goes past.


Upcoming FREE developer events:
* Glasgow: SQL Server Managed Objects AND Reporting Services ...

My website

QuestiondbConnection.GetSchema() Pin
half-life20-Oct-07 23:05
half-life20-Oct-07 23:05 
AnswerRe: dbConnection.GetSchema() Pin
Muhammad Shahid Farooq28-Oct-07 8:03
professionalMuhammad Shahid Farooq28-Oct-07 8:03 
GeneralRe: dbConnection.GetSchema() Pin
half-life28-Oct-07 8:08
half-life28-Oct-07 8:08 
QuestionGlobal vs. Local Dataset [modified] Pin
niaher20-Oct-07 19:31
niaher20-Oct-07 19:31 
AnswerRe: Global vs. Local Dataset Pin
Christian Graus20-Oct-07 20:22
protectorChristian Graus20-Oct-07 20:22 
GeneralRe: Global vs. Local Dataset Pin
niaher20-Oct-07 20:57
niaher20-Oct-07 20:57 
GeneralRe: Global vs. Local Dataset Pin
Christian Graus20-Oct-07 21:06
protectorChristian Graus20-Oct-07 21:06 
GeneralRe: Global vs. Local Dataset Pin
darkelv21-Oct-07 15:15
darkelv21-Oct-07 15:15 
QuestionRTF to HTML converter Pin
netJP12L20-Oct-07 19:14
netJP12L20-Oct-07 19:14 
AnswerRe: RTF to HTML converter Pin
Christian Graus20-Oct-07 20:24
protectorChristian Graus20-Oct-07 20:24 
GeneralRe: RTF to HTML converter Pin
netJP12L21-Oct-07 7:29
netJP12L21-Oct-07 7:29 
GeneralRe: RTF to HTML converter Pin
vijayakumar.bu6-Jan-09 20:17
vijayakumar.bu6-Jan-09 20:17 
AnswerRe: RTF to HTML converter Pin
Jani Giannoudis15-Jan-09 13:02
mvaJani Giannoudis15-Jan-09 13:02 
Questiongetting a list of folders within a folder Pin
Jordanwb20-Oct-07 14:12
Jordanwb20-Oct-07 14:12 
AnswerRe: getting a list of folders within a folder Pin
Luc Pattyn20-Oct-07 14:21
sitebuilderLuc Pattyn20-Oct-07 14:21 
GeneralRe: getting a list of folders within a folder Pin
Jordanwb20-Oct-07 14:26
Jordanwb20-Oct-07 14:26 
QuestionStatic variable declaration C# Pin
NGSjamesc20-Oct-07 13:18
NGSjamesc20-Oct-07 13:18 

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.