Click here to Skip to main content
15,905,028 members
Home / Discussions / C#
   

C#

 
QuestionWrting bytes to a file(xls) Pin
gauthee30-Aug-07 4:13
gauthee30-Aug-07 4:13 
AnswerRe: Wrting bytes to a file(xls) Pin
Justin Perez30-Aug-07 4:21
Justin Perez30-Aug-07 4:21 
GeneralRe: Wrting bytes to a file(xls) Pin
gauthee30-Aug-07 19:37
gauthee30-Aug-07 19:37 
AnswerRe: Wrting bytes to a file(xls) Pin
lmoelleb30-Aug-07 23:11
lmoelleb30-Aug-07 23:11 
QuestionMenuStrip Names Pin
topksharma198230-Aug-07 3:55
topksharma198230-Aug-07 3:55 
AnswerRe: MenuStrip Names Pin
Judah Gabriel Himango30-Aug-07 5:00
sponsorJudah Gabriel Himango30-Aug-07 5:00 
GeneralRe: MenuStrip Names Pin
topksharma198230-Aug-07 7:08
topksharma198230-Aug-07 7:08 
QuestionGeneral newbie type question Pin
shwaguy30-Aug-07 3:30
shwaguy30-Aug-07 3:30 
AnswerRe: General newbie type question Pin
Spacix One30-Aug-07 4:10
Spacix One30-Aug-07 4:10 
GeneralRe: General newbie type question Pin
martin_hughes30-Aug-07 4:25
martin_hughes30-Aug-07 4:25 
GeneralRe: General newbie type question Pin
Spacix One30-Aug-07 4:53
Spacix One30-Aug-07 4:53 
JokeRe: General newbie type question Pin
PIEBALDconsult30-Aug-07 5:44
mvePIEBALDconsult30-Aug-07 5:44 
AnswerRe: General newbie type question Pin
shwaguy30-Aug-07 9:11
shwaguy30-Aug-07 9:11 
QuestionStrange Problem at writing file Pin
error140830-Aug-07 3:29
error140830-Aug-07 3:29 
AnswerRe: Strange Problem at writing file Pin
Spacix One30-Aug-07 3:59
Spacix One30-Aug-07 3:59 
GeneralRe: Strange Problem at writing file Pin
error140830-Aug-07 4:13
error140830-Aug-07 4:13 
GeneralRe: Strange Problem at writing file Pin
Spacix One30-Aug-07 4:18
Spacix One30-Aug-07 4:18 
GeneralRe: Strange Problem at writing file Pin
error140830-Aug-07 4:19
error140830-Aug-07 4:19 
GeneralRe: Strange Problem at writing file Pin
Spacix One30-Aug-07 4:55
Spacix One30-Aug-07 4:55 
GeneralRe: Strange Problem at writing file Pin
error140830-Aug-07 5:05
error140830-Aug-07 5:05 
GeneralRe: Strange Problem at writing file Pin
J4amieC30-Aug-07 5:09
J4amieC30-Aug-07 5:09 
GeneralRe: Strange Problem at writing file Pin
error140830-Aug-07 5:12
error140830-Aug-07 5:12 
GeneralRe: Strange Problem at writing file Pin
Spacix One30-Aug-07 5:14
Spacix One30-Aug-07 5:14 
once you call the load() method the file should no longer be accessed...
Again I don't see why you "open, load, close" then "open, write, close"

You should be fine with it in ram after you load it. "open, load" do your other stuff "append new data, close"






-Spacix
All your skynet questions[^] belong to solved

GeneralRe: Strange Problem at writing file Pin
error140830-Aug-07 5:18
error140830-Aug-07 5:18 
GeneralRe: Strange Problem at writing file Pin
Spacix One30-Aug-07 5:59
Spacix One30-Aug-07 5:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.