|
-
Jun 3rd, 2000, 09:10 PM
#1
Thread Starter
Addicted Member
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... )
-
Jun 3rd, 2000, 09:43 PM
#2
Code:
Clipboard.SetText Format(Now, "dd/MM/yy")
Why would the EXE be large because of this?
-
Jun 3rd, 2000, 11:30 PM
#3
Thread Starter
Addicted Member
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
-
Jun 4th, 2000, 11:30 AM
#4
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|