Click here to Skip to main content
15,895,746 members
Home / Discussions / C#
   

C#

 
GeneralRe: Accessing a method in another file Pin
Yustme11-Sep-06 1:04
Yustme11-Sep-06 1:04 
GeneralRe: Accessing a method in another file Pin
Christian Graus11-Sep-06 1:12
protectorChristian Graus11-Sep-06 1:12 
GeneralRe: Accessing a method in another file Pin
Yustme11-Sep-06 1:18
Yustme11-Sep-06 1:18 
GeneralRe: Accessing a method in another file Pin
mesmer11-Sep-06 1:42
mesmer11-Sep-06 1:42 
GeneralRe: Accessing a method in another file Pin
Yustme11-Sep-06 1:53
Yustme11-Sep-06 1:53 
GeneralRe: Accessing a method in another file Pin
Christian Graus11-Sep-06 1:44
protectorChristian Graus11-Sep-06 1:44 
GeneralRe: Accessing a method in another file Pin
Yustme11-Sep-06 1:51
Yustme11-Sep-06 1:51 
GeneralRe: Accessing a method in another file Pin
Christian Graus11-Sep-06 2:13
protectorChristian Graus11-Sep-06 2:13 
Yustme wrote:
To write the date and time in the xml file too.


But it's more than redundant, it will continue to point to the moment the file was created, which is not what Now means. And, if you only use it in one method, why is it even a member, assuming you had to create it at all ? Just use DateTime.Now.

Yustme wrote:
What do you suggets instead of using Close()?


If you need to close the file, expose a method to do this, otherwise calling your other method once will close the file, but not make this clear.

Yustme wrote:
Havent tested it all yet


OK, then at what point did you have a problem with what it's doing ? Or did I misunderstand you ?


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: Accessing a method in another file Pin
Yustme11-Sep-06 2:44
Yustme11-Sep-06 2:44 
Questionasynchronous sockets vs remoting Pin
saqib8210-Sep-06 23:47
saqib8210-Sep-06 23:47 
AnswerRe: asynchronous sockets vs remoting Pin
Andrei Ungureanu10-Sep-06 23:54
Andrei Ungureanu10-Sep-06 23:54 
AnswerRe: asynchronous sockets vs remoting Pin
Rob Philpott11-Sep-06 3:22
Rob Philpott11-Sep-06 3:22 
QuestionHow to retrieve data from DataGridView Pin
Rip Kirby10-Sep-06 23:08
Rip Kirby10-Sep-06 23:08 
QuestionVideo to Flash (.flv) Pin
AB777110-Sep-06 22:18
AB777110-Sep-06 22:18 
AnswerRe: Video to Flash (.flv) Pin
g00fyman10-Sep-06 22:52
g00fyman10-Sep-06 22:52 
GeneralRe: Video to Flash (.flv) Pin
AB777110-Sep-06 22:59
AB777110-Sep-06 22:59 
GeneralRe: Video to Flash (.flv) Pin
Arjun "Mjolnir" Bahree10-Sep-06 23:17
Arjun "Mjolnir" Bahree10-Sep-06 23:17 
GeneralRe: Video to Flash (.flv) Pin
AB777111-Sep-06 18:13
AB777111-Sep-06 18:13 
QuestionBulk Update. Pin
deepaks310-Sep-06 21:57
deepaks310-Sep-06 21:57 
AnswerRe: Bulk Update. Pin
Arjun "Mjolnir" Bahree10-Sep-06 22:16
Arjun "Mjolnir" Bahree10-Sep-06 22:16 
GeneralRe: Bulk Update. Pin
deepaks311-Sep-06 6:45
deepaks311-Sep-06 6:45 
QuestionlistBox style Pin
TAREQ F ABUZUHRI10-Sep-06 21:56
TAREQ F ABUZUHRI10-Sep-06 21:56 
AnswerRe: listBox style Pin
g00fyman10-Sep-06 22:56
g00fyman10-Sep-06 22:56 
QuestionHow to dump IPCChannel ? Pin
GDavy10-Sep-06 21:54
GDavy10-Sep-06 21:54 
AnswerRe: How to dump IPCChannel ? Pin
Arjun "Mjolnir" Bahree10-Sep-06 22:30
Arjun "Mjolnir" Bahree10-Sep-06 22:30 

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.