Computer Games Forum

Go Back   Computer Games Forum > Tech > Software

Notices

Reply
 
LinkBack Thread Tools
Old 26-03-2007, 11:08   #1 (permalink)
Registered User
 
Join Date: Mar 2007
stie cineva VB?

trebuie sa fac un fisier text in VB in care sa scriu un text
daca ma poate ajuta cineva sper sa o faca.
la randul meu o sa va ajut cu ce pot
daca stiti ajutati-ma sa-l fac pas cu pas
multumesc de intelegere
 
mary2007 is offline    Reply With Quote
Old 26-03-2007, 12:10   #2 (permalink)
Registered User
 
asmvax's Avatar
 
Join Date: Mar 2005
Location: Bucharest
in 6.0 sau .net?

.net

Imports System.IO

Dim path As String = "c:\test.txt"
Dim StreamW As StreamWriter
If File.Exists(path) = False Then
StreamW = File.CreateText(path)
StreamW.WriteLine("test1")
StreamW.WriteLine("test2")
StreamW.WriteLine("test3")
StreamW.Flush()
StreamW.Close()
End If
__________________
I sell suicide solutions!

Last edited by asmvax; 26-03-2007 at 12:40..
 
asmvax is offline    Reply With Quote
Old 26-03-2007, 22:13   #3 (permalink)
Registered User
 
Join Date: Mar 2007
6.0
--------------------
Editare ulterioară
--------------------
tre sa folosesc input, write, close
asa mi s-a zis

Last edited by mary2007; 26-03-2007 at 22:13.. Reason: Automerged Doublepost
 
mary2007 is offline    Reply With Quote
Old 26-03-2007, 23:17   #4 (permalink)
Registered User
 
asmvax's Avatar
 
Join Date: Mar 2005
Location: Bucharest
vb 6.0

trebuie creat pe c un fisier text.txt

asta scrie in fisierul test.txt

Open "C:\test.txt" For Output As #1
Write #1, 123
Close #1

asta citeste din fisier(trebuie sa se gaseasca niste informatii in fisier)

Dim test As String
Open "c:\test.txt" For Input As #1
Do Until EOF(1)
Line Input #1, test
Loop
Close #1
__________________
I sell suicide solutions!

Last edited by asmvax; 26-03-2007 at 23:42..
 
asmvax is offline    Reply With Quote
Advertisment
jocuri prin smsCumpără jocuri prin SMS

Rapid si sigur!
Reply

  Computer Games Forum > Tech > Software

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +2. The time now is 09:45.


This site is copyrighted ©1997 - 2009, Computer Games Online SRL