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

C#

 
GeneralRe: Thanks Luis Pin
Luis Alonso Ramos30-Mar-08 20:29
Luis Alonso Ramos30-Mar-08 20:29 
GeneralWow, Great Car Wheels Pin
Sukhjinder_K30-Mar-08 20:32
Sukhjinder_K30-Mar-08 20:32 
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 
I don't recommend what you are trying to do because it won't scale when you have many connections from different clients at the same time. The web is supposed to be stateless, so one call is processed, returns and that's it. In this case you are keeping resources on hold.

About why it works with VS Development Server and not with IIS, is that VS web server runs on the same Windows user. IIS runs as a service with a different user, and has no desktop (or a hidden one). So the form is created, but on a different desktop than the one you are seeing as a logged user.

The idea you state in the last paragraph is much better. I have never done it, but I am sure it isn't hard. Google or search CP for interprocess communication and you should get something.

Luis Alonso Ramos
Intelectix
Chihuahua, Mexico

My Blog!

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 
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 

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.