Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
Questionextract data from excel Pin
solo919-Jun-14 8:37
solo919-Jun-14 8:37 
AnswerRe: extract data from excel Pin
Richard Deeming19-Jun-14 8:54
mveRichard Deeming19-Jun-14 8:54 
AnswerRe: extract data from excel Pin
CatchExAs19-Jun-14 12:31
professionalCatchExAs19-Jun-14 12:31 
AnswerRe: extract data from excel Pin
Richard MacCutchan19-Jun-14 22:53
mveRichard MacCutchan19-Jun-14 22:53 
QuestionChange Properties Category during runtime for PropertyGrid Pin
Mc_Topaz19-Jun-14 4:12
Mc_Topaz19-Jun-14 4:12 
AnswerRe: Change Properties Category during runtime for PropertyGrid Pin
Bernhard Hiller19-Jun-14 20:49
Bernhard Hiller19-Jun-14 20:49 
RantRe: Change Properties Category during runtime for PropertyGrid Pin
Mc_Topaz19-Jun-14 21:17
Mc_Topaz19-Jun-14 21:17 
RantRe: Change Properties Category during runtime for PropertyGrid Pin
Eddy Vluggen20-Jun-14 8:22
professionalEddy Vluggen20-Jun-14 8:22 
Mc_Topaz wrote:
This works well.
No, it doesn't. It's a dirty hack, and not guaranteed to work. Attributes are meta-data on types, not their instances. The reason for the "Mandatory" comment in the dirty hack is that the propertygrid doesn't expect the category to change, since the definition of the type cannot change.

Mc_Topaz wrote:
I have tried to make any sense of this article which show that it's possible
Something being possible don't mean it's also a good idea.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

QuestionNon-XML ini-file supporting arrays, in plain text format? Pin
arnold_w19-Jun-14 3:30
arnold_w19-Jun-14 3:30 
AnswerRe: Non-XML ini-file supporting arrays, in plain text format? Pin
V.19-Jun-14 4:07
professionalV.19-Jun-14 4:07 
GeneralRe: Non-XML ini-file supporting arrays, in plain text format? Pin
arnold_w19-Jun-14 5:07
arnold_w19-Jun-14 5:07 
GeneralRe: Non-XML ini-file supporting arrays, in plain text format? Pin
Eddy Vluggen19-Jun-14 5:13
professionalEddy Vluggen19-Jun-14 5:13 
GeneralRe: Non-XML ini-file supporting arrays, in plain text format? Pin
Dave Kreskowiak19-Jun-14 5:52
mveDave Kreskowiak19-Jun-14 5:52 
GeneralRe: Non-XML ini-file supporting arrays, in plain text format? Pin
arnold_w19-Jun-14 21:41
arnold_w19-Jun-14 21:41 
GeneralRe: Non-XML ini-file supporting arrays, in plain text format? Pin
V.19-Jun-14 21:44
professionalV.19-Jun-14 21:44 
GeneralRe: Non-XML ini-file supporting arrays, in plain text format? Pin
arnold_w19-Jun-14 21:47
arnold_w19-Jun-14 21:47 
GeneralRe: Non-XML ini-file supporting arrays, in plain text format? Pin
V.19-Jun-14 21:48
professionalV.19-Jun-14 21:48 
GeneralRe: Non-XML ini-file supporting arrays, in plain text format? Pin
Dave Kreskowiak20-Jun-14 1:48
mveDave Kreskowiak20-Jun-14 1:48 
Question"One or more exceptions" occurred at Task.Start() Pin
Sharath C V19-Jun-14 3:23
professionalSharath C V19-Jun-14 3:23 
AnswerRe: "One or more exceptions" occurred at Task.Start() Pin
OriginalGriff19-Jun-14 3:55
mveOriginalGriff19-Jun-14 3:55 
SuggestionRe: "One or more exceptions" occurred at Task.Start() Pin
Richard Deeming19-Jun-14 4:07
mveRichard Deeming19-Jun-14 4:07 
GeneralRe: "One or more exceptions" occurred at Task.Start() Pin
OriginalGriff19-Jun-14 4:15
mveOriginalGriff19-Jun-14 4:15 
AnswerRe: "One or more exceptions" occurred at Task.Start() Pin
Sharath C V19-Jun-14 21:18
professionalSharath C V19-Jun-14 21:18 
GeneralRe: "One or more exceptions" occurred at Task.Start() Pin
Sharath C V19-Jun-14 19:10
professionalSharath C V19-Jun-14 19:10 
AnswerRe: "One or more exceptions" occurred at Task.Start() Pin
Richard Deeming19-Jun-14 4:06
mveRichard Deeming19-Jun-14 4:06 

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.