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

C#

 
AnswerRe: Can we only store Hours and minutes in DateTime Pin
OriginalGriff6-Nov-14 22:44
mveOriginalGriff6-Nov-14 22:44 
GeneralRe: Can we only store Hours and minutes in DateTime Pin
Garth J Lancaster6-Nov-14 22:58
professionalGarth J Lancaster6-Nov-14 22:58 
GeneralRe: Can we only store Hours and minutes in DateTime Pin
OriginalGriff6-Nov-14 23:30
mveOriginalGriff6-Nov-14 23:30 
AnswerRe: Can we only store Hours and minutes in DateTime Pin
OriginalGriff6-Nov-14 22:48
mveOriginalGriff6-Nov-14 22:48 
AnswerRe: Can we only store Hours and minutes in DateTime Pin
V.6-Nov-14 23:00
professionalV.6-Nov-14 23:00 
AnswerRe: Can we only store Hours and minutes in DateTime Pin
jschell7-Nov-14 12:43
jschell7-Nov-14 12:43 
QuestionChange TypeDescriptor of property in runtime Pin
Mc_Topaz6-Nov-14 3:49
Mc_Topaz6-Nov-14 3:49 
AnswerRe: Change TypeDescriptor of property in runtime Pin
Eddy Vluggen6-Nov-14 9:45
professionalEddy Vluggen6-Nov-14 9:45 
Theoretically, you cannot change the value of the attribute during runtime; it is compiled. Hence, recompile and it would work. That would require unloading of the type, which is a little bit overkill.

Alternatively, you create a TypeConverter that works as a proxy, using either the implementation of NameList or SentenceList as the actual implementation.

Alternatively, you create two exact the same classes (different names though), decorate each with its own converter, and create a converter to kick the data from object1(class1) to object2(class2).
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Change TypeDescriptor of property in runtime Pin
Mc_Topaz7-Nov-14 2:59
Mc_Topaz7-Nov-14 2:59 
GeneralRe: Change TypeDescriptor of property in runtime Pin
Eddy Vluggen7-Nov-14 3:00
professionalEddy Vluggen7-Nov-14 3:00 
QuestionImage Based Automation Pin
kunteshptechnosoft6-Nov-14 1:07
professionalkunteshptechnosoft6-Nov-14 1:07 
AnswerRe: Image Based Automation Pin
Eddy Vluggen6-Nov-14 9:48
professionalEddy Vluggen6-Nov-14 9:48 
GeneralRe: Image Based Automation Pin
kunteshptechnosoft6-Nov-14 17:15
professionalkunteshptechnosoft6-Nov-14 17:15 
GeneralRe: Image Based Automation Pin
kunteshptechnosoft6-Nov-14 17:46
professionalkunteshptechnosoft6-Nov-14 17:46 
GeneralRe: Image Based Automation Pin
Eddy Vluggen7-Nov-14 3:00
professionalEddy Vluggen7-Nov-14 3:00 
GeneralRe: Image Based Automation Pin
kunteshptechnosoft9-Nov-14 17:21
professionalkunteshptechnosoft9-Nov-14 17:21 
QuestionMicrosoft certification Pin
Mukesh Ghosh6-Nov-14 1:07
Mukesh Ghosh6-Nov-14 1:07 
AnswerRe: Microsoft certification Pin
Richard MacCutchan6-Nov-14 1:28
mveRichard MacCutchan6-Nov-14 1:28 
GeneralRe: Microsoft certification Pin
Mukesh Ghosh6-Nov-14 17:11
Mukesh Ghosh6-Nov-14 17:11 
GeneralRe: Microsoft certification Pin
Richard MacCutchan6-Nov-14 22:05
mveRichard MacCutchan6-Nov-14 22:05 
Questionfile based username and pass Pin
techker25-Nov-14 11:16
techker25-Nov-14 11:16 
AnswerRe: file based username and pass Pin
Mycroft Holmes5-Nov-14 12:05
professionalMycroft Holmes5-Nov-14 12:05 
AnswerRe: file based username and pass Pin
Richard MacCutchan5-Nov-14 22:31
mveRichard MacCutchan5-Nov-14 22:31 
GeneralRe: file based username and pass Pin
techker26-Nov-14 0:34
techker26-Nov-14 0:34 
GeneralRe: file based username and pass Pin
Richard MacCutchan6-Nov-14 0:37
mveRichard MacCutchan6-Nov-14 0:37 

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.