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. Please help me. I want to create some tool windows in my main frame by VC++.net.

Please help me. I want to create some tool windows in my main frame by VC++.net.

Scheduled Pinned Locked Moved C#
csharpc++visual-studiohelptutorial
3 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.
  • F Offline
    F Offline
    freehawk
    wrote on last edited by
    #1

    In my app I want to create some tool windows, which can be auto-hide and docking like that tool windows of VS.net, with VC++.net. But I looked the MSDN and some samples, the tool window is like only to be created as addin to be used by other app. Please tell me how to do, thank you very much. If you have some samples , could you send to me?

    H 1 Reply Last reply
    0
    • F freehawk

      In my app I want to create some tool windows, which can be auto-hide and docking like that tool windows of VS.net, with VC++.net. But I looked the MSDN and some samples, the tool window is like only to be created as addin to be used by other app. Please tell me how to do, thank you very much. If you have some samples , could you send to me?

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      There's plenty of samples in this site, though most are in C#. If you truly understand .NET, however, you won't have any trouble translating this code to VC++.NET, because they all have equal access to the .NET base class library (BCL), or any other assembly for that matter. Also, this is the C# forum. This question would've been more appropriate in the Managed C++ forum. There are also existing libraries that do this, including a decently-priced commercial one developed by one of CodeProject's members, Phil Wright, at http://www.dotnetmagic.com[^].

      -----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----

      S 1 Reply Last reply
      0
      • H Heath Stewart

        There's plenty of samples in this site, though most are in C#. If you truly understand .NET, however, you won't have any trouble translating this code to VC++.NET, because they all have equal access to the .NET base class library (BCL), or any other assembly for that matter. Also, this is the C# forum. This question would've been more appropriate in the Managed C++ forum. There are also existing libraries that do this, including a decently-priced commercial one developed by one of CodeProject's members, Phil Wright, at http://www.dotnetmagic.com[^].

        -----BEGIN GEEK CODE BLOCK----- Version: 3.21 GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++ -----END GEEK CODE BLOCK-----

        S Offline
        S Offline
        Sam Liang
        wrote on last edited by
        #3

        you can go to http://www.csdn.net and to search it that you want

        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