reading/writing to text(or other) files  
Author Message
RubenPieters





PostPosted: Visual C# Express Edition, reading/writing to text(or other) files Top

well i want to read and write from and to a text(or other) files

but what i also want is to seek into a text(or other, for example Excel) file

thx in advance



Visual Studio Express Editions26  
 
 
OmegaMan





PostPosted: Visual C# Express Edition, reading/writing to text(or other) files Top

Check out the VB/C# code samples specifically File I/O. Reading and writing into Excel files will be trickier... You may want to check out VSTO (Visual Studio Tools for Office) overview info to determine if such a task is what you are looking for...


 
 
RubenPieters





PostPosted: Visual C# Express Edition, reading/writing to text(or other) files Top

nice web, and code samples, thx m8