Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
QuestionCreate Empty Node (Containing Child Node) Pin
AmbiguousName2-Dec-14 23:35
AmbiguousName2-Dec-14 23:35 
AnswerRe: Create Empty Node (Containing Child Node) Pin
Richard MacCutchan3-Dec-14 0:27
mveRichard MacCutchan3-Dec-14 0:27 
QuestionPopulate specifc Registry keys in Combobox Pin
Jassim Rahma2-Dec-14 18:43
Jassim Rahma2-Dec-14 18:43 
AnswerRe: Populate specifc Registry keys in Combobox Pin
BillWoodruff2-Dec-14 18:48
professionalBillWoodruff2-Dec-14 18:48 
AnswerRe: Populate specifc Registry keys in Combobox Pin
OriginalGriff2-Dec-14 21:38
mveOriginalGriff2-Dec-14 21:38 
GeneralRe: Populate specifc Registry keys in Combobox Pin
Richard MacCutchan2-Dec-14 21:47
mveRichard MacCutchan2-Dec-14 21:47 
AnswerRe: Populate specifc Registry keys in Combobox Pin
Richard MacCutchan2-Dec-14 21:49
mveRichard MacCutchan2-Dec-14 21:49 
Questionhow do i get the application name from the default value in Registry/LocalMachine/Software/Classes/.docx/shell/Open/Command Pin
zen.liu872-Dec-14 16:11
zen.liu872-Dec-14 16:11 
AnswerRe: how do i get the application name from the default value in Registry/LocalMachine/Software/Classes/.docx/shell/Open/Command Pin
syed shanu2-Dec-14 17:50
professionalsyed shanu2-Dec-14 17:50 
QuestionPath stroke with multiple colors? Pin
SledgeHammer012-Dec-14 13:27
SledgeHammer012-Dec-14 13:27 
AnswerRe: Path stroke with multiple colors? Pin
BillWoodruff2-Dec-14 15:14
professionalBillWoodruff2-Dec-14 15:14 
That's an interesting problem which takes me back to when I was at Adobe implementing the PostScript code for printing the very complex gradients that Illustrator 5.0 enabled.

It might be helpful if you could post a link to a graphic, or two. Knowing what type of elements you used to build the Path would also be useful: arc ? bezier ?

I wonder if your use-cases are approaching the limits of what can be resolved in terms of color-shift on the screen ?

One idea/guess: what if you built a Graphics Region of only "line-to's" ("flattening" arcs or beziers into line segments), and then rendered the Path by enumerating the Region ? Well, does sound far-fetched and what about impact on performance, but no harm done trying to think-outside-the-box, here.
«OOP to me means only messaging, local retention and protection and hiding of state-process, and extreme late-binding of all things. »  Alan Kay's clarification on what he meant by the term "Object" in "Object-Oriented Programming."

GeneralRe: Path stroke with multiple colors? Pin
SledgeHammer012-Dec-14 17:26
SledgeHammer012-Dec-14 17:26 
GeneralRe: Path stroke with multiple colors? Pin
BillWoodruff2-Dec-14 18:33
professionalBillWoodruff2-Dec-14 18:33 
GeneralRe: Path stroke with multiple colors? Pin
SledgeHammer013-Dec-14 7:56
SledgeHammer013-Dec-14 7:56 
GeneralRe: Path stroke with multiple colors? Pin
BillWoodruff4-Dec-14 4:51
professionalBillWoodruff4-Dec-14 4:51 
GeneralRe: Path stroke with multiple colors? Pin
SledgeHammer012-Dec-14 18:28
SledgeHammer012-Dec-14 18:28 
QuestionEmail Delivery Receipt Pin
Jassim Rahma1-Dec-14 21:12
Jassim Rahma1-Dec-14 21:12 
AnswerRe: Email Delivery Receipt Pin
BillWoodruff1-Dec-14 21:16
professionalBillWoodruff1-Dec-14 21:16 
GeneralRe: Email Delivery Receipt Pin
Jassim Rahma1-Dec-14 21:18
Jassim Rahma1-Dec-14 21:18 
GeneralRe: Email Delivery Receipt Pin
OriginalGriff1-Dec-14 21:34
mveOriginalGriff1-Dec-14 21:34 
Questionstrong encryption Pin
Jassim Rahma1-Dec-14 0:44
Jassim Rahma1-Dec-14 0:44 
SuggestionRe: strong encryption Pin
Richard MacCutchan1-Dec-14 1:19
mveRichard MacCutchan1-Dec-14 1:19 
Question[Solved] DataGridView, BindingList and combining object properties? Pin
ixilom30-Nov-14 5:54
ixilom30-Nov-14 5:54 
QuestionLink-grammar 5.1.3 /Windows, MSVC Pin
Member 1127414829-Nov-14 18:07
Member 1127414829-Nov-14 18:07 
AnswerRe: Link-grammar 5.1.3 /Windows, MSVC Pin
Garth J Lancaster29-Nov-14 19:06
professionalGarth J Lancaster29-Nov-14 19: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.