File owner

Discussion in 'AutoCAD' started by Goroz Lakot, Jul 9, 2004.

  1. Goroz Lakot

    Goroz Lakot Guest

    I did some research and I find out, come up with a VB code (attached) that
    returns the file owner name; the login name who has opened a file, not
    necessarily an AutoCAD drawing. Unfortunately it does - who has last time
    saved a file instead of who has opened it. Any idea how to fix it (or how
    get the list of opened files in a file server)

    Thanks,
     
    Goroz Lakot, Jul 9, 2004
    #1
  2. Goroz Lakot

    Goroz Lakot Guest

    How come that my attachment is disabled?
     
    Goroz Lakot, Jul 9, 2004
    #2
  3. Goroz Lakot

    Anne Brown Guest

    Zip the attachment and repost. Some file extensions are not
    recognized by the discussion group software on the web HTTP side
    of the group. The post did come through correctly on the NNTP
    side.
     
    Anne Brown, Jul 9, 2004
    #3
  4. I wish I had an answer to your question, but instead I just have a "Thank
    you". I was just looking today for code to total up how much space
    different users are taking up on a drive... it looks like you gave me a
    great start. I did see that you left out one constant declaration, which I
    think should have been:

    Private Const ERROR_SUCCESS = 0&

    I realize that anyone capable of answering your question would have easily
    figured this little detail out :)
    Good luck with your question.

    -- James
     
    James Belshan, Jul 9, 2004
    #4
  5. Goroz Lakot

    wivory Guest

    That sounds useful James. If you get something working I'd be interested in having a look at the final product.

    Thanks

    Wayne Ivory
    IT Analyst Programmer
    Wespine Industries Pty Ltd
     
    wivory, Jul 9, 2004
    #5
  6. no problem. I think about things like this whenever we get email from IT
    telling us a network drive is 95% full.
     
    James Belshan, Jul 9, 2004
    #6
  7. Goroz Lakot

    Bob Guest

    If you are using Outlook Express and you can see the attachment but can not
    select or save it, you need to change your security setting.

    Tools - Options - Security; remove the check from "Do Not Allow Attachments
    to be Saved...."
     
    Bob, Jul 9, 2004
    #7
  8. Goroz Lakot

    Danny P. Guest

    Goroz,

    This should get you started.
    http://vbnet.mvps.org/code/network/netfileenum.htm

    This is a great api site that I've found quite useful in the past. Have
    a look around at some of the other things he's done, and it might
    trigger some other projects you might want to tackle.

    Hope that helps,
    Danny Polkinhorn
    WATG
    Honolulu
     
    Danny P., Jul 12, 2004
    #8
  9. Goroz Lakot

    Goroz Lakot Guest

    Thanks Danny,

     
    Goroz Lakot, Jul 12, 2004
    #9
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.