I have a C++ application that calls a C# COM. If the C++ passes the a CWnd to the C#, what object type is it in C#?
C++ app:
CWnd* pParentWnd;
MyObject myobject;
myobject->MyMethod(pParentWnd);
C# interface:
public interface MyObject
{
void MyMethod(????????);
}
What goes in the ?'s...
Ok, so I'm having some problems w/ the z-order.
What I need:
1. A splash screen that will stay on top of the application (myapp). It is possible that myapp finishes loading before the splash does.
2. If another app is ran (for example, IE) while myapp is still loading, the z-order needs to...
Hi, I'm new to C# and the C family languages. I would like to know how I can expose the Show() & Hide() from the Form class to COM. Currently, I have an interface and a class that inherits Form and this interface. More specifically, how do I implement the Show() & Hide()? I know how to do...
It looks like the version number of the build does not have anything to do with the version number (assembly number) of the projects in the solution. Is this true? Or is there a way to change the version number of all the projects in your solution without having to go into each AssemblyInfo.vb...
It looks like if I add a MTS/COM+ app to my installation, it installs it on the computer that I run the setup on.
I use WebDeploy to distribute the setup files onto the server, so that the clients can download the setup file from that server. Is there a way to specify COM+ to be installed on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.