User Profile

Collapse

Profile Sidebar

Collapse
SonnyH
SonnyH
Last Activity: Jan 24 '08, 07:13 PM
Joined: Nov 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SonnyH
    replied to Reading Certain lines in a text file
    Can't do that with text file.......
    See more | Go to post

    Leave a comment:


  • SonnyH
    replied to File Date Stamp
    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.
    See more | Go to post

    Leave a comment:


  • SonnyH
    replied to Error 13 ( Type mismatch
    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...
    See more | Go to post

    Leave a comment:


  • SonnyH
    replied to Replacing bmps in a Picturebox
    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 sub
    See more | Go to post

    Leave a comment:


  • SonnyH
    replied to File Date Stamp
    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 VB
    See more | Go to post
    Last edited by Killer42; Nov 15 '07, 01:14 AM.

    Leave a comment:


  • SonnyH
    replied to File Date Stamp
    Anyone?......Pl ease......
    Thanks in advance.
    See more | Go to post

    Leave a comment:


  • SonnyH
    started a topic File Date Stamp

    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.
    See more | Go to post
No activity results to display
Show More
Working...