Click here to Skip to main content
15,916,601 members
Home / Discussions / C#
   

C#

 
QuestionMouse events on Mdi parent form. Pin
DoubleB30-Mar-08 4:49
DoubleB30-Mar-08 4:49 
GeneralRe: Mouse events on Mdi parent form. Pin
Gareth H30-Mar-08 4:51
Gareth H30-Mar-08 4:51 
GeneralRe: Mouse events on Mdi parent form. Pin
DoubleB30-Mar-08 5:25
DoubleB30-Mar-08 5:25 
GeneralRe: Mouse events on Mdi parent form. Pin
Luis Alonso Ramos30-Mar-08 9:59
Luis Alonso Ramos30-Mar-08 9:59 
QuestionWeb Service [IIS] with Windows Forms GUI... Pin
matmus30-Mar-08 3:43
matmus30-Mar-08 3:43 
GeneralRe: Web Service [IIS] with Windows Forms GUI... Pin
Luis Alonso Ramos30-Mar-08 10:08
Luis Alonso Ramos30-Mar-08 10:08 
GeneralRe: Web Service [IIS] with Windows Forms GUI... Pin
matmus30-Mar-08 10:40
matmus30-Mar-08 10:40 
GeneralRe: Web Service [IIS] with Windows Forms GUI... Pin
Luis Alonso Ramos30-Mar-08 11:23
Luis Alonso Ramos30-Mar-08 11:23 
If your form is created when each client calls connect, and stays there while your client makes more calls, potentially you can have many open forms from different clients at the same time. Also if somehow you lose the form reference (because it is stored in session state and the session times out), you might end up with several forms for one client.

What I would do is write another program that creates a form and stays there listening for all client connections. You can use remoting in your webservice (it's simple), so if the listener program is running, it will display all debugging info, but otherwise the webservice just ignores the call. This way you can even use the listener app from a different computer than the server itself.

matmus wrote:
Or is there a 'magic' IIS configuration, that allows interacting with host display?


Not that I know of. IIS runs as a Windows service, and services are designed to run unattended.

Luis Alonso Ramos
Intelectix
Chihuahua, Mexico

My Blog!

GeneralDataGridView And DataTable.Select() Method Pin
half-life29-Mar-08 23:20
half-life29-Mar-08 23:20 
QuestionRe: DataGridView And DataTable.Select() Method Pin
fearless stallion30-Mar-08 20:12
fearless stallion30-Mar-08 20:12 
GeneralRe: DataGridView And DataTable.Select() Method Pin
half-life31-Mar-08 8:04
half-life31-Mar-08 8:04 
General[Message Deleted] Pin
jijophilip29-Mar-08 17:43
jijophilip29-Mar-08 17:43 
GeneralRe: Paint Application in C# Pin
MarkB77729-Mar-08 17:49
MarkB77729-Mar-08 17:49 
GeneralRe: Paint Application in C# Pin
jijophilip29-Mar-08 17:55
jijophilip29-Mar-08 17:55 
GeneralRe: Paint Application in C# Pin
MarkB77729-Mar-08 18:21
MarkB77729-Mar-08 18:21 
General"Shift" key Pin
jon-8029-Mar-08 9:22
professionaljon-8029-Mar-08 9:22 
GeneralRe: "Shift" key Pin
Luc Pattyn29-Mar-08 10:31
sitebuilderLuc Pattyn29-Mar-08 10:31 
GeneralRe: "Shift" key Pin
jon-8029-Mar-08 11:13
professionaljon-8029-Mar-08 11:13 
GeneralRe: "Shift" key Pin
Luc Pattyn29-Mar-08 11:19
sitebuilderLuc Pattyn29-Mar-08 11:19 
GeneralRe: "Shift" key [modified] Pin
jon-8029-Mar-08 21:16
professionaljon-8029-Mar-08 21:16 
GeneralRe: "Shift" key Pin
Luc Pattyn30-Mar-08 0:43
sitebuilderLuc Pattyn30-Mar-08 0:43 
GeneralRe: "Shift" key Pin
Pete O'Hanlon30-Mar-08 10:25
mvePete O'Hanlon30-Mar-08 10:25 
GeneralRe: "Shift" key Pin
Luc Pattyn30-Mar-08 10:37
sitebuilderLuc Pattyn30-Mar-08 10:37 
GeneralRe: "Shift" key Pin
Pete O'Hanlon30-Mar-08 10:52
mvePete O'Hanlon30-Mar-08 10:52 
GeneralSQL query in c# Pin
Yevgeny Efter29-Mar-08 6:30
Yevgeny Efter29-Mar-08 6:30 

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.