home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / misc / 1698 < prev    next >
Encoding:
Text File  |  1992-09-08  |  887 b   |  21 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!psgrain!hippo!ucthpx!casper.cs.uct.ac.za!jholdern
  3. From: jholdern@casper.cs.uct.ac.za (J E Holderness)
  4. Subject: Re: Minimized icon not displayed correctly
  5. Message-ID: <Bu631C.6Es@casper.cs.uct.ac.za>
  6. Organization: Computer Science Department, University of Cape Town
  7. References: <Bu5IyC.3oC@casper.cs.uct.ac.za>
  8. Date: Sun, 6 Sep 1992 17:24:48 GMT
  9. Lines: 10
  10.  
  11. Sorry about this - I did eventually manage to find the answer somewhere
  12. in TFM. It appears I had to set the class name in the resource file as well
  13. as in the GetClassName function.
  14.  
  15. Another problem arose from this, however, in that I needed my classname in 
  16. the resource file to be "bordlg" to get the "Borland look". The solution
  17. to this was in the "bwccapi.rw" file in the docs directory.
  18.  
  19. Hope that is of help to anyone that might have the same problem I had.
  20.  
  21.