Results 1 to 4 of 4

Thread: Date to the clipboard

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 1999
    Location
    Ruinen, Drente, Netherlands
    Posts
    192
    Is it possible to put the current DATE in to the (Windows) clipboard ? If so: I can do it in TB, PB or QB.
    (I now it is possible in VB but the .exe file will then be very large... )





  2. #2
    Guest
    Code:
    Clipboard.SetText Format(Now, "dd/MM/yy")
    Why would the EXE be large because of this?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Apr 1999
    Location
    Ruinen, Drente, Netherlands
    Posts
    192

    Date to clipboard

    Wossname,

    When I compile this to an EXE it will be a small program, but then it still needs the vb-library (> 1 mB) ?

    Kars

  4. #4
    New Member
    Join Date
    May 2000
    Posts
    14

    Re: Date to clipboard

    Originally posted by Kars Lensen
    Wossname,
    When I compile this to an EXE it will be a small program, but then it still needs the vb-library (> 1 mB) ?
    Any program you make with VB, if it does anything, will need those libraries. If all you want is a program to do just this you'd be better off looking into something like C. Having said that, if people are using other VB programs then they'll have those libraries anyway.


    Shab.

    Code:
    Print WeekDayName(vbMonday)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width