User Profile
Collapse
-
Can't do that with text file....... -
Killer42! Thanks again.
On your suggestion about changing system time, I already did exactly like that yesterday. One small problem, it doesn't work with user who doesn't have the admistration right to change system date/time.
About ActiveX, I will try it out.Leave a comment:
-
I don't see anything wrong with the code.
If the error occurs on this line
Set db = ws.OpenDatabase (App.Path & "\resultchecker .mdb")
then most likely App.Path was not a good string. Try to replace App.Path with something else to see if it works
You can put your database in c:\data directory then try this
Set db = ws.OpenDatabase ("c:\data\resul tchecker.m...Leave a comment:
-
You should declare objPics(1 To 7) outside of Sub Form_Load because in your code, that array is local Sub Form_Load only.
Also statement inc = 1 should not be in Timer subLeave a comment:
-
Thank you Killer42.
I'm using VB6
With FileSystemObjec t, the DateCreated property is read-only so it can't be changed.
For the 2nd question, I guess there is no way to rotate the text in VBLast edited by Killer42; Nov 15 '07, 01:14 AM.Leave a comment:
-
-
File Date Stamp
Hi everyone.
I'm new and I need help with these in VB.
1) How to change a file creation date & time?
2) Is there a way to display a label or text vertically?
Thank you for your time.
No activity results to display
Show More
Leave a comment: