Click here to Skip to main content
15,886,091 members
Home / Discussions / C#
   

C#

 
GeneralRe: MR. Heath Stewart come in please Pin
nakey_yang24-Nov-03 20:02
nakey_yang24-Nov-03 20:02 
GeneralRe: MR. Heath Stewart come in please Pin
Heath Stewart25-Nov-03 2:57
protectorHeath Stewart25-Nov-03 2:57 
GeneralRe: MR. Heath Stewart come in please Pin
nakey_yang26-Nov-03 22:03
nakey_yang26-Nov-03 22:03 
GeneralRe: MR. Heath Stewart come in please Pin
Heath Stewart28-Nov-03 3:30
protectorHeath Stewart28-Nov-03 3:30 
GeneralRe: MR. Heath Stewart come in please Pin
nakey_yang1-Dec-03 14:57
nakey_yang1-Dec-03 14:57 
GeneralRe: MR. Heath Stewart come in please Pin
Heath Stewart1-Dec-03 18:27
protectorHeath Stewart1-Dec-03 18:27 
GeneralRe: MR. Heath Stewart come in please Pin
nakey_yang3-Dec-03 15:28
nakey_yang3-Dec-03 15:28 
GeneralRe: MR. Heath Stewart come in please Pin
Heath Stewart4-Dec-03 3:55
protectorHeath Stewart4-Dec-03 3:55 
Here's an ASCII chart:
Web Browser (client) -> Request -> HTTP Server (server)
client <- Response <- server
 
Embedded Control (client) <-> DCOM/Remoting Server (server)
Notice how the embedded control can communicate BOTH ways with the DCOM or Remoting server? See, you're missing the crutial point here and you must understand this or you're really in trouble. HTTP communication is essentially one way. Yes, the browser requests information from the server and the server sends it out, but the server cannot send out information without a request from a client application.

For what you need, you are EMBEDDING a control in a Web page (which requires no refreshing of the web browser - think of it as a stand-alone appliation that just sits there) that talks directly with a DCOM or Remoting server on the server. If the client is not firewalled, the DCOM or Remoting service can make calls on the client as well. It's two-way communication.

For a web browser, if you need to refresh data, you either have to have a javascript or browser behavior fetch data behind the scenes and update the DHTML page (or an ActiveX control or Java applet doing it in the foreground), or you have to refresh the page itself either using some javascript with a timer and window.location.reload(), or use the HTTP-EQUIV="refresh" META tag with the content="timeout;url" syntax. This is all in the MSDN Library and you should read it and understand this basic concept of the Web before you venture down a page blindly. It's crucial.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralGet Path &amp; File name using OpenFileDialog Pin
Steve McLenithan22-Nov-03 1:57
Steve McLenithan22-Nov-03 1:57 
GeneralRe: Get Path &amp; File name using OpenFileDialog Pin
Nick Parker22-Nov-03 2:04
protectorNick Parker22-Nov-03 2:04 
GeneralRe: Get Path &amp; File name using OpenFileDialog Pin
Steve McLenithan22-Nov-03 2:12
Steve McLenithan22-Nov-03 2:12 
GeneralRe: Get Path &amp; File name using OpenFileDialog Pin
leppie22-Nov-03 3:15
leppie22-Nov-03 3:15 
GeneralRe: Get Path &amp; File name using OpenFileDialog Pin
Steve McLenithan22-Nov-03 4:36
Steve McLenithan22-Nov-03 4:36 
GeneralRe: Get Path &amp; File name using OpenFileDialog Pin
Heath Stewart22-Nov-03 4:26
protectorHeath Stewart22-Nov-03 4:26 
GeneralRe: Get Path &amp; File name using OpenFileDialog Pin
Steve McLenithan22-Nov-03 4:34
Steve McLenithan22-Nov-03 4:34 
GeneralIcon Background Pixels Pin
Tristan Rhodes22-Nov-03 1:32
Tristan Rhodes22-Nov-03 1:32 
GeneralRe: Icon Background Pixels Pin
Heath Stewart22-Nov-03 4:34
protectorHeath Stewart22-Nov-03 4:34 
GeneralRe: Icon Background Pixels Pin
Tristan Rhodes22-Nov-03 7:17
Tristan Rhodes22-Nov-03 7:17 
GeneralRe: Icon Background Pixels Pin
Heath Stewart22-Nov-03 11:21
protectorHeath Stewart22-Nov-03 11:21 
GeneralRe: Icon Background Pixels Pin
Tristan Rhodes22-Nov-03 12:09
Tristan Rhodes22-Nov-03 12:09 
GeneralRe: Icon Background Pixels Pin
Heath Stewart24-Nov-03 3:43
protectorHeath Stewart24-Nov-03 3:43 
GeneralListing ODBC sources in a drop-down list box Pin
NikV22-Nov-03 1:28
NikV22-Nov-03 1:28 
GeneralRe: Listing ODBC sources in a drop-down list box Pin
Heath Stewart22-Nov-03 4:53
protectorHeath Stewart22-Nov-03 4:53 
GeneralRe: Listing ODBC sources in a drop-down list box Pin
NikV22-Nov-03 12:49
NikV22-Nov-03 12:49 
GeneralRe: Listing ODBC sources in a drop-down list box Pin
Heath Stewart24-Nov-03 3:49
protectorHeath Stewart24-Nov-03 3:49 

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.