Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Include another EXE(having UI) in my C# Desktop Application

Include another EXE(having UI) in my C# Desktop Application

Scheduled Pinned Locked Moved C#
csharpc++design
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Amjath Rahman
    wrote on last edited by
    #1

    Hi All, Im right now working in Window Application using C#. Is there any way to include another windows Application(written in VC++ having UI also) in my Application. With Regards Amjath

    P C 2 Replies Last reply
    0
    • A Amjath Rahman

      Hi All, Im right now working in Window Application using C#. Is there any way to include another windows Application(written in VC++ having UI also) in my Application. With Regards Amjath

      P Offline
      P Offline
      Paul Conrad
      wrote on last edited by
      #2

      Maybe through a dll, not too sure...

      "I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon

      1 Reply Last reply
      0
      • A Amjath Rahman

        Hi All, Im right now working in Window Application using C#. Is there any way to include another windows Application(written in VC++ having UI also) in my Application. With Regards Amjath

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        How do you mean, include ? You can include anythign as a resource, but what do you want to do with it ?

        Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

        A 1 Reply Last reply
        0
        • C Christian Graus

          How do you mean, include ? You can include anythign as a resource, but what do you want to do with it ?

          Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

          A Offline
          A Offline
          Amjath Rahman
          wrote on last edited by
          #4

          Hi First of all thanks for u response. i have a Application written in vc++ window based(its some what black box to me). i want to use that application in my c# window based application is it possible. with Regards Amjath

          C 1 Reply Last reply
          0
          • A Amjath Rahman

            Hi First of all thanks for u response. i have a Application written in vc++ window based(its some what black box to me). i want to use that application in my c# window based application is it possible. with Regards Amjath

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #5

            OK, that's SO not what you asked. No, you can't really do this in a way that would be sturdy enough to release. You could make it work, by embedding the second exe inside the first but a - they would run independant of each other and b - it wouldn't be guarenteed to be stable

            Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups