The comobject tag has no wiki summary.
-2
votes
0answers
12 views
COM obj, Passing Argumenet
I have a COM Object and I create a new Instance as follow:
public static DIPServer Dvs
{
get
{
return _lvs ?? (_Dvs = new DIPServer());
}
}
this open a new Application, which ...
0
votes
0answers
32 views
error while getting the name of a range [C# / VSTO]
I have a big problem, i'm working with C#/VSTO and i'm a error while getting the Name of a range.
private void cellChanged(Excel.Range cell)
{
cell.setValue();
}
private void ...
0
votes
1answer
65 views
Sending files to OneNote from Python
Is it possible to send a file to Microsoft OneNote from Python? (Maybe using its COM object?) I don't need to store it in a specific notebook or page, I just want OneNote to pop-up a window where I ...
0
votes
1answer
60 views
Disconnected Context Excel Com Object
I have an multi threaded Application. One of the property of application is reporting.
User can take one year data day by day
I fetch the database, get the results to the List. Then use Excel (as ...
0
votes
2answers
168 views
Accessing Powershell COM Object in C#?
I need to convert a Powershell script to C#.
The Powershell script accesses the Windows Deployment Service COM Object:
$wdsObject = New-Object -ComObject WdsMgmt.WdsManager
$wdsServer = ...
0
votes
1answer
195 views
How to remove all newlines from string in Powershell
This is the code I am using to parse my emails. If they match a specific date, I want to add them to a list of other emails, then make that into a flat file:
outfile = "C:\Temp\emails.csv"
...
0
votes
1answer
71 views
c++ - COM object that has been separated from its underlying RCW cannot be used
My problem is the error message in the title:
COM object that has been separated from its underlying RCW cannot be used.
I have tried to google it, but i could find only solutions related to ...
0
votes
1answer
134 views
using a Python Win32Com .py in Unix - QC OTA library
Please forgive me if my question confuses you.
I have to use HP Quality Center's QC OTA Library (DLL) in my Python Script.
I was able to do this on my Windows System after Registering that DLL using ...
0
votes
0answers
116 views
Word 2010 Backstage ribbon disappears after enabling editing on a protected view document
I am currently using COM object for Word Addin. Addin works just fine but when I download a document from the internet. The document opens in protected mode and once I click enable editing my ...
2
votes
1answer
167 views
MS Access trying to set ADODB recordset to return from com object
I have written a Shared Add In using VS 2008 which contains a public method that returns an ADO Recordset. In MS Access I would like to set a ADO Recordset to the return of the function call. The ...
0
votes
2answers
126 views
Iteraing over PowerShell $input
I'm getting some strange behaviour (as in non-deterministic) when passing file items into a function and then using $input in a foreach loop.
I'm calling my function like this...
get-childitem ...
0
votes
1answer
464 views
Using a managed COM object in C++
I've followed a number of detailed tutorials on how to use a COM object in C++. I'm using VS 2010 pro. I made a new solution called TestComInterop. Made a C# project called TestMath. Made it com ...
1
vote
2answers
446 views
Word.Application ComObject errors in PowerShell
I'm unable to get a Word 2010 (14.0.x) document to SaveAs or Close using Powershell. From all the tuts online it seems like it should be working with 2.0, but I don't have that anymore.
Simple case:
...
0
votes
1answer
519 views
Accessing JavaScript Objects from vb.net
I'm working on a vb.net application that interacts with a (third party provided) web app to provide additional functionality (e.g. removing menu items, pulling information from the pages, etc.). The ...
2
votes
3answers
161 views
BadImageFormatException when trying to use TaskScheduler on Any CPU
We are trying to change a program from 32-bit to Any CPU. The program is in C# on .NET 3.5.
We are using Windows Task Scheduler COM wrapper.
The application compiles but when we try to run it ...
0
votes
3answers
711 views
Forcing 32bit internet explorer ComObject
I'm working on a script that is supposed to install some software from a link within internet explorer and unfortunately the site requires 32bit internet explorer to work. Is there a way to force a ...
0
votes
0answers
133 views
Error: General access failure using IFilter
I'm trying to read text from various document types using IFilters. I found "Implementing a TextReader to extract various files contents using IFilter" and it works for the most part.
However I'm ...
0
votes
1answer
191 views
Powershell - Query firewall list of servers export to csv
I'm using the following to query the firewall rules of a list of servers.
$servers = Get-Content fw_servers.txt
foreach($serv in $servers) {
$fw = New-Object -ComObject hnetcfg.fwpolicy2
$fw.rules ...
0
votes
1answer
220 views
VB.NET calling COM DLL with call to another COM DLL restults in error
I am writing a COM DLL in VB.NET 2010(lets call it DLL A). This DLL uses functions in a pre-existing DLL (DLL B). When I run the code from a test app in VS2010 everything works great.
(Test APP) --> ...
1
vote
2answers
786 views
MSHTML HTMLHeadElementClass COM Error
I'm currently working with MS HTML to insert a JavaScript code into websites.
I made a reference to Microsoft HTML Object Library and types this code.
IHTMLDocument2 doc = BrowserHost.Document as ...
2
votes
1answer
229 views
Exception while accessing a C# COM object in InnoSetup
I'm trying to access a COM object created and registered using C# but without any success.
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO ...
0
votes
1answer
556 views
SaveCopyAs method does not work
(I'm week in English language, so at first excuse me for bad explaining :D )
I open an excel file through my application.
I have an Addd-In in Excel and a button in ribbon for save (exactly such a ...
0
votes
1answer
214 views
How can I dispose Excel COM object on IIS
I have a ASP.NET app on IIS . In this application I use Excel COM Object :
using Excel = Microsoft.Office.Interop.Excel;
I use this objects:
public Excel.Application ExlApp;
//
...
1
vote
1answer
800 views
how to cast COM object type to Excel.Checkbox type
I am adding a checkbox to excel and i have issue casting a COM object of type 'System.__ComObject' to interface type 'Microsoft.Office.Interop.Excel.CheckBox', any help would be appreciated! I am ...
0
votes
1answer
509 views
Dump Object for ComObject using dynamic?
I'm trying (without luck) to implement an "Object Dumper" for objects I'm accessing in the Office Type Library.
It must be possibly, because VS's debug window has a "dynamic view" for the ...
1
vote
2answers
233 views
Alternative to caprock.dictionary for 64-bit Windows/IIS 7.5
My company has a legacy solution, written in Classic ASP/VBScript that uses the caprock.dictionary COM object in the Application scope for storing various recordsets of data.
This works fine on ...
1
vote
1answer
6k views
Microsoft.Office.Interop.Excel not work on 64 bit
I encountered a problem when developing on Ms Visual Web Developer 2008 Express Ed.
Developing ASP.NET C# on Windows7 64 bit OS,
I'm trying to open an Excel document, but it gives me "Old format or ...
3
votes
1answer
475 views
C# System.__ComObject returned when accessing Excel file
I am trying to access Excel file by code below:
Microsoft.Office.Interop.Excel.Application ObjExcel
= new Microsoft.Office.Interop.Excel.Application();
Microsoft.Office.Interop.Excel.Workbook book;
...
3
votes
4answers
1k views
Regsvr32 strange behaviour = > Regsvr32 does not give any success or failure message
I have an directShow filter: MyFilter.ax
When I try to register MyFilter.ax with Regsvr32 utility it gives NO error or any message(success or failure). But the filter is not registered.
Regsvr32 ...
13
votes
6answers
4k views
How to get actual JavaScript value in onclick from webbrowser control?
I'm looking for a way to get the JavaScript code defined inside of onclick.
I'm using .NET 2.0 C# Visual Studio 2005.
Example:
<span id="foo" onclick+"window.location.href='someURL'>click ...
0
votes
1answer
1k views
InternetExplorer being set up as __ComObject instead of SHDocVw.InternetExplorer
I'm having a problem with the InternetExplorer in SHDocVw.dll. I also have mshtml.tlb referenced (while googling, I did read 1 comment that said I should have mshtml.dll referenced, but that this ...
1
vote
2answers
81 views
COM coobjects and interfaces C#
I am completely new to this and am following a tutorial on msdn: http://msdn.microsoft.com/en-us/library/aa645736(v=vs.71).aspx#vcwlkcominteroppart1cclienttutorialanchor2
My question is why do we use ...
2
votes
0answers
474 views
IE9 RC crashes when calling IDispatch::Invoke
I have a working code that is working on IE6,7,8 & 9 Beta but crashes on IE9 RC.
I can see that the web page is using the ActiveX's interface successfully but when I try to call IDispatch::Invoke ...
1
vote
1answer
1k views
How do you read from a multidimensional variant array returned from a COM object in PHP?
I'm working with a COM object that returns a multidimensional VARIANT array (vt_array), and I'm trying to read values from the array.
When I use print_r($mdArray) it displays variant Object.
...
0
votes
1answer
493 views
InternetExplorer Com Object, getElementById, getElementsByName and getElementsByTagName
I want to create a webtest with PowerShell.
At the moment I had a problem with a SharePoint Textbox when I create a new Calender entry.
The properties from the Field are:
Now you can see, there is ...
2
votes
2answers
944 views
Get process ID from Com Object
It is possible to get the Process ID from this new Com Object ($ie) ?
$ie=New-Object -comobject InternetExplorer.Application
$ie.visible=$true
$ie.Navigate("www.stackoverflow.com")
5
votes
2answers
1k views
VS2010 will not display project properties (“underlying RCW”)?
Only sometimes (I haven't yet noticed a pattern), VS2010 shows the following error (where I'd expect the body of the property page to be) when I right-click on a project (various types of projects) ...
0
votes
1answer
288 views
PowerShell, Object = Start Process?
Hi I would like to start the Internet Explorer without extensions and control it. (Navigate to other pages, click buttons etc.)
When I use the command: "Start iexplore.exe -ArgumentList -extoff" I ...
2
votes
2answers
541 views
VitualBox + Powershell?
I have created a virtual machine. Now I am trying to launch it using Powershell. I have searched all over the internet for any details on how to do that. This is the only code i found...
...
2
votes
1answer
643 views
PowerShell, Open IE without Add-ons
I want to open the Internet Explorer as a new Com Object with no Add-ons.
$ie=New-Object -comobject InternetExplorer.Application
How could I start the Internet Explorer without Add-ons?
0
votes
2answers
226 views
Delphi Application Error with Ole in a DLL
I have a Com Object, setup/create/working from a DataModule.
creating/running/freeing the Datamodule from an Application works with out an issue.
but putting the datamodule into a DLL works fine the ...
0
votes
0answers
151 views
Is there a way to create a new instance for IRequestDictionary and IStringList on .NET?
We are working on a C# DLL that stores the values of a Classic ASP Session.
Everything is okay but some QueryStrings being stored in Session. Problem is: we are able to read the QueryString from the ...
0
votes
1answer
347 views
Startup Code for Loading COM Object for WCF Service
I am currently have a WCF service that uses a COM DLL for its service. The COM object is only loaded once and saved via a singleton. The problem is the first run takes about 1 minute to load the COM ...
1
vote
1answer
856 views
Invoking method from the System.__ComObject base type
I'm trying to get some information from an msi file
I used:
Type installerType = Type.GetTypeFromProgID("WindowsInstaller.Installer");
object installerInstance = ...
0
votes
3answers
127 views
Com Object Exception
I wrote an application that loops through a set of records and prints two things.
One is a report from SSRS wich works correctly.
The other is a drawing that uses a COM object to print. The COM ...
3
votes
3answers
3k views
PowerShell Windows Installer Com Object
I'm trying to modify the contents of an MSI file using Powershell. To do so I create an instance of a WindowsInstaller.Installer then use $installer.OpenDatabase and $database.OpenView. Similar ...
