1,470 reputation
213
bio website pl.linkedin.com/in/fenixb3
location Krakow, Poland
age 24
visits member for 6 months
seen yesterday
stats profile views 42

"If your actions inspire others to dream more, learn more, do more and become more, you are a leader." - John Quincy Adams

Inspiring is my passion and this is something that I am most known for. I use my skills to make other people's life easier on daily basis. I blog at http://enklawa-tworcza.blogspot.com about my real-life creations that can show readers open-minded way of living. I use small and simple examples to show that everyone can solve their problems by just wanting to and doing something with that, like creating a leather pouch for a set of dice or headphones from old boots.

As a developer, I always try to learn something new if possible. New technologies, languages, frameworks - whatever I need to do what I want to do.

"The bag's not for what I take - it's for what I find along the way." - MacGyver


May
6
awarded  Enthusiast
May
4
awarded  Mortarboard
May
3
comment Add color options to System.Drawings.Color
@simplecoder I didn't say that with my suggestion you can change the list in designer and no, I didn't check it. The question is connected to markup designer and code-behind code completition, but the image is about markup only. In code-behind you should be able to easily use added extension method and pass new enum as parameter - so list of possible values of enum can be viewed by intellisense, so I suggested this as I didn't thought about inheriting control as you did. And I think your answer will be accepted as it's the best, I think.
May
3
revised Add color options to System.Drawings.Color
fixed info about Color type
May
3
comment Add color options to System.Drawings.Color
@simplecoder oh, point for you. I forgot about that and didn't check. ^^
May
3
revised Add color options to System.Drawings.Color
added reference to another answer worth checking
May
3
comment Add color options to System.Drawings.Color
@RAS one thing that came to my mind is to check if color with provided name exists in KnownColor enum. If yes - use FromKnownColor to return color for this name. If not - use a switch on color name and return color with RGB values you want, maybe? I can't create an example at the moment, but I think it's descriptive enough.
May
3
revised Add color options to System.Drawings.Color
corrected confusing part of answer, added more info
May
3
comment Add color options to System.Drawings.Color
@simplecoder maybe I didn't choose the best description. I'm talking about writing extension method to Color class that will do the same for this new enum, as FromKnownColor method does for KnownColor enum. I didn't suggest to add method to enum itself, sorry for confusing you. I'll update this part - thanks for pointing this out!
May
2
awarded  Nice Answer
Apr
30
comment Can i use Trident 6.0 in Windows Forms App C# (.NET 4.0)
@Iggy Chech update to my question, maybe this will help you.
Apr
30
revised Can i use Trident 6.0 in Windows Forms App C# (.NET 4.0)
added another possible solution
Apr
30
comment model pop up do not get close on cross image click?
Is there any error in JavaScript console? If yes, paste it in your question.
Apr
30
answered Facebook request dialog box not showing up on IE
Apr
29
answered How to put a javascript variable into view in mvc 4?
Apr
29
answered Can i use Trident 6.0 in Windows Forms App C# (.NET 4.0)
Apr
28
revised mvc - url.action - second argument is null
edited body
Apr
28
answered mvc - url.action - second argument is null
Apr
27
revised MVC “~” path in javascript
added link to RazorJS
Apr
27
answered MVC “~” path in javascript