comobject
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 cou[详细]
2023-03-06 01:19 分类:问答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[详细]
2023-02-25 19:30 分类:问答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[详细]
2023-01-27 05:23 分类:问答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)[详细]
2023-01-24 01:58 分类:问答PowerShell, Object = Start Process?
Hi I would like to start the Internet 开发者_StackOverflowExplorer without extensions and control it. (Navigate to other pages, click buttons etc.)[详细]
2023-01-20 22:41 分类:问答VirtualBox + 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...[详细]
2023-01-18 07:09 分类:问答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.[详细]
2023-01-10 05:49 分类:问答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 QueryS[详细]
2022-12-31 06:13 分类:问答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\");[详细]
2022-12-11 13:27 分类:问答