Results 1 to 2 of 2

Thread: give me the open file code!

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Posts
    3

    Wink give me the open file code!

    by using common dialog control show open function,anybody can give me the open file code?give me as soon as possible!
    Last edited by bryantcj; Jul 27th, 2001 at 12:43 AM.

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Code:
    Open "c:\something.txt" For (Input, Output, Binary....) As #1
    
    Close #1
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

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