View: 2357|Reply: 6
|
HElp IN VB6 Programming
[Copy link]
|
|
file exe, txt k smua la...... |
|
|
|
|
|
|
|
Reply #3 hex4geno's post
aku masih tak paham aper yg ko cube nak buat...
kalau takat nak paparkan nama file
pakai command Dir ajer..
dim strLocation as string
dim strFileName as string
strLocation = "C:\Testing\"
strFileName = Dir(strLocation)
if len(strFileName) = 0 then exit sub
do while len(strFileName) > 0
textbox1.text = textbox1.text & strfilename & vbnewline
strFIleName = dir
loop
ini ke? |
|
|
|
|
|
|
|
Reply #4 stingbeh's post
mesti pakai dir k???
yang ni la.....
i guess....
but thanks...
ade2 pape pengetahuan yang bole kongsi....
maklum la aku ni dalam bidang programming r under_zero
|
|
|
|
|
|
|
|
Reply #5 hex4geno's post
kalau tak nak pakai dir boleh pakai file system
ko kene tambah reference dalam vb tue
cari FileSystemObject.. |
|
|
|
|
|
|
|
Balas #6 stingbeh\ catat
okey2...
thanks alot...
byk membantu.... |
|
|
|
|
|
|
| |
|