Topic: Help on placing bitmap on top of push button...


Author: lzhang@me.utoronto.ca (Liangen Zhang)
Date: Thu, 26 Aug 1993 20:14:29 GMT
Raw View
Hi, C++ users!

     I got a problem with bitmap.
     I'm using Borland C++ compiler and I'm trying to place a
bitmap picture created by the Workshop on to a push button (the
button was created first ), but I couldn't see the bitmap.

     Does anyone know if a bitmap can be put on a button's top
to change its looking, and how to do it?

     Any advice is appreciated. Thanks.

 Lane Zhang       |      lzhang@drill.me.utoronto.edu





Author: davisonj@bnr.ca (John M Davison)
Date: 27 Aug 1993 17:22:56 GMT
Raw View
        In article <CCDuw5.BAJ@me.utoronto.ca> lzhang@me.utoronto.ca (Liangen
Zhang) writes:
>     Does anyone know if a bitmap can be put on a button's top
>to change its looking, and how to do it?
>
>     Any advice is appreciated. Thanks.

        Here's a piece of advice for everyone with articles discussing C++
programming problems, especially vendor-specific ones, that have little or
nothing to do with defining or interpreting the emerging C++ standard: take it
away from comp.std.c++ and put it on comp.lang.c or one of the relevant IBM
PC-specific newsgroups.  Subscribe to news.announce.newusers to learn how to
avoid making these mistakes in the future.

--
+--------+ main() { const char c = 'c'; char *pc; const char **pcc = &pc;
|John    |          *pcc = &c; *pc = 'C'; }                         // Whoops!
|Davison | Disclaimer: The information contained in this article is not
+--------+             representative of Northern Telecom and/or BNR.