Click here to Skip to main content
15,892,697 members
Home / Discussions / C#
   

C#

 
GeneralRe: C#: How to retrieve text from dgView cell and displayit in the button? Pin
LAPEC12-Jan-11 3:15
LAPEC12-Jan-11 3:15 
GeneralRe: C#: How to retrieve text from dgView cell and displayit in the button? Pin
Enobong Adahada12-Jan-11 3:21
Enobong Adahada12-Jan-11 3:21 
GeneralRe: C#: How to retrieve text from dgView cell and displayit in the button? Pin
LAPEC12-Jan-11 3:43
LAPEC12-Jan-11 3:43 
GeneralRe: C#: How to retrieve text from dgView cell and displayit in the button? Pin
OriginalGriff12-Jan-11 4:55
mveOriginalGriff12-Jan-11 4:55 
AnswerRe: C#: How to retrieve text from dgView cell and displayit in the button? Pin
OriginalGriff12-Jan-11 3:03
mveOriginalGriff12-Jan-11 3:03 
AnswerRe: C#: How to retrieve text from dgView cell and displayit in the button? PinPopular
Eddy Vluggen12-Jan-11 3:07
professionalEddy Vluggen12-Jan-11 3:07 
QuestionDisable cd/dvd eject button with code Pin
Enobong Adahada12-Jan-11 0:18
Enobong Adahada12-Jan-11 0:18 
AnswerRe: Disable cd/dvd eject button with code Pin
Eddy Vluggen12-Jan-11 0:32
professionalEddy Vluggen12-Jan-11 0:32 
GeneralRe: Disable cd/dvd eject button with code Pin
Enobong Adahada12-Jan-11 0:38
Enobong Adahada12-Jan-11 0:38 
GeneralRe: Disable cd/dvd eject button with code Pin
Łukasz Nowakowski12-Jan-11 0:55
Łukasz Nowakowski12-Jan-11 0:55 
GeneralRe: Disable cd/dvd eject button with code Pin
Dalek Dave12-Jan-11 1:01
professionalDalek Dave12-Jan-11 1:01 
GeneralRe: Disable cd/dvd eject button with code Pin
Enobong Adahada12-Jan-11 1:05
Enobong Adahada12-Jan-11 1:05 
GeneralRe: Disable cd/dvd eject button with code Pin
Eddy Vluggen12-Jan-11 1:52
professionalEddy Vluggen12-Jan-11 1:52 
GeneralRe: Disable cd/dvd eject button with code Pin
Enobong Adahada12-Jan-11 2:41
Enobong Adahada12-Jan-11 2:41 
QuestionRe: Disable cd/dvd eject button with code Pin
Paladin200012-Jan-11 6:52
Paladin200012-Jan-11 6:52 
GeneralRe: Disable cd/dvd eject button with code Pin
GenJerDan12-Jan-11 4:08
GenJerDan12-Jan-11 4:08 
AnswerRe: Disable cd/dvd eject button with ---- (GpEdit.msc) Pin
Michael900017-Jan-11 8:55
Michael900017-Jan-11 8:55 
AnswerRe: Disable cd/dvd eject button with code Pin
Dalek Dave12-Jan-11 1:03
professionalDalek Dave12-Jan-11 1:03 
GeneralRe: Disable cd/dvd eject button with code Pin
Enobong Adahada12-Jan-11 1:07
Enobong Adahada12-Jan-11 1:07 
GeneralRe: Disable cd/dvd eject button with code Pin
Dalek Dave12-Jan-11 1:12
professionalDalek Dave12-Jan-11 1:12 
AnswerRe: Disable cd/dvd eject button with code Pin
Ravi Sant12-Jan-11 1:28
Ravi Sant12-Jan-11 1:28 
AnswerRe: Disable cd/dvd eject button with code Pin
PIEBALDconsult12-Jan-11 2:23
mvePIEBALDconsult12-Jan-11 2:23 
AnswerRe: Disable cd/dvd eject button with code Pin
DaveyM6912-Jan-11 7:48
professionalDaveyM6912-Jan-11 7:48 
QuestionFest way to do persistence in c sharp ? Pin
Yanshof11-Jan-11 22:31
Yanshof11-Jan-11 22:31 
AnswerRe: Fest way to do persistence in c sharp ? Pin
Estys11-Jan-11 22:54
Estys11-Jan-11 22:54 
You can serialize either as binary or as XML.
The advantage of XML is that is readable, the disadvantage is the size.

Our own CP holds these examples :
Binary : http://www.codeproject.com/KB/cs/objserial.aspx[^]
XML : Load and save objects to XML using serialization[^]
If you google, there must be millions of other examples.

Alternatively you could use the app.config and create a custom configuration section : Custom Configuration Sections for Lazy Coders[^]
That would keep all settings in one place.

Cheers
If you can read this, you don't have Papyrus installed

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.