Ward Werbrouck

786
Reputation
256 views

Registered User

Name Ward Werbrouck
Member for 10 months
Seen 17 hours ago
Website
Location Belgium
Age 23
Junior .NET Developer
Nov
14
accepted Date and time input
Nov
14
answered Android & Web: What is the equivalent style for the web?
Oct
20
awarded  Popular Question
Oct
14
revised Scrambling Text Elements in XML
deleted 12 characters in body
Oct
14
revised Scrambling Text Elements in XML
added 88 characters in body
Oct
9
accepted Scrambling Text Elements in XML
Oct
8
revised Scrambling Text Elements in XML
added 126 characters in body; deleted 2 characters in body
Oct
8
revised Scrambling Text Elements in XML
added 538 characters in body
Oct
8
answered Scrambling Text Elements in XML
Sep
2
comment What does SomeMethod(() => x.Something) mean in C#
Duplicate: stackoverflow.com/questions/630330/…
Aug
1
comment Add Two Numbers Without Knowing Their Type in .NET?
I know you can't use the + operator on objects, but passing the values to a function ain't gonna solve that ;) And what about precision? If one value is a double and the other a decimal, what should the output be? I think you'd need a giant switch/if-else structure to handle all cases, if you care about that.
Aug
1
comment Add Two Numbers Without Knowing Their Type in .NET?
Why not just use the "+" operator? Why the need for a function?
Jul
26
comment What are some specific circumstances in which you used JSON over XML?
Warning: do not parse JSON from external sources with eval()... EVER!
Jul
9
comment Can not create CommandBar when Outlook is run minimized (Outlook 2007 Add-In)
Thanks for you input Pter, but I went with 76mel's answer. It doesn't need a user action before adding the toolbar. What if the first thing the user wants to do is use the not yet added toolbar? Doesn't seem very user friendly...
Jul
9
comment Can not create CommandBar when Outlook is run minimized (Outlook 2007 Add-In)
Allright, I was indeed using the wrong Timer! Using the System.Windows.Forms.Timer works just fine. So I go with your answer, since it doesn't expect user action before adding the toolbar. Thanks!
Jul
8
revised Can not create CommandBar when Outlook is run minimized (Outlook 2007 Add-In)
added 297 characters in body; added 6 characters in body; edited title
Jul
8
comment Can not create CommandBar when Outlook is run minimized (Outlook 2007 Add-In)
When using a Timer I can't set the icons on my buttons. I get this amazing exception: "Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))"
Jul
7
comment Can not create CommandBar when Outlook is run minimized (Outlook 2007 Add-In)
Thanks, this solved it in the case I was talking about. But now there is another related problem. I also tried the OnObjectChange before, but it's kind of awkard since it only loads the toolbar when the user clicks something in Outlook.
Jul
7
revised Can not create CommandBar when Outlook is run minimized (Outlook 2007 Add-In)
added 380 characters in body
Jul
6
comment Can not create CommandBar when Outlook is run minimized (Outlook 2007 Add-In)
Doesn't work, since that event isn't fired when opening the Outlook main window. Any other ideas?
Jul
6
answered Unique random string generation
Jun
30
asked Can not create CommandBar when Outlook is run minimized (Outlook 2007 Add-In)
Jun
23
revised Can you provide an example of parsing HTML with your favorite parser?
edited body