Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. yatingg

    Parameter from C++ to C#

    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...
  2. yatingg

    Splash Screen z-order trouble

    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...
  3. yatingg

    Exposing Form class methods to COM

    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...
  4. yatingg

    Version Number

    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...
  5. yatingg

    MTS/COM+

    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...

Part and Inventory Search

Back
Top