Note that there are some explanatory texts on larger screens.

plurals
  1. USkmontgom
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThanks for the input. Just a quick status update + maybe another hint. I'm using the List API along with raw HTTP programming to retrieve a list of docs, and then the feed for a single doc. I then obtain what looks like a correct URI, which I then extract the document key. I do an HTTP GET on this, and specify the authentication key I got previously. Now this sends me to the Google Docs login screen. Damn! missed something somewhere.
      singulars
    2. COIf you have the source code for the MS Cassini web server then you could conceivably figure out how to directly invoke the rendering logic; specify the name of a ASP.NET page, call the renderer and capture (perhaps as a return value) the rendered HTML. You could then inject this directly into the hosted WebBrowser component. After that you can use jQuery to control the page, and/or allow your host app to interact with the loaded page's DOM. I realize that this might not be an easy task, but it is do-able.
      singulars
    3. COLast time I tried UltiDev, it did take the same ASP.NET files. Another possibility is to download the source for the Microsoft Cassini sample web server (http://www.asp.net/Downloads/archived/cassini/) and actually embed it into your application. You could emnbed the WebBrowser control for the UI and Cassini for web serving. Your app would then become both client and server. How twisted is that...
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload