home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!crdgw1!rdsunx.crd.ge.com!sol.crd.ge.com!deitsch
- From: deitsch@sol.crd.ge.com (Andy Deitsch)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Re: Borland "BorDlg" button problem
- Message-ID: <1993Jan11.141410.8729@crd.ge.com>
- Date: 11 Jan 93 14:14:10 GMT
- References: <LOUIS.93Jan8221009@obelix.newshost.uwo.ca>
- Sender: deitsch@alkaid (Andy Deitsch)
- Reply-To: deitsch@sol.crd.ge.com
- Distribution: comp.os.ms-windows.programmer.misc
- Organization: GE Research & Development
- Lines: 25
- Nntp-Posting-Host: alkaid.crd.ge.com
-
-
- > I am using Borland C++ 3.1 with the Dialog class BorDlg, which is
- >the Borland Window Custom Controls. I know how to create those Ok, Cancel
- >nice looking Custom Control buttons. My problem is that I also
- >want to create the same bitmmaped buttons (New, Change, Delte) as in the
- >Resource Workshop. Is there a way to create those buttons as creating
- >those OK, Cancel buttons ?
-
- If you load the executable for workshop into workshop then it will
- decompile the resources for you and you can look through the bitmaps
- (there are several) needed to create these buttons. Once you have found
- the bitmaps you want, copy them to your own .rc file by bringing up
- another instance of workshop and perform a "copy / paste" operation
- between the two apps.
-
- Now, select the borland button from the tools. After placing it in your
- dialog box, double click to get the info on it. Select bitmap and
- use the bitmap you want.
-
- Hope this helps.
- --
- _________________________________________________________________________
- Andy Deitsch email : deitsch@crd.ge.com
- GE Corporate Research & Development phone : (518) 387-7207
- Schenectday, NY 12301 dial comm: 833-7207
-