home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 1024 < prev    next >
Encoding:
Text File  |  1992-07-26  |  1011 b   |  28 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!mcsun!chsun!hslrswi!news
  3. From: PAULETTI@biel.be.tech.ascom.ch (Pauletti Andreas)
  4. Subject: TPW : Dialogs and Transfer Buffers
  5. Message-ID: <1992Jul27.073909.12975@hasler.ascom.ch>
  6. Sender: news@hasler.ascom.ch
  7. Organization: Ascom Tech Ltd., Corporate Services, Division for Research 
  8. Date: Mon, 27 Jul 1992 07:39:09 GMT
  9. X-News-Reader: VMS NEWS 1.11
  10. Lines: 16
  11.  
  12. Hi
  13.  
  14. I have a problem with defining a typed constant for a dialog transfer
  15. buffer, that has a ComboBox as a control object. In the TPW Windows
  16. Programming Guide is stated on page 188 that the transfer buffer for
  17. a ComboBox should consist of 2 elements. One is of type PStrCollection
  18. and holds the list box strings and the other is an array of char.
  19.  
  20. Question :
  21.    How do I define a typed constant of type PStrCollection ?
  22.    There is no where stated how to do this. Logically this should
  23.    be an array of Strings that will be listed in the listbox.
  24.  
  25. any ideas ?
  26.  
  27. regards andreas pauletti
  28.