Click here to Skip to main content
15,887,474 members
Home / Discussions / C#
   

C#

 
AnswerRe: Changing number formats Pin
Dan Neely13-Feb-06 9:05
Dan Neely13-Feb-06 9:05 
AnswerRe: Changing number formats Pin
Joshua Quick13-Feb-06 12:09
Joshua Quick13-Feb-06 12:09 
QuestionEdit Oracle Objects from C# Pin
sam31513-Feb-06 8:30
sam31513-Feb-06 8:30 
AnswerRe: Edit Oracle Objects from C# Pin
George L. Jackson13-Feb-06 14:07
George L. Jackson13-Feb-06 14:07 
QuestionHow to serialize and deserialize Cursor? Pin
Rashid.Mahmood13-Feb-06 7:52
Rashid.Mahmood13-Feb-06 7:52 
AnswerRe: How to serialize and deserialize Cursor? Pin
Dave Kreskowiak13-Feb-06 17:29
mveDave Kreskowiak13-Feb-06 17:29 
GeneralRe: How to serialize and deserialize Cursor? Pin
Rashid.Mahmood13-Feb-06 20:17
Rashid.Mahmood13-Feb-06 20:17 
GeneralRe: How to serialize and deserialize Cursor? Pin
Dave Kreskowiak14-Feb-06 2:21
mveDave Kreskowiak14-Feb-06 2:21 
Why??? There's no reason for it! The cursor changes depending on what's going on in the current application, what window and what part of a window the cursor is over, ... I just don't see any useful information in it.

This is basic serialization to an XML file.
Dim serializer As New XmlSerializer(GetType(Cursor))
' You can use other stream types, but you never said what you're doing with this
' or how your passing this to any client...
Dim writer As New StreamWriter(filename)
serializer.Serialize(writer, Cursor.Current)
writer.Close()



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionText to Speech Pin
de_Oracle13-Feb-06 6:54
de_Oracle13-Feb-06 6:54 
AnswerRe: Text to Speech Pin
Judah Gabriel Himango13-Feb-06 7:18
sponsorJudah Gabriel Himango13-Feb-06 7:18 
GeneralRe: Text to Speech Pin
de_Oracle14-Feb-06 6:35
de_Oracle14-Feb-06 6:35 
Questioni need to send query string value from my page to my error page in C#.NET Pin
ap_sa13-Feb-06 6:27
ap_sa13-Feb-06 6:27 
GeneralRe: i need to send query string value from my page to my error page in C#.NET Pin
Guffa13-Feb-06 7:26
Guffa13-Feb-06 7:26 
Questionwaiting but still recieving messages....is there a way? Pin
nick15813-Feb-06 6:14
nick15813-Feb-06 6:14 
AnswerRe: waiting but still recieving messages....is there a way? Pin
Robin Panther13-Feb-06 7:02
Robin Panther13-Feb-06 7:02 
GeneralRe: waiting but still recieving messages....is there a way? Pin
nick15813-Feb-06 8:00
nick15813-Feb-06 8:00 
AnswerRe: waiting but still recieving messages....is there a way? Pin
Guffa13-Feb-06 8:19
Guffa13-Feb-06 8:19 
QuestionFile Upload Manager for C# Pin
mcmcom13-Feb-06 6:08
mcmcom13-Feb-06 6:08 
AnswerRe: File Upload Manager for C# Pin
de_Oracle13-Feb-06 7:00
de_Oracle13-Feb-06 7:00 
GeneralRe: File Upload Manager for C# Pin
mcmcom13-Feb-06 7:02
mcmcom13-Feb-06 7:02 
QuestionC# 2.0 Key + Mouse Move Pin
kselman13-Feb-06 6:08
kselman13-Feb-06 6:08 
AnswerRe: C# 2.0 Key + Mouse Move Pin
PicklesTheClown13-Feb-06 6:57
PicklesTheClown13-Feb-06 6:57 
GeneralRe: C# 2.0 Key + Mouse Move Pin
kselman13-Feb-06 15:21
kselman13-Feb-06 15:21 
GeneralRe: C# 2.0 Key + Mouse Move Pin
PicklesTheClown13-Feb-06 16:15
PicklesTheClown13-Feb-06 16:15 
Questioni want to convert from rgb to luv color space Pin
haytham_mohammad13-Feb-06 5:08
haytham_mohammad13-Feb-06 5:08 

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.