Click here to Skip to main content
15,879,326 members
Home / Discussions / C#
   

C#

 
GeneralWebbrowser control + com visable functions Pin
Spacix One29-Jan-08 6:29
Spacix One29-Jan-08 6:29 
GeneralRe: Webbrowser control + com visable functions Pin
led mike29-Jan-08 6:58
led mike29-Jan-08 6:58 
GeneralRe: Webbrowser control + com visable functions Pin
Spacix One29-Jan-08 7:53
Spacix One29-Jan-08 7:53 
GeneralRe: Webbrowser control + com visable functions Pin
led mike29-Jan-08 8:26
led mike29-Jan-08 8:26 
GeneralRe: Webbrowser control + com visable functions Pin
Not Active29-Jan-08 8:29
mentorNot Active29-Jan-08 8:29 
GeneralRe: Webbrowser control + com visable functions Pin
Spacix One29-Jan-08 9:40
Spacix One29-Jan-08 9:40 
GeneralRe: Webbrowser control + com visable functions Pin
Not Active29-Jan-08 14:32
mentorNot Active29-Jan-08 14:32 
GeneralRe: Webbrowser control + com visable functions Pin
Spacix One30-Jan-08 4:52
Spacix One30-Jan-08 4:52 
Mark Nischalke wrote:
To clarify, you are have coded you own version of an existing framework.

I didn't recode and existing framework to my own version. AJAX requires a web server to serve an XML file. You open an JScript XML HTTP GET request and call an URL running a server side script (ASP.NET, PHP, and so on) that returns XML via a text string.

I'm using a WinForm C# application with a webbrowser control that is running a local JScript page to dynamically request and display data XML returned to it.

The page is setup as a JScript page so it is possible to easily change the interface (skinning, overall functionality, and so forth) without recompiling the application. The C# program just collects and then XML formats the data. This data could be posted to a webpage or just saved as XML on the users PC. The webbrowser control + JScript page allows the user to view it as it is being collected, or to view data that isn't saved (maybe logging is off) as it comes in.


Mark Nischalke wrote:
Now then, what was the question?

My question was as stated in my orgianl post.

Is there a way to pass an System.Xml object to JScript via com using a [ComVisible(true)] class set to the WebBrowser.ObjectForScripting property of a web browser control?


-Spacix
All your skynet questions[^] belong to solved

GeneralRe: Webbrowser control + com visable functions Pin
Not Active30-Jan-08 5:01
mentorNot Active30-Jan-08 5:01 
GeneralRe: Webbrowser control + com visable functions Pin
Spacix One30-Jan-08 5:39
Spacix One30-Jan-08 5:39 
GeneralRe: Webbrowser control + com visable functions Pin
Not Active30-Jan-08 5:46
mentorNot Active30-Jan-08 5:46 
GeneralHelp with User Validation Pin
MumbleB29-Jan-08 5:52
MumbleB29-Jan-08 5:52 
GeneralRe: Help with User Validation Pin
led mike29-Jan-08 5:58
led mike29-Jan-08 5:58 
GeneralRe: Help with User Validation Pin
MumbleB29-Jan-08 6:29
MumbleB29-Jan-08 6:29 
GeneralRe: Help with User Validation Pin
Giorgi Dalakishvili29-Jan-08 6:04
mentorGiorgi Dalakishvili29-Jan-08 6:04 
GeneralRe: Help with User Validation Pin
led mike29-Jan-08 6:38
led mike29-Jan-08 6:38 
QuestionSimulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
Mike Curry - Canada29-Jan-08 5:09
Mike Curry - Canada29-Jan-08 5:09 
GeneralRe: Simulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
Mike Ellison29-Jan-08 5:43
Mike Ellison29-Jan-08 5:43 
GeneralRe: Simulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
Bekjong29-Jan-08 6:35
Bekjong29-Jan-08 6:35 
AnswerRe: Simulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
Spacix One29-Jan-08 6:39
Spacix One29-Jan-08 6:39 
GeneralRe: Simulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
Skippums29-Jan-08 7:56
Skippums29-Jan-08 7:56 
GeneralRe: Simulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
Mike Curry - Canada29-Jan-08 9:55
Mike Curry - Canada29-Jan-08 9:55 
GeneralRe: Simulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
Skippums29-Jan-08 10:36
Skippums29-Jan-08 10:36 
GeneralRe: Simulating SHIFT+MOUSE_RIGHT_CLICK ? Pin
led mike29-Jan-08 11:02
led mike29-Jan-08 11:02 
QuestionORM and Obfuscation Pin
gentyjp29-Jan-08 4:10
gentyjp29-Jan-08 4:10 

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.