comobject Questions
2
Solved
I couldn't find anything online about how to close the ComObject after making it in constrained mode. The normal procedure is to use $com.Quit(), however that is not allowed in constrained mode. Al...
Nimesh asked 3/9, 2021 at 18:7
2
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"
$olFold...
Standridge asked 29/1, 2013 at 21:34
1
Solved
Why PrincipalSearcher gives System.__ComObject for attribut msExchRecipientDisplayType ??
I want to retrieve attribute msExchRecipientDisplayType and PrincipalSearcher gives System.__ComObject. Al...
Bittencourt asked 10/6, 2020 at 14:40
0
I have in my PHP code, a COM object '$com_myObject' with a method 'myObjectMethod' which after I run
com_print_type info($com_myObject);
on it, it shows that it has the method 'myObjectMethod' d...
1
I am calling a COM object method that returns an array variant object of type 8209 in my PHP code.
$com_VArray = $com_Object->objectMethod; //Is a 8209 variant object
I want in the end to pas...
3
Solved
I'm Trying to Automate a Outlook Web Access website, fill some textboxes and click a buttons,
I can find the relevant elements in the first page(sign-in) and the submit button, so i pass the login...
Flowery asked 14/10, 2015 at 11:34
2
Solved
I'm doing a program and I want to do a Reflection, but for this, I need an Object of the Type class, right? to use the .GetProperties() method... So I tryed this:
Type typeName = simObjects.getTyp...
Jayme asked 10/9, 2014 at 18:5
4
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...
Tinatinamou asked 10/8, 2011 at 20:31
1
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 System._...
Anhedral asked 15/1, 2012 at 12:17
6
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 h...
Oliveira asked 3/6, 2011 at 6:42
1
Solved
I've 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...
1
Solved
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")
Messroom asked 29/11, 2010 at 14:24
1
© 2022 - 2024 — McMap. All rights reserved.