Maaf saya lupa ganti nama filenya.. Anda tinggal menentukan aja nama file "\Database Source.dbs" menjadi nama textfile yg udah Anda buat.
Misalnya NamaServer.ini Salam, Tomo _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Hastomo Tungadi Sent: 24 Nopember 2005 12:29 To: [email protected] Subject: RE: [indoprog-vb] membaca teks file dan tampilkan di textbox(VB6) Dim DbName As String Open App.Path & "\Database Source.dbs" For Input As #1 Do Until EOF(1) Line Input #1, DbName TextBox.Text = DbName Loop Close #1 Semoga membantu.. Salam, Tomo _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of antony antony Sent: 24 Nopember 2005 11:55 To: [email protected]; [email protected] Subject: [indoprog-vb] membaca teks file dan tampilkan di textbox(VB6) salam semuanya, saya mau nanya, gimana ya caranya membaca textfile lalu di munculkan di textbox? misalnya saya ada 1 textbox yang nama textboxnya SERVER,nah saya tidak mau asal setiap kali jalankan program itu setiap kali harus isi nama servernya.saya mau sewaktu program tersebut di jalankan dia baca/ambil data di textfile(biasanya orang buat di .ini file ya).bisa gak ya?gimana caranya?tolong bantuannya. --------------------------------- Yahoo! Music Unlimited - Access over 1 million songs. Try it free. [Non-text portions of this message have been removed] Untuk berhenti berlangganan kirim email kosong ke : [EMAIL PROTECTED] Ikuti juga forum diskusi VB.net dengan mengirim email kosong ke [EMAIL PROTECTED] SPONSORED LINKS Computer <http://groups.yahoo.com/gads?t=ms <http://groups.yahoo.com/gads?t=ms&k=Computer+internet+security&w1=Computer+ > &k=Computer+internet+security&w1=Computer+ internet+security&w2=Computer+internet+business&w3=Computer+internet+access& w4=Computer+internet+privacy+securities&w5=Computer+internet+help&w6=Compute r+internet+connection&c=6&s=198&.sig=V04yaONvhRiZX9V-9vaMcA> internet security Computer <http://groups.yahoo.com/gads?t=ms <http://groups.yahoo.com/gads?t=ms&k=Computer+internet+business&w1=Computer+ > &k=Computer+internet+business&w1=Computer+ internet+security&w2=Computer+internet+business&w3=Computer+internet+access& w4=Computer+internet+privacy+securities&w5=Computer+internet+help&w6=Compute r+internet+connection&c=6&s=198&.sig=QEM5QXY5E4yokvfp8I9OxA> internet business Computer <http://groups.yahoo.com/gads?t=ms <http://groups.yahoo.com/gads?t=ms&k=Computer+internet+access&w1=Computer+in > &k=Computer+internet+access&w1=Computer+in ternet+security&w2=Computer+internet+business&w3=Computer+internet+access&w4 =Computer+internet+privacy+securities&w5=Computer+internet+help&w6=Computer+ internet+connection&c=6&s=198&.sig=GvFjo1UJpzPMTQeQeWH-9Q> internet access Computer <http://groups.yahoo.com/gads?t=ms <http://groups.yahoo.com/gads?t=ms&k=Computer+internet+privacy+securities&w1 > &k=Computer+internet+privacy+securities&w1 =Computer+internet+security&w2=Computer+internet+business&w3=Computer+intern et+access&w4=Computer+internet+privacy+securities&w5=Computer+internet+help& w6=Computer+internet+connection&c=6&s=198&.sig=2cAxh4C_HeZYnGK5pWGQjg> internet privacy securities Computer <http://groups.yahoo.com/gads?t=ms <http://groups.yahoo.com/gads?t=ms&k=Computer+internet+help&w1=Computer+inte > &k=Computer+internet+help&w1=Computer+inte rnet+security&w2=Computer+internet+business&w3=Computer+internet+access&w4=C omputer+internet+privacy+securities&w5=Computer+internet+help&w6=Computer+in ternet+connection&c=6&s=198&.sig=XyuTAshDdmCMqHSTUW6r1Q> internet help Computer <http://groups.yahoo.com/gads?t=ms <http://groups.yahoo.com/gads?t=ms&k=Computer+internet+connection&w1=Compute > &k=Computer+internet+connection&w1=Compute r+internet+security&w2=Computer+internet+business&w3=Computer+internet+acces s&w4=Computer+internet+privacy+securities&w5=Computer+internet+help&w6=Compu ter+internet+connection&c=6&s=198&.sig=PWZ1Hrcj8Yl7bPjnNBOESg> internet connection _____ YAHOO! GROUPS LINKS * Visit your group "indoprog-vb <http://groups.yahoo.com/group/indoprog-vb> " on the web. * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> * Your use of Yahoo! Groups is subject to the Yahoo! <http://docs.yahoo.com/info/terms/> Terms of Service. _____ [Non-text portions of this message have been removed] Untuk berhenti berlangganan kirim email kosong ke : [EMAIL PROTECTED] Ikuti juga forum diskusi VB.net dengan mengirim email kosong ke [EMAIL PROTECTED] _____ YAHOO! GROUPS LINKS * Visit your group "indoprog-vb <http://groups.yahoo.com/group/indoprog-vb> " on the web. * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> * Your use of Yahoo! Groups is subject to the Yahoo! <http://docs.yahoo.com/info/terms/> Terms of Service. _____ [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/zCsqlB/TM --------------------------------------------------------------------~-> Untuk berhenti berlangganan kirim email kosong ke : [EMAIL PROTECTED] Ikuti juga forum diskusi VB.net dengan mengirim email kosong ke [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/indoprog-vb/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
