PDA

Click to See Complete Forum and Search --> : give me the open file code!


bryantcj
Jul 26th, 2001, 10:09 AM
by using common dialog control show open function,anybody can give me the open file code?give me as soon as possible! ;)

plenderj
Jul 26th, 2001, 10:50 AM
Open "c:\something.txt" For (Input, Output, Binary....) As #1

Close #1