home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4826 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.7 KB

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