Click here to Skip to main content
15,916,188 members
Home / Discussions / C#
   

C#

 
QuestionExtract Link embedded file from word file using Application object Pin
Muthuvasagan10-Jun-08 20:00
Muthuvasagan10-Jun-08 20:00 
AnswerRe: Extract Link embedded file from word file using Application object Pin
John_Adams10-Jun-08 20:46
John_Adams10-Jun-08 20:46 
Questionfile close issue Pin
George_George10-Jun-08 19:46
George_George10-Jun-08 19:46 
AnswerRe: file close issue Pin
Nouman Bhatti10-Jun-08 20:25
Nouman Bhatti10-Jun-08 20:25 
GeneralRe: file close issue Pin
George_George10-Jun-08 20:36
George_George10-Jun-08 20:36 
AnswerRe: file close issue Pin
Guffa10-Jun-08 20:38
Guffa10-Jun-08 20:38 
GeneralRe: file close issue Pin
George_George10-Jun-08 20:50
George_George10-Jun-08 20:50 
AnswerRe: file close issue Pin
Guffa10-Jun-08 20:37
Guffa10-Jun-08 20:37 
That may depend on wether the file is local or if there is a network layer involved in accessing the file. If it's local, I see no reason why it wold be closed.

However, if you are writing to the file so infrequently, why are you keeping it open? Just open the file when you need to read it, and close it afterwards. That way you don't risk losing any data because the stream is not flushed when the computer crashes...

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: file close issue Pin
George_George10-Jun-08 20:50
George_George10-Jun-08 20:50 
GeneralRe: file close issue Pin
N a v a n e e t h10-Jun-08 21:10
N a v a n e e t h10-Jun-08 21:10 
GeneralRe: file close issue Pin
George_George10-Jun-08 21:36
George_George10-Jun-08 21:36 
GeneralRe: file close issue Pin
Ashfield10-Jun-08 21:12
Ashfield10-Jun-08 21:12 
GeneralRe: file close issue Pin
George_George10-Jun-08 21:38
George_George10-Jun-08 21:38 
AnswerRe: file close issue Pin
N a v a n e e t h10-Jun-08 21:06
N a v a n e e t h10-Jun-08 21:06 
GeneralRe: file close issue Pin
George_George10-Jun-08 21:35
George_George10-Jun-08 21:35 
GeneralRe: file close issue Pin
N a v a n e e t h11-Jun-08 16:15
N a v a n e e t h11-Jun-08 16:15 
GeneralRe: file close issue Pin
George_George11-Jun-08 16:18
George_George11-Jun-08 16:18 
Questionfacebook login. Pin
udikantz10-Jun-08 17:05
udikantz10-Jun-08 17:05 
AnswerRe: facebook login. Pin
leppie10-Jun-08 23:37
leppie10-Jun-08 23:37 
GeneralRe: facebook login. Pin
udikantz11-Jun-08 3:22
udikantz11-Jun-08 3:22 
AnswerRe: facebook login. Pin
Brandon Toner17-Mar-09 11:15
Brandon Toner17-Mar-09 11:15 
AnswerRe: facebook login. [modified] Pin
Member 41081678-Sep-09 23:16
Member 41081678-Sep-09 23:16 
QuestionHow initiate GPRS connection in WM 6 Pin
manu4ever10-Jun-08 12:12
manu4ever10-Jun-08 12:12 
QuestionCompiler options in C# Pin
Member 391904910-Jun-08 11:51
Member 391904910-Jun-08 11:51 
AnswerRe: Compiler options in C# Pin
Christian Graus10-Jun-08 11:57
protectorChristian Graus10-Jun-08 11:57 

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.