Click here to Skip to main content
15,919,500 members
Home / Discussions / C#
   

C#

 
QuestionStart reading at the end of a file? Pin
TheJudeDude21-Feb-07 14:05
TheJudeDude21-Feb-07 14:05 
AnswerRe: Start reading at the end of a file? Pin
Shajeel21-Feb-07 18:54
Shajeel21-Feb-07 18:54 
GeneralRe: Start reading at the end of a file? Pin
TheJudeDude22-Feb-07 3:31
TheJudeDude22-Feb-07 3:31 
GeneralRe: Start reading at the end of a file? Pin
Luc Pattyn22-Feb-07 8:08
sitebuilderLuc Pattyn22-Feb-07 8:08 
QuestionISerializable.GetObjectData Method Example Pin
Gywox21-Feb-07 11:53
Gywox21-Feb-07 11:53 
AnswerThats a lot of code Pin
Ennis Ray Lynch, Jr.21-Feb-07 12:48
Ennis Ray Lynch, Jr.21-Feb-07 12:48 
GeneralRe: Thats a lot of code Pin
Gywox21-Feb-07 23:23
Gywox21-Feb-07 23:23 
GeneralRe: Thats a lot of code Pin
Ennis Ray Lynch, Jr.22-Feb-07 2:45
Ennis Ray Lynch, Jr.22-Feb-07 2:45 
Use the System.Xml.Serialization.XmlSerializer class to serialize. As for managing a Singleton that is not a serialization issue but a design issue. But for grins and giggles, in the serialization constructor overwrite your static instance for the singleton.

formatter.Deserialize(fs);

public SomeConstructor(SerializationInfo info, StreamingContext context) {
...
SomeConstructor.me = this;
}




File Not Found

Questionmodal popup Pin
netJP12L21-Feb-07 10:08
netJP12L21-Feb-07 10:08 
QuestionChanging the Size of a Panel [modified] Pin
aei_totten21-Feb-07 9:23
aei_totten21-Feb-07 9:23 
AnswerRe: Changing the Size of a Panel Pin
Luc Pattyn21-Feb-07 10:53
sitebuilderLuc Pattyn21-Feb-07 10:53 
QuestionVisual Studio 2003 and Crystal Report Viewer Pin
Saamir21-Feb-07 9:07
Saamir21-Feb-07 9:07 
QuestionMouse following movements C# Pin
Dang3russ21-Feb-07 8:33
Dang3russ21-Feb-07 8:33 
AnswerRe: Mouse following movements C# Pin
led mike21-Feb-07 8:55
led mike21-Feb-07 8:55 
Questionhow to save xml file via web service Pin
BraveShogun21-Feb-07 7:20
BraveShogun21-Feb-07 7:20 
AnswerRe: how to save xml file via web service Pin
Ennis Ray Lynch, Jr.21-Feb-07 12:51
Ennis Ray Lynch, Jr.21-Feb-07 12:51 
QuestionDefault Webservice URL Pin
kmuthuk21-Feb-07 6:30
kmuthuk21-Feb-07 6:30 
AnswerRe: Default Webservice URL Pin
Ennis Ray Lynch, Jr.21-Feb-07 12:55
Ennis Ray Lynch, Jr.21-Feb-07 12:55 
GeneralNeed C++ Library in C# Class Library Pin
ThatsAlok21-Feb-07 6:17
ThatsAlok21-Feb-07 6:17 
GeneralRe: Need C++ Library in C# Class Library Pin
Not Active21-Feb-07 6:19
mentorNot Active21-Feb-07 6:19 
GeneralRe: Need C++ Library in C# Class Library Pin
ThatsAlok21-Feb-07 7:23
ThatsAlok21-Feb-07 7:23 
GeneralRe: Need C++ Library in C# Class Library Pin
Not Active21-Feb-07 7:37
mentorNot Active21-Feb-07 7:37 
GeneralRe: Need C++ Library in C# Class Library Pin
ThatsAlok21-Feb-07 7:43
ThatsAlok21-Feb-07 7:43 
GeneralRe: Need C++ Library in C# Class Library Pin
Tim Paaschen21-Feb-07 20:02
Tim Paaschen21-Feb-07 20:02 
QuestionbufferImage, display portion of image Pin
samreengr821-Feb-07 6:14
samreengr821-Feb-07 6:14 

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.