home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / misc / 3324 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!mcsun!Germany.EU.net!news.netmbx.de!mailgzrz.TU-Berlin.DE!math.fu-berlin.de!informatik.tu-muenchen.de!rz.uni-passau.de!valerie!schoger
  3. From: schoger@valerie.fmi.uni-passau.de (Matthias Schoger)
  4. Subject: BCPP and TDialog
  5. Message-ID: <1992Nov9.155704.8792@tom.rz.uni-passau.de>
  6. Keywords: BCPP TDialog
  7. Sender: schoger@valerie (Matthias Schoger)
  8. Organization: University of Passau, Germany
  9. Date: Mon, 9 Nov 1992 15:57:04 GMT
  10. Lines: 21
  11.  
  12. Hello,
  13.  
  14. I hope, my problem is not too easy, but I dont think so.
  15.  
  16. I'm using a Dialog as a template for my MainWindow with
  17.  
  18.   MainWindow = new TMyDialog(..., ID_MAINWINDOW);
  19.  
  20. It worked quite fine until I wanted to include the option to iconify that 
  21. Window (Dialog). It's a BorDlg-Window and I've tried nearly everything to
  22. get my own icon, but everytime OWL uses the built in one. I'm already using
  23. my own Class (BorDlg_MyClass) and I'm overloading GetClassName() and 
  24. GetClassInfo() ... no use (sigh).
  25. Any hints or solutions will be greatly appreciated.
  26.  
  27.  
  28. -----------------------------------------------------------------------------
  29. - Matthias Schoger            schoger@eva.fmi.uni.passau.de        -
  30. -- Theresienstr.2                                 -
  31. --- 8390 Passau                                    -
  32. -----------------------------------------------------------------------------
  33.