Click here to Skip to main content
15,893,588 members
Home / Discussions / C#
   

C#

 
QuestionReposition a Control on Scroll Pin
miah alom14-Oct-05 8:02
miah alom14-Oct-05 8:02 
QuestionBusiness layer, Data Layer and entities Pin
tsramkumar14-Oct-05 6:46
tsramkumar14-Oct-05 6:46 
QuestionUse function of VB.NET in C# Pin
rockxuyenmandem14-Oct-05 6:36
rockxuyenmandem14-Oct-05 6:36 
AnswerRe: Use function of VB.NET in C# Pin
Russell Jones14-Oct-05 6:50
Russell Jones14-Oct-05 6:50 
GeneralRe: Use function of VB.NET in C# Pin
miah alom14-Oct-05 7:58
miah alom14-Oct-05 7:58 
GeneralRe: Use function of VB.NET in C# Pin
mav.northwind14-Oct-05 8:51
mav.northwind14-Oct-05 8:51 
QuestionMSMQ Trigger Parameters Pin
Russell Jones14-Oct-05 6:18
Russell Jones14-Oct-05 6:18 
QuestionInternet Explorer Extension (COM) Pin
Milos Stojanovic14-Oct-05 5:44
Milos Stojanovic14-Oct-05 5:44 
QuestionScroll Panel control when mouse is dragged near the edge Pin
Gulfraz Khan14-Oct-05 4:28
Gulfraz Khan14-Oct-05 4:28 
AnswerRe: Scroll Panel control when mouse is dragged near the edge Pin
Dan Neely14-Oct-05 5:12
Dan Neely14-Oct-05 5:12 
QuestionFileSystemWatcher problem Pin
Dan Neely14-Oct-05 3:39
Dan Neely14-Oct-05 3:39 
AnswerRe: FileSystemWatcher problem Pin
Dave Kreskowiak14-Oct-05 4:39
mveDave Kreskowiak14-Oct-05 4:39 
GeneralRe: FileSystemWatcher problem Pin
Dan Neely14-Oct-05 5:06
Dan Neely14-Oct-05 5:06 
QuestionMESSAGEBOX TAB Pin
Greeky14-Oct-05 0:32
Greeky14-Oct-05 0:32 
AnswerRe: MESSAGEBOX TAB Pin
Stefan Troschuetz14-Oct-05 1:53
Stefan Troschuetz14-Oct-05 1:53 
AnswerRe: MESSAGEBOX TAB Pin
albCode14-Oct-05 21:00
albCode14-Oct-05 21:00 
QuestionIs it possible to tell when the OS starts and stops a screensaver, from inside a C# service which is running under the SYSTEM account? Pin
DUKEMAN13-Oct-05 23:40
DUKEMAN13-Oct-05 23:40 
QuestionI there any control to dispaly the incomming video from a video capturing device. Pin
sukanyavarma13-Oct-05 22:37
sukanyavarma13-Oct-05 22:37 
AnswerRe: I there any control to dispaly the incomming video from a video capturing device. Pin
snouto14-Oct-05 10:10
snouto14-Oct-05 10:10 
GeneralRe: I there any control to dispaly the incomming video from a video capturing device. Pin
sukanyavarma17-Oct-05 20:40
sukanyavarma17-Oct-05 20:40 
QuestionXML Deserialization of Known Derived Classes Pin
Alexandre G13-Oct-05 21:40
Alexandre G13-Oct-05 21:40 
I have a system where several accounts can exist, in several flavours. I decided to use XML files for storage where each account gets it's own file. At startup, the system loads all accounts in memory.

Have a look at this class diagram.

When mass deserializing, I don't know how to specify of what type (Administrator, Business or Member) an account will be. I tried setting up the deserializer with the root type (Account) but any attempt throws an error about unexpected type.

XmlSerializer serializer = new XmlSerializer(typeof(Account));

Then I tried specifying extra types but the same error arises.

XmlSerializer serializer = new XmlSerializer(typeof(Account), new Type[] { typeof(Administrator), typeof(Business), typeof(Member) });

Any idea how this problem could be resolved?
QuestionRAW DATA PRINTING ON WINDOWS ME CLIENT Pin
Greeky13-Oct-05 21:11
Greeky13-Oct-05 21:11 
AnswerRe: RAW DATA PRINTING ON WINDOWS ME CLIENT Pin
Dave Kreskowiak14-Oct-05 4:35
mveDave Kreskowiak14-Oct-05 4:35 
QuestionTrace Question Pin
occcy13-Oct-05 20:36
occcy13-Oct-05 20:36 
AnswerRe: Trace Question Pin
XRaheemX14-Oct-05 4:03
XRaheemX14-Oct-05 4:03 

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.