Click here to Skip to main content
15,898,371 members
Home / Discussions / C#
   

C#

 
QuestionRe: extracting a message value from LParam in Message in WndProc(...) Pin
Nader Elshehabi24-Sep-06 12:04
Nader Elshehabi24-Sep-06 12:04 
QuestionProblem getting serial port to open Pin
NYTSX24-Sep-06 7:50
NYTSX24-Sep-06 7:50 
AnswerRe: Problem getting serial port to open Pin
Ed.Poore24-Sep-06 8:23
Ed.Poore24-Sep-06 8:23 
GeneralRe: Problem getting serial port to open Pin
NYTSX25-Sep-06 0:59
NYTSX25-Sep-06 0:59 
GeneralRe: Problem getting serial port to open Pin
NYTSX25-Sep-06 1:12
NYTSX25-Sep-06 1:12 
GeneralRe: Problem getting serial port to open Pin
Ed.Poore25-Sep-06 1:19
Ed.Poore25-Sep-06 1:19 
QuestionSaving objects in Files Pin
ezazazel24-Sep-06 6:32
ezazazel24-Sep-06 6:32 
AnswerRe: Saving objects in Files Pin
Ed.Poore24-Sep-06 8:26
Ed.Poore24-Sep-06 8:26 
Since you havn't made it very clear how your data is represented / stored on the form, might I suggest you look into Serialization in the System.Serialization namespace?

Alternatively you can create your own file format and read and write data using the stream classes (System.IO namespace)

Or if you want to save it as Xml then take a look at the XmlTextReader, XmlTextWriter and XmlDocument classes in the System.Xml namespace.



Just Google it.
Failing that try phoning Green Alien | [Alien]

GeneralRe: Saving objects in Files Pin
Niiiissssshhhhhuuuuu24-Sep-06 17:10
Niiiissssshhhhhuuuuu24-Sep-06 17:10 
GeneralRe: Saving objects in Files Pin
Ed.Poore24-Sep-06 22:54
Ed.Poore24-Sep-06 22:54 
GeneralRe: Saving objects in Files Pin
ezazazel25-Sep-06 8:25
ezazazel25-Sep-06 8:25 
GeneralRe: Saving objects in Files Pin
ezazazel25-Sep-06 8:26
ezazazel25-Sep-06 8:26 
QuestionKeyboard focus trouble with unmanaged code Pin
zapsolution24-Sep-06 5:13
zapsolution24-Sep-06 5:13 
AnswerRe: Keyboard focus trouble with unmanaged code Pin
Nader Elshehabi24-Sep-06 11:11
Nader Elshehabi24-Sep-06 11:11 
GeneralRe: Keyboard focus trouble with unmanaged code Pin
zapsolution24-Sep-06 11:43
zapsolution24-Sep-06 11:43 
GeneralRe: Keyboard focus trouble with unmanaged code Pin
Nader Elshehabi24-Sep-06 12:02
Nader Elshehabi24-Sep-06 12:02 
GeneralRe: Keyboard focus trouble with unmanaged code Pin
zapsolution24-Sep-06 20:29
zapsolution24-Sep-06 20:29 
QuestionCustom DataGridColumStyle with color dialog Pin
TeamWild24-Sep-06 3:27
TeamWild24-Sep-06 3:27 
AnswerRe: Custom DataGridColumStyle with color dialog Pin
Alexandr Sergeevich Ilyin24-Sep-06 6:06
Alexandr Sergeevich Ilyin24-Sep-06 6:06 
QuestionHow could i record a sound ?!!! Pin
Nafiseh Salmani24-Sep-06 2:06
Nafiseh Salmani24-Sep-06 2:06 
AnswerRe: How could i record a sound ?!!! Pin
mav.northwind24-Sep-06 2:28
mav.northwind24-Sep-06 2:28 
GeneralRe: How could i record a sound ?!!! Pin
Nafiseh Salmani24-Sep-06 20:22
Nafiseh Salmani24-Sep-06 20:22 
QuestionWhat is an easiest way of doing Background operation w/o affecting GUI Pin
engsrini24-Sep-06 1:53
engsrini24-Sep-06 1:53 
AnswerRe: What is an easiest way of doing Background operation w/o affecting GUI Pin
Stefan Troschuetz24-Sep-06 3:02
Stefan Troschuetz24-Sep-06 3:02 
GeneralRe: What is an easiest way of doing Background operation w/o affecting GUI Pin
engsrini24-Sep-06 3:26
engsrini24-Sep-06 3:26 

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.