Click here to Skip to main content
15,909,737 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: desktop application Pin
mylogics26-Feb-10 22:33
professionalmylogics26-Feb-10 22:33 
QuestionComboBox trouble. Pin
Nikz222-Feb-10 6:51
Nikz222-Feb-10 6:51 
AnswerRe: ComboBox trouble. Pin
Richard MacCutchan22-Feb-10 22:28
mveRichard MacCutchan22-Feb-10 22:28 
QuestionConnecting to Active Directory Pin
John.L.Ponratnam21-Feb-10 20:16
John.L.Ponratnam21-Feb-10 20:16 
QuestionHow to attach the Smart Tags of child controls, to the user control? Pin
Vahid Rassouli21-Feb-10 9:22
Vahid Rassouli21-Feb-10 9:22 
QuestionRole of IIS / Worker process in a desktop or windows application (Distributed remoting architecture) [modified] Pin
NetQuestions18-Feb-10 19:18
NetQuestions18-Feb-10 19:18 
AnswerRe: Role of IIS / Worker process in a desktop or windows application (Distributed remoting architecture) Pin
NetQuestions18-Feb-10 23:24
NetQuestions18-Feb-10 23:24 
AnswerRe: Role of IIS / Worker process in a desktop or windows application (Distributed remoting architecture) Pin
Dave Kreskowiak22-Feb-10 3:09
mveDave Kreskowiak22-Feb-10 3:09 
NetQuestions wrote:
If IIS is running, could it mean that underlying channel is HTTP, or could it be
that remoting is done using TCPChannel itself


That depends on your remoting configuration. Did you tell your app to use HTTP or to use Sockets to talk to the remote object?


NetQuestions wrote:
2. I know that IIS is a web server for ASP.NET web application, why is IIS being used
for a windows application.


What makes you think it is? Did you have a remote object or a webservice being hosted by IIS?


NetQuestions wrote:
3. What could be the role of IIS / Worker process in a desktop or windows application?


None at all.


NetQuestions wrote:
4. important!!! Is it that Citrix works as a fileserver also. I am asking because
files are not maintained in the client machine, so when user clicks the icon
in citrix, does necessary DLLS get loaded in the client machine firstly?



That depends entirely on how your application is configured in Citrix. If your streaming the app to the client, then the app gets sent to the client and run there. If app is configured to run on the Citrix server, then all that's sent to the client is the window images of the application.

There are, of course, more options for all of these questions, but your not providing enough details on the background of any of these questions to answer them with anything other than generalities.


See what I'm getting at here? Your questions are all answerable, but only by you because all of this stuff in under direct control of how you designed your app, what remoting configuration you've chosen, how the app was deployed to the Citrix server, and how it's being setup and advertised in Citrix.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: Role of IIS / Worker process in a desktop or windows application (Distributed remoting architecture) Pin
NetQuestions24-Feb-10 17:37
NetQuestions24-Feb-10 17:37 
QuestionAdvanced ComboBox in WinForms Pin
Nick Alexeev12-Feb-10 16:41
professionalNick Alexeev12-Feb-10 16:41 
AnswerRe: Advanced ComboBox in WinForms Pin
Richard MacCutchan12-Feb-10 22:40
mveRichard MacCutchan12-Feb-10 22:40 
AnswerRe: Advanced ComboBox in WinForms Pin
Luc Pattyn13-Feb-10 1:39
sitebuilderLuc Pattyn13-Feb-10 1:39 
AnswerRe: Advanced ComboBox in WinForms Pin
Abhinav S13-Feb-10 7:58
Abhinav S13-Feb-10 7:58 
QuestionProblem with maximized child window in MDI parent Pin
Alan Burkhart11-Feb-10 5:30
Alan Burkhart11-Feb-10 5:30 
QuestionReset Control Attributes Pin
zeos68-Feb-10 7:46
zeos68-Feb-10 7:46 
AnswerRe: Reset Control Attributes Pin
Richard Andrew x6416-Feb-10 16:26
professionalRichard Andrew x6416-Feb-10 16:26 
QuestionFormat Input for SharePoint DateTime field Pin
elizas8-Feb-10 1:03
elizas8-Feb-10 1:03 
QuestionCustom Controls Desgin-Time question Pin
Steve517713-Feb-10 9:51
Steve517713-Feb-10 9:51 
AnswerRe: Custom Controls Desgin-Time question Pin
Som Shekhar12-Feb-10 5:44
Som Shekhar12-Feb-10 5:44 
Question"Application Error" on SQLConnection.Open(), following a FolderBrowserDialog.ShowDialog() Pin
Member 33374853-Feb-10 2:17
Member 33374853-Feb-10 2:17 
QuestionRe: "Application Error" on SQLConnection.Open(), following a FolderBrowserDialog.ShowDialog() Pin
Eddy Vluggen3-Feb-10 5:02
professionalEddy Vluggen3-Feb-10 5:02 
GeneralRe: "Application Error" on SQLConnection.Open(), following a FolderBrowserDialog.ShowDialog() Pin
Member 333748524-Feb-10 18:02
Member 333748524-Feb-10 18:02 
GeneralRe: "Application Error" on SQLConnection.Open(), following a FolderBrowserDialog.ShowDialog() Pin
Eddy Vluggen25-Feb-10 10:31
professionalEddy Vluggen25-Feb-10 10:31 
GeneralRe: "Application Error" on SQLConnection.Open(), following a FolderBrowserDialog.ShowDialog() Pin
Member 333748528-Feb-10 18:16
Member 333748528-Feb-10 18:16 
GeneralRe: "Application Error" on SQLConnection.Open(), following a FolderBrowserDialog.ShowDialog() Pin
Eddy Vluggen2-Mar-10 0:57
professionalEddy Vluggen2-Mar-10 0:57 

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.