home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / tools / 817 < prev    next >
Encoding:
Text File  |  1992-09-01  |  720 b   |  20 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools
  2. Path: sparky!uunet!world!steveng
  3. From: steveng@world.std.com (Stephen Ng)
  4. Subject: Re: Can VB write over itself?
  5. Message-ID: <BtwG0E.HJ7@world.std.com>
  6. Organization: The World Public Access UNIX, Brookline, MA
  7. References: <U=T.714494455@cansqnt> <1992Aug30.200217.9872@microsoft.com> <BtvKoA.78q@world.std.com>
  8. Date: Tue, 1 Sep 1992 12:29:02 GMT
  9. Lines: 9
  10.  
  11.  
  12. If you have either the Borland or MS development kits, you can just
  13. use the resource compiler to bind the resource into the executable,
  14. instead of an interactive tool like the resource workshop.  I
  15. timestamp my executable automatically this way, using an awk script to
  16. create the time/version string.    
  17.  
  18. Cheers,
  19.  
  20.