CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Logo

  1. #1
    Join Date
    Apr 1999
    Posts
    32

    Logo

    Hello ther!I would like to visualize on the software the logo of my company.It should appear half on the Menu bar and half on the toolbar, like the software "RealAudio G2" and maybe as many more!Please help me! Nicola



  2. #2
    Join Date
    May 1999
    Location
    Toulouse, France
    Posts
    171

    Re: Logo

    if you want that your toolbar may be dockable, this feature will be hard to do !
    An other solution should be to see the logo on the main frame. For this, have a look to:

    http://www.vcdj.com/online/articles/oct97/logom1.asp


    Ash to ash and clay to clay, if the enemy doesn't get you, your own folk may.
    We're talking ****, 'cause life is a 'biz
    You know it is
    Everybody tryin' to get rich
    God ****!
    All I wanna do is live !

    KoRn, Children of the Korn

  3. #3
    Join Date
    Apr 1999
    Posts
    32

    Re: Logo

    Hello Karl,thanks for answering!The LogoMdi solution is great. Do you know if instead of the text is possible to use a BMP?Thanks for help Nicola


  4. #4
    Join Date
    May 1999
    Location
    Toulouse, France
    Posts
    171

    Re: Logo

    Use an other DC in which your select the bitmap you want, and BitBlt it to the DC you're using in OnEraseBkgnd.
    you may find useful infos about GDI and BMP in the code-part of this site

    HTH.

    K.

    Ash to ash and clay to clay, if the enemy doesn't get you, your own folk may.
    We're talking ****, 'cause life is a 'biz
    You know it is
    Everybody tryin' to get rich
    God ****!
    All I wanna do is live !

    KoRn, Children of the Korn

  5. #5
    Guest

    Re: Logo

    Have a look at the 'A Custom MDI Client Class' article by Bogdan Ledwig
    under the doc-view section here at CodeGuru.

    Mats Bejedahl


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured