home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mswindo / programm / misc / 4509 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!rutgers!ub!csn!news.uwyo.edu!Sheriff.UWyo.Edu!Flint.Waters
  2. From: Flint.Waters@uwyo.edu (Flint Waters)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: VB and DropAccepting Forms
  5. Summary: VB not accepty the droppy
  6. Keywords: Help I've fallen and can't get up
  7. Message-ID: <Flint.Waters.17.0@uwyo.edu>
  8. Date: 29 Dec 92 22:19:12 GMT
  9. Distribution: comp.os.ms-windows.programmer.misc,world
  10. Organization: University of Wyoming
  11. Lines: 19
  12. Nntp-Posting-Host: sheriff.uwyo.edu
  13.  
  14. Where:    Visual Basic for Windows 2.0
  15.  
  16. The app:  A simple program that monitors a directory which holds
  17.       newly arrived mail.  When new mail arrives the icon
  18.           changes to a mailbox with the falg up and optionally
  19.       sounds the WAV file of my choice.
  20.  
  21. The problem:  I would like to extend the application to accept files dropped 
  22.       from File Manager.  These files would then be used in a form 
  23.           that I have written which delivers outbound mail.  The outbound
  24.           mailer seems to work fine but I can't get the minimized VB
  25.       app to accept files.  I've tried all variations of the DRAGDROP
  26.           capabilities in VB but to no avail.  
  27.  
  28. The plan: Does anyone know of a VBK or external DLL that will allow me
  29.       to trigger the DragAcceptFile doohicky so that I can
  30.       DragQueryFile and do my mail thing?
  31.  
  32. Many Thanks
  33.