Results 1 to 2 of 2

Thread: sending command F5

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    Sao Paulo - SP - BRAZIL
    Posts
    65
    As I do for through an application in VB, to change the attributes of a file for occult or system and to apply immediately for when the user opens the explorer he doesn't get to see, how to send of the command F5
    The blessing of God enriches and it doesn't increase pains

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    Try using the SendKeys statement:
    Code:
    Call SendKeys("{F5}", True)
    Good luck!

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