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