blah blah blah is here! blah blah » Close

0
votes
1 answers

how to get the file name from copy file dialog?

AK01
15

hi! I have an issue with copying and moving files using standart Windows dialogs. here is snippet: [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using ...

0
votes
2 answers

to create a file using C#

HI could any one help me ,by letting me know how to create a file using c# program . Thanks in Advance.

0
votes
0 answers

writing to file

hi , below is the program written to enter item description, price and date of purchase. finally it is going to give the total amount. here i wanted to write the output of this program to a file created and saved on the desktop .to creat ...

0
votes
0 answers

How to view msword file in web page

I want to display a word file in browser for users.Is it possible to display word file in browser in asp.net

0
votes
0 answers

wav file event

I have to listen to WAV files and mark an event (like start of a word) then I have to mark the end of this event (like the end of of a word). After completing the above operation I have to write a program that reads the wav file until the ...

0
votes
1 answers

Include File

eeboy
499

I have a C# class which uses some constants that frequently change. These constants are offsets of memory in an external device. When the device firmware is compiled these offsets may change. There are hundreds of constants. Currently, the ...

1
votes
0 answers

C#, Read file that contains an ASCII character that triggers an early <EOF>

Are there any alternatives to such a thing? Perhaps replacing the character in question? But how would I go about this if I can't read the entire file to begin with?

0
votes
0 answers

read a part of a text file and put it in a 2D array

Hi , I have a text file saved in C:\PROG\t.txt . Apart of the text file which is interested is in below. I want a c# code please, to read the text file and find the the values right after "BIC" that terminate with the slash and ...

0
votes
0 answers

reading ldb files as text

I'm relatively new to C# and I have been unable to find a reason why I'm encountering the following problem... MS Access creates a text file with the extension LDB whenever users are currently in the database. This file contains the mac ...

0
votes
1 answers

restore an xml file

AK01
15

Hi! I would like to know if it's possible to have an xml file as part of an app's resources? the thing is when my app starts it checks if certain file exists. And if not - then create that file at the specific location. So I want this fil ...

0
votes
1 answers

Dealing with text files in C#

Hello, Am writing a programme that is getting the contents of a text file one by one by use of a for loop. as can be seen below. [code] for (int i = 0; i < FileName.Length; i++) { ...

0
votes
1 answers

Create multiple text files from a base text file in C#

Hi there, I have a text file including several characters and strings. I want to update just some strings of the file that start with "$" for example $MODEL or $I or,...etc. I want my program to open this base file and find just ...

0
votes
1 answers

transfer file from client to server using sockets using c#

i want to do the following :- transfer file from client to server using sockets in a windows based application. I am stuck at the server side code. Server side : ------------- my problem : how to receive file from client and save fil ...

1
votes
1 answers

comparing names of files with different extensions in C#

I'm still busy working on a project that checks a folder for incomming text and image files. Basically each text file has 2 image files linked. They have the same name, just the extension differs (.txt .jpg and .bmp). What I need to do is f ...

0
votes
0 answers

insert values in database in image format from double format

how to insert values in a database attribute in image format from double format in a program. trying to add peak data double(X, Y)in a table.

Feedback