Write a binary file





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

-11
Date Submitted Fri. Jul. 14th, 2006 11:11 AM
Revision 1
Helper eriveraa
Tags .Net | CSharp
Comments 1 comments
Example that shows how to populate a winforms combobox with csharp. It uses Data Access blocks (SqlHelper).
13
Date Submitted Fri. Jul. 14th, 2006 11:18 AM
Revision 1
Helper eriveraa
Tags .Net | CSharp
Comments 0 comments
First Example of reading an excel file. Just reading the file and loop throught 10 rows.

I will send the second example soon !!!
11
Date Submitted Sat. Jul. 15th, 2006 8:15 PM
Revision 1
Helper eriveraa
Tags .Net | CSharp
Comments 0 comments
Second example of reading an excel file. Reading with a SELECT syntax.
-15
Date Submitted Sat. Jul. 15th, 2006 10:32 PM
Revision 1
Helper eriveraa
Tags .Net | CSharp
Comments 3 comments
Simple loop through datatable
6
Date Submitted Tue. Jul. 25th, 2006 11:14 AM
Revision 1
Helper eriveraa
Tags CSharp
Comments 0 comments
This is a function that receives a dataTable and return it in a pivoted way.
8
Date Submitted Fri. Aug. 4th, 2006 4:16 AM
Revision 1
Helper axsaxs
Tags File | I/O
Comments 0 comments
Class method to read a binary file and copy it to a byte array.
9
Date Submitted Thu. Aug. 24th, 2006 8:31 AM
Revision 1
Helper axsaxs
Tags Attribute | CSharp | read-only
Comments 0 comments
Set the read-only attribute of a file to true or false.
-9
Date Submitted Mon. Aug. 28th, 2006 9:00 AM
Revision 1
Helper axsaxs
Tags binary | CSharp | File
Comments 1 comments
Write a set of bytes into a so-called binary file. The point is that we use BinaryWriter here and we have a byte array as input.
-8
Date Submitted Mon. Aug. 28th, 2006 9:43 AM
Revision 1
Helper axsaxs
Tags CSharp | filename | valid
Comments 2 comments
A function to determine if the input filename is valid on Win32 platforms (that is, it does not include invalid characters, such as :\?...)
5
Date Submitted Sun. Sep. 10th, 2006 8:35 AM
Revision 1
Beginner jpereira1
Tags - | ASCII | binary | characters | encoding | malformed
Comments 1 comments
Find binary, malformed or non ascii characters in a file.