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

C#

 
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 
GeneralRe: Web Service [IIS] with Windows Forms GUI... Pin
matmus30-Mar-08 10:40
matmus30-Mar-08 10:40 
Thank you for your reply,

Luis Alonso Ramos wrote:
it won't scale when you have many connections from different clients at the same time

Hmm... I don't see why wouldn't this be scalable. The only resource that I hold is 1 Form per 1 endpoint (which can serve multiple clients)... Although clients trying to update the same form may degrade performance somehow (mutexes etc.), I don't think that this will be noticeable. Why do you think, that my WS with GUI will be much slower/less scalable than a WS without it?

Despite all this... in my scenario there'll be multiple ExternalEngines and one MainEngine. My GUI is attached to ExternalEngine, so it'll only have to serve 1 connection at a time - scalability is not an issue.


Luis Alonso Ramos wrote:
The idea you state in the last paragraph is much better.

What I didn't mention is: this GUI is for debugging purposes only. That's why I don't look forward to writing something complex (I thought that adding a Windows Form will simplify the whole thing).
If, based on what you said about IIS, there's no way to display my form... so be it, I'll try to stick with VS Dev Server for now. Or is there a 'magic' IIS configuration, that allows interacting with host display?

Regards,
MB
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 
GeneralRe: "Shift" key Pin
Pete O'Hanlon30-Mar-08 10:52
mvePete O'Hanlon30-Mar-08 10:52 

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.