Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
textfile
- Page 1
textfile problem
Programming
Software Development
13 Years Ago
by jerome2467
… login with 2 textboxes (username & nip) i got a
textfile
defining different username and their nip: Korben Dallas,D001 Jerry… to affilliate the nip from my customers
textfile
to the nip of my account
textfile
(which is : C,D001,10001,457.98… out how to proceed to match the nip from Uer
textfile
to nip from Account
textfile
thanx by advance
Textfile in Resource.resx file not working
Programming
Software Development
14 Years Ago
by MrCapuchino
Hello, I have a
textfile
added to a resx file. The resx file is called …, and I want to create a filestream object with the
textfile
. I swear it was working, but now it throws me… exception here is my code FileStream fsTextFile = new FileStream(Resources.
TextFile
, FileMode.Open, FileAccess.Read); Thanks
Re: Textfile in Resource.resx file not working
Programming
Software Development
14 Years Ago
by ShahanDev
… FileStream(Application.StartupPath.Replace("\\bin\\Debug","\\Resources\\
TextFile
.txt"), FileMode.Open, FileAccess.Read); [/CODE] *EDIT**** When you… write this: Resources.
TextFile
it refers to the contents of the file which may…
Textfile data to datagridview?
Programming
Software Development
13 Years Ago
by Hiddenshadows57
…, I cannot figure out how to take data from a
textfile
and throw it into the DGV. I know how to… grid. Anyways, is there any way I can read my
textfile
data into an array and then iterate the data and…
textfile input of hex, convert to binary, then output textfile
Programming
Software Development
12 Years Ago
by DEBASCOGUY
Please am new to java and i need an assistant on loading hexadecimal from a
textfile
and converting it into binary(Loader class) then the binary will be kept in another class(memory class). then the binary will be forwarded to another output file.
TextFile + ComBoBox
Programming
Software Development
16 Years Ago
by Yogesh Sharma
Suppose mine
textfile
contains the foll. records-- Sunday, July 13, 20086:29:55 …
Textfile python brick snippet
Programming
Software Development
14 Years Ago
by efregoso
… bricks for the game brick breaker. I have a the
textfile
labeled as level1, and the coordinates are -5,9,0…
Re: textfile to sql database
Programming
Software Development
13 Years Ago
by aldeene
… catches an event from an external app. then save the
textfile
data to sql okay i'll give you an example… that I will develop will fetch the data from the
textfile
.. get it? or should I say the system that I… will develop will save only the
textfile
to database after the process from the external application finishes
Delete From TextFile
Programming
Software Development
16 Years Ago
by ruchika beddy
I have a
TextFile
that contains Records. On Form Load I m… are deleted from the ListView & Then From The
Textfile
. Mine Code is as Under. Plz tell me how… to delete records from the
TextFile
. Mine
TextFile
Records- 1^^Neha 1^^Mohit 2^^Ritu 3^^Ruchi… me how to delete that record from the
TextFile
Cz I have no idea how to do it??
How to open multiple textfile
Programming
Software Development
18 Years Ago
by royaloba
… the solution in this site on how to open the
textfile
and save it to the database, i'm using mysql…) as i mention i was able to open a
textfile
but, one
textfile
only..what i want to do is, i will… a date i.e october 10 to 12.. all the
textfile
that is in the range of the selected date, and…
Deleting First Half of a Textfile
Programming
Software Development
13 Years Ago
by bbowsh54
… a machine has run. I have a
textfile
with timestamps and the amount of minutes my…first half of the text file, once the
textfile
exceeds 1 MB... I have a check …go about deleting the first half of my
textfile
log? Do you recommend storing the second …way to remove the first few lines of a
textfile
? Thank you for the advice! Hardware guy, …
Re: How to open multiple textfile
Programming
Software Development
18 Years Ago
by royaloba
… have two quetions for you how can i output the
textfile
in a accending order,sample I have READER A which…..? my second questions is how can i make the
textfile
read only, the
textfile
would not be editable..! is that possible? thanks…
Re: How to open multiple textfile
Programming
Software Development
18 Years Ago
by royaloba
… download the attendance it's over write the existing file
textfile
, it should not over write the existing…
Re: Delete From TextFile
Programming
Software Development
16 Years Ago
by selvaganapathy
… this record?. [QUOTE]how to delete that record from the
TextFile
Cz I have no idea how to do it??[/QUOTE…
How to read and sort data in a textfile (ascending order)
Programming
Software Development
15 Years Ago
by chubzyko
… a good example of reading and sorting data from a
textfile
.:pretty: But I can't find a good one that… of reading and sorting data from a
textfile
in ascending order plz? :icon_neutral: The
textfile
will just contain numbers and name just…
Read-, sort- and save textfile ("movie-library")
Programming
Software Development
15 Years Ago
by foxmulder
… which can read-, sort- sand save a
textfile
(.txt). For example, I have a
textfile
containing 5 movies, this file is going… alphabetical order) and then saved to a new file. My
textfile
(movies.txt) is the following: Jurassic Park Superman Returns Batman…
remove multiple instances from a textfile
Programming
Software Development
12 Years Ago
by nouth
this time I have only one
textfile
and I want to remove all duplicate lines so that … line in it is unique unto itself. with open("
textfile
") as w: for line in w: W = line with… open("
textfile
") as d: c = 0 for line in d: D…
Re: remove multiple instances from a textfile
Programming
Software Development
12 Years Ago
by nouth
…the `oldFile`? no not like append with open("
textfile
") as w: for line in w: W =… line with open("
textfile
") as d: c = 0 for line in d… notice I am still opening the same "
textfile
" twice and then making a new variable for…
Reading from a textfile
Digital Media
UI / UX Design
11 Years Ago
by YA RAMSAMKER
Is it possible to display the same information on a
textfile
on a web application so my programme can read directly from a
textfile
? so if any changes happen on my
textfile
it must also take effect in my programme without me doing anything
Re: How to open multiple textfile
Programming
Software Development
18 Years Ago
by royaloba
….e. 11012006 to 11302006 there is a error, when the
textfile
is not present in the textlog directory i.e. 11052006…
Search function in textfile?
Programming
Software Development
17 Years Ago
by Fredszky
… today to try to get a working searchfunction for my
textfile
, can someone please put me in the right direction? I… have this
textfile
, its a register over contacts: [code] Number Contacts = 3* James…
Write to a TextFile
Programming
Software Development
16 Years Ago
by ruchika beddy
… on mine form. I save the Textboxes data to the
TextFile
on Button click. I want the data in the…
TextFile
as : STUDENT RECORD INFORMATION Roll : 1 Name : Ruchi Roll : 2 …
How to switch lines/record inside a textfile?
Programming
Software Development
15 Years Ago
by chubzyko
… example on how to switch lines or records inside a
textfile
? I need to enter 2 numbers, there are 3 numbers… inside the
textfile
, which also means it has 3 lines. [QUOTE]1 name…
export to textfile
Programming
Software Development
14 Years Ago
by sarifah n
Hi, I have the problem that the
textfile
did not appear after I saved it at my document, … second:i want to save or export it to the
textfile
third:the text file can be save at any location…
replacing data in textfile with streamwriter
Programming
Software Development
13 Years Ago
by jerome2467
hie i just want to know if someone can give me an exemple of how toreplace a data from a single data in a
textfile
. i read that i need to use a temporary
textfile
but i still dont get it thanks by advance
Deleting name in listview should result in deleting the same name in the textfile
Programming
Software Development
13 Years Ago
by csharp_user
… the listview it should also delete the name in the
textfile
that the listview is reading from. When I delete in… { } }[/CODE] So what should is do when I want the
textfile
to also delete the same things that gets deleted when…
PArallel arrays from a textfile
Programming
Software Development
12 Years Ago
by _eclipse
… help writing a program where I store information from a
textfile
into a parallel array. I need to be able to… with the amount,and an if statement. Here is the
textfile
James 550 Quinton 410 Liam 120 Taylor 600 Jake 270…
Help loadeing textfile into array and calculateing the lowest value
Programming
Software Development
11 Years Ago
by lillen1421
… continue :S Im trying to load the values in a
textfile
into a array and then calculate the lowest value in… the array and display it. The format in the
textfile
is in HH.MM.SS and every value is stored…
finding STX, ETX in a textfile
Programming
Software Development
10 Years Ago
by Khan2014
Hi All, iam reading in a
textfile
as a string and i need to find the stx, etx of each string. so the
textfile
is like this data 0.88878 data 0.88899 does anyone know as easy way of doing this? thanks for the help
Re: How to switch lines/record inside a textfile?
Programming
Software Development
15 Years Ago
by chubzyko
I can now store data from a
textfile
to array of strings. But don't know how to …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC