Click to See Complete Forum and Search --> : Logo


Nicola
April 6th, 1999, 09:02 AM
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

Karl
April 6th, 1999, 09:22 AM
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.

Nicola
April 6th, 1999, 10:10 AM
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

Karl
April 6th, 1999, 10:17 AM
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.

April 7th, 1999, 03:36 AM
Have a look at the 'A Custom MDI Client Class' article by Bogdan Ledwig
under the doc-view section here at CodeGuru.

Mats Bejedahl