home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / WIN / Programa / VPE16_14.ZIP / VB / README.TXT < prev    next >
Encoding:
Text File  |  1996-06-03  |  719 b   |  22 lines

  1. This is the interface and demo for Visual Basic 4.0
  2.  
  3. Here is only a part of vpedemo implemented.
  4. Of course, all other demos are possible.
  5.  
  6. The biggest disadvatage of VB is, that you aren't able to receive 
  7. windows-messages.
  8.  
  9. So you're not notified, if the user has closed a VPE window.
  10. Because of this, the user-close-option for VPE windows has been
  11. disabled (flag: VPE_NO_USER_CLOSE).
  12.  
  13. This isn't very fine, and we strongly recommend to use the message
  14. blaster ocx / vbx control to work with these messages and have the
  15. full functional user-interface.
  16.  
  17. Look at the C++ example (vpedemo.cpp), how to work with messages.
  18.  
  19. If you do not show any previews, this all doesn't apply to you.
  20.  
  21. --- EOF ---
  22.