home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 1117 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  1.4 KB

  1. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!network.ucsd.edu!sdcc12!cs!pluto
  2. From: pluto@cs.ucsd.edu (Mark Plutowksi)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Icon skeletonizes, but otherwise is blank!!
  5. Message-ID: <36340@sdcc12.ucsd.edu>
  6. Date: 31 Jul 92 11:44:53 GMT
  7. Sender: news@sdcc12.ucsd.edu
  8. Lines: 27
  9. Nntp-Posting-Host: beowulf.ucsd.edu
  10.  
  11. Anyone?  Anyone?  I've tried free tech-support, and
  12. even the 1-900 line to no avail.
  13.  
  14. Here's the situation:  I'm using Borland C++ 3.1.  I slap
  15. together my dialog boxes with Resource Workshop, throw
  16. a couple icons into the resource file, and generate the
  17. windows code using Protogen.  The main window of my app
  18. is a descendant of TDialog (all the examples I've seen
  19. differ in this respect: their main windows were all TWindow
  20. descendants.)  I refine GetWindowClass to fill in the
  21. registration attribute hIcon using LoadIcon().  
  22.  
  23. When the app is iconified, the icon is a blank square.
  24. BUT!! When the icon is clicked & dragged, it skeletonizes
  25. correctly.  Otherwise, the icon appears normally elsewhere.
  26.  
  27. Anybody have the same experience?????  The high-priced
  28. 1-900 "guru" said he had heard about it, but it turns out
  29. that I'm already doing everything that he said was needed to
  30. be done to correct it.   I've examined the examples closely,
  31. but can see no difference, save for the fact that none of the
  32. examples iconify a main window that is a descendant of TDialog.
  33.  
  34. HELP!!
  35.  
  36. = Mark
  37.  
  38.