Top "Comobject" questions

How do I remove all newlines from a string in PowerShell?

This is the code I am using to parse my emails. If they match a specific date, I want to …

parsing powershell outlook powershell-2.0 comobject
Microsoft.Office.Interop.Excel doesn't work on 64 bit

I've encountered a problem when developing on MS Visual Web Developer 2008 Express Ed. Developing ASP.NET C# on Windows7 64 bit …

asp.net interop hresult comobject
How return the type of a System.__COMObject in System.Type in C#

I'm doing a program and I want to do a Reflection, but for this, I need an Object of the …

c# reflection gettype comobject system.type
VirtualBox + Powershell?

I have created a virtual machine. Now I am trying to launch it using Powershell. I have searched all over …

powershell virtualbox comobject
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.…

powershell process comobject
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. …

c# visual-studio-2005 browser selenium-ide comobject