home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / misc / 1593 < prev    next >
Encoding:
Text File  |  1992-08-31  |  2.6 KB  |  66 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!sybus.sybus.com!myrddin!tct!jeff
  3. From: jeff@tct.com (Jeff Witzer)
  4. Subject: Borland Tech Help?!?
  5. Message-ID: <2AA23189.33D2@tct.com>
  6. Date: Mon, 31 Aug 1992 14:49:45 GMT
  7. Organization: TC Telemanagement, Clearwater, FL
  8. Lines: 56
  9.  
  10. Where the HELL is Borland?!?
  11.  
  12. I've been trying to get through to their Windows/C++ tech help line for a
  13. WEEK!!  It's always BUSY...and it's an ACD system!!  I call 1 minute before
  14. they open and get the "We're closed" message, I call 30 seconds later and
  15. get the "We're closed" message, I call 30 seconds later and get BUSY!!  It
  16. stays that way every time I call (at random times throughout the day)!!   
  17. I've attempted at least 10-15 times per day for the last 8 days...
  18.  
  19. Of the three times it DID ring, once it hung up on me just after I pressed
  20. '3' (Windows programming) - '3' (miscellaneous), the other two times I was
  21. put on "the next available technician..." hold forever (well, I gave up after
  22. 30 minutes)!!
  23.  
  24. Any word on what's going on?  Can it be that busy that quickly?  Is there a
  25. good time to call?
  26.  
  27. Things went so smoothly under the old system.  I was never on hold for more
  28. than 5 minutes and the help was great! ...and what happened to that incredible
  29. voice...you know...that sexy Brittish female voice that guides you through the
  30. ACD system ("Press 1 for...")?  Gee I miss her.
  31.  
  32. Well, sorry for the ranting.  I just wanted to scream out of frustration...
  33. an maybe one of you knows what happened.
  34.  
  35. I posted a set of questions last week and got some good answers to one of my
  36. questions.  Thanks.
  37.  
  38. These still remain and Borland seems inaccessible, so...
  39.  
  40. I need to be able to differentiate between multiple buttons which 
  41. display the same bitmap.  Borland style buttons seem to use the ID field
  42. of the button definition to determine which bitmap to use on the button face
  43. (1000 series for norm, 3000 series for pushed, and 5000 series for focus), so
  44. how can I get different WM_COMMAND wParams from similar buttons (or how can I
  45. differentiate which button was pressed (numerically, not with window handles)
  46. if I need to use the same ID)?
  47.  
  48. Reposting an old question...when I bring up a Borland style dialog box, I
  49. would like to display a bitmap on its face based on a global variable (if the
  50. variable equals 0 display bitmap A, if 1 display bitmap B, etc..., at a 
  51. certain location on the dialog box), but I don't get WM_PAINT messages for the 
  52. dialog box when it's initially displayed, nor when I call InvalidateRect in
  53. response to an INIT_DIALOG message (and the windows doesn't yet exist to 
  54. display a bitmap on when an INIT_DIALOG message is received).
  55.  
  56. Any suggestions?
  57.  
  58. thanks,
  59.  
  60. jeff
  61.  
  62.  
  63.  
  64.  
  65.  
  66.