So have a user interface that I wrote using MinGW QT. In the UI I\'m trying to reference objects from my Visual Studio project. Some objects I can reference and use just fine, but the one I\'m having
I try to hide IWebBrowser2 which I put to DISPID_NEWWINDOW2. 开发者_StackOverflow社区But have no lucky :-(
I am trying to use a predefined function but keep getting an AccessViolationException. I am using com objects as well. I call the function put_ClassName(BSTR obj) but keep getting an exception.
I am writing a C# object that I need to be able to access from a javascript application. var util = new ActiveXObject(\'Namespace.Class\');
I am trying to开发者_开发知识库 build a custom .NET profiler using the Profiling API and I am having an issue with the references in the project.I am not a C++ engineer, so please bear with me.
I have an OLE object of IWebBrowser2 wrapped in a window. At some point I expand the window and its OLE object and I\'d like it to collapse on external click (i.e. every click that is outside the web
My Class library failed to make a mysql connection using MySql .net connector . It can connect if I run it thru a command line console app that use the class library. But it fails when I use PHP COM t
I\'ve got what I think is a fairly simple interface in COM.I would like to implement it in activeqt.I am able to get an ATL prototype to work, but I would rather use qt widgets and signals than COM co
I\'m writing a Direct3D 10 application and want to make sure I don\'t have COM objects leaking. Yes, I am wrapping the interfaces with CComPtr, but I\'d like a leak check anyway for the same reason I
I\'m wondering if it\'s possible to globally poll which (if any) files are currently being dragged in Windows using the Windows API, independently of any particular window.