You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
object model
About this tag
Discussions tagged with 'object model' on WindowsForum.com focus on COM and OLE support in the Desktop Bridge, where packaged apps can expose COM extensions via manifest declarations. The Office 2010 Compatibility Inspector is highlighted for scanning legacy VBA code against the Office 2010 object model to identify changed properties and methods. Additionally, the Team Foundation Server 2010 object model is noted as Windows-only, with OData providing cross-platform data access. A thread on VBScript error handling references the Err object's Description property, though the source of error text files is questioned. These threads cover developer topics including COM, OLE, VBA, and TFS object models.
The Windows 10 Creators Update adds out-of-process (OOP) COM and OLE support for apps on the Desktop Bridge – a.k.a Packaged COM. Historically, Win32 apps would create COM extensions that other applications could use. For example, Microsoft Excel exposes its Excel.Application object so...
app package
application
automation
client software
com
creators update
desktop bridge
example
execution
extensions
manifest
objectmodel
ole
packaged com
registry
server
third party
uwp
version
windows 10
In this video, Link Removed (Sr. Technical Evangelist for Team Foundation Server) demonstrates the beta of the new OData Service for Team Foundation Server 2010.
The purpose of this project is to help developers work with data from Team Foundation Server on multiple types of devices (such as...
access
beta
client model
development
devices
feedback
http requests
interaction
microsoft
objectmodel
odata
operating system
sdk
services
smartphone
tablet
team foundation server
technical evangelist
tfs
web services
Hello all,
I'm looking for the name and location of the file which contains the Err.Description text of the Err object used within VBScript.
Winerror.h has the error numbers, but the corresponding texts are in comments.
My current problem is, when you start an Internet Explorer instance with...