#1   Report Post  
Posted to microsoft.public.excel.programming
ron ron is offline
external usenet poster
 
Posts: 118
Default Silverlight

I know how to programmatically manipulate common web pages, extract
data from them, etc, from Excel. I usually do this by looking at the
source code behind the page and then creating a VBA macro to do what
is needed. A web page that I extract data from using an Excel macro
has been redone as a Silverlight web page. I can no longer see the
source code and have no experience interacting with Silverlight via
VBA. Is there a simple way to view the Silverlight source code, or
can someone point me to a site that will explain how to manipulate a
Silverlight web page using VBA?..TIA, Ron
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Silverlight

No can do. Silverlight is a compiled application similar in nature to a compiled windows application. It does not expose its internal UI object model to the browser (at least not without writing custom code inside the app to do it).

The best you could hope for was access to the WCF web service they use to interact with the server.

Submitted via EggHeadCafe
Oracle Developer For Beginners
http://www.eggheadcafe.com/training-...L-Samples.aspx
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"