Aardvark

2,478
reputation
364 views

Registered User

name Aardvark
member for 1 year
seen 6 hours ago
website
location US
age 37
This page is intentionally left blank
Dec
6
awarded  Mortarboard
Dec
4
comment Silverlight 2: Text Glow effect?
I only see borders with glows there...
Nov
13
revised Should I use 0/1 or True/False boolean?
deleted 2 characters in body; edited tags
Nov
10
revised WPF Colors - Accessibility considerations?
edited body
Nov
5
comment What is the best keyboard/mouse for ergonomics or to prevent wrist pain?
This mouse has done WONDERS for my wrist pain. A+++ highly recommend.
Oct
29
awarded  Nice Answer
Oct
23
comment Problems with data binding in ItemContainerStyle in Silverlight 3
Same as this bug? connect.microsoft.com/VisualStudio/feedback/…
Oct
4
comment Delayed “rendering” of WPF/Silverlight Dependency Properties?
I'm still trying to figure out why this solution isn't working in my situation. Maybe this doesn't work when binding in a template?
Oct
2
accepted What’s the proper technical term for “high ascii” characters?
Oct
2
answered What’s the proper technical term for “high ascii” characters?
Oct
2
revised How to set up unit testing for Visual Studio C++
Added link from comment
Sep
25
revised SQL Server 2005 Trigger Problem
Removed all-caps from title, however its still way to general
Sep
25
comment Is the number of Pixels per Inch standard on all Windows PC displays? (LogPixelsX) in the GetDeviceCaps WinAPI call.
Down voted for the incorrect info about XP ONLY having 2 modes (which is not correct as bobince pointed out).
Sep
23
comment Delayed “rendering” of WPF/Silverlight Dependency Properties?
What Martin said...
Sep
23
asked Delayed “rendering” of WPF/Silverlight Dependency Properties?
Sep
22
comment Why STL implementation is so unreadable? How C++ could have been improved here?
namespaces for macros?
Sep
14
awarded  Popular Question
Aug
30
awarded  Yearling
Aug
28
revised Why STL containers are preferred over MFC containers?
added 4 characters in body
Aug
28
answered Why STL containers are preferred over MFC containers?
Aug
27
awarded  Tumbleweed
Aug
26
comment Messaging Protocol
- Don't forget a scheme for messages longer than 255, even if you don't need it now (or ever) at least don't design messages that would make adding this later difficult. - Also don't forget to protect against lying messages. For example, I send a message of length 10, but only send 5. Do you lock-up (bad)? Can you detect this? Drop the connection? Try to recover? - WATCH YOUR BUFFERS! Don't overrun them! (classic security flaw)
Aug
26
comment What technologies are you using even though they are embarassingly out of date?
Thanks for the Wikipedia link, needed that...
Aug
26
comment What technologies are you using even though they are embarassingly out of date?
@Stefano Borini: I drank some cool aid at a TechEd, never been right since...
Aug
25
comment How can I programmatically stop a notebook battery from charging
Where did you get that information?
Aug
20
asked ActiveX control created with CWnd::CreateControl and invisiblity problem
Aug
20
asked Can CWnd::CreateControl be used with windowless ActiveX controls?
Aug
20
comment understaning assembly code in windbg
@Bombe, He's gotta start somewhere - but this isn't the right way/place to do it.
Aug
20
revised Catching default exceptions in C++
corrected spelling error
Aug
20
revised Using MFC in Windows service?
deleted 1 characters in body
Aug
19
comment Tree iterator, can you optimize this any further?
sorry for the multiple edits...
Aug
19
revised Tree iterator, can you optimize this any further?
added 84 characters in body
Aug
19
answered Tree iterator, can you optimize this any further?
Aug
19
revised Using MFC in Windows service?
added 134 characters in body; deleted 2 characters in body
Aug
19
answered Using MFC in Windows service?
Aug
19
comment Forcefully storing data to container storage using MFC OLE classes
Dup: stackoverflow.com/questions/1270201
Aug
19
comment Can you rewrite this snippet without goto…
I too prefer the reversed if logic here - but I feel LorenVS 6 minute earlier version was robbed of the accepted answer rep. ;) He'll have to settle for my measly +1.
Aug
19
comment How many lines should a method typically have?
Why not just make each method 10 lines and write 10% more methods?
Aug
18
comment How can I make a hidden, disposable console application and communicate with it?
@Steven: I think he needs 2-way communication
Aug
18
comment How can I make a hidden, disposable console application and communicate with it?
-1000, -1000 could be a valid point on a multi-monitor system. BTW what are Location and Points - not Win32?
Jul
31
comment Which IDEs do you have installed on your computer?
If people would post one answer per IDE we could all just up vote the ones we have installed. Otherwise you'll have tons of 0 point answers with everyone's unique combos... (or close this question - either way)
Jul
31
revised Which IDEs do you have installed on your computer?
edited title
Jul
29
revised Captain Casa Enterprise Client - RIA Framework
removed "captain" and "casa" tags (which now we're stuck w/ forever...)
Jul
9
comment How do I start learning from other people’s code?
On the flip side don't assume that other people's code/approach is the best (or even correct).
Jul
7
comment What is the best commit message you have ever encountered?
The consultant shouldn't be spending his time/your money with ASCII art ;)
Jul
6
revised Creating a GUI with MFC
added 2 characters in body
Jul
1
comment What are common UI misconceptions and annoyances?
How is this "UI"?
Jun
26
comment Please explain this strange output.
CHAN, check out the edits to your question - formatting like this will help get your question answered (or at least not so many down votes).
Jun
26
revised Please explain this strange output.
reformat, retitle
Jun
25
comment What different terms mean the same thing (or don’t, but people think they do)?
What I don't like this that you want both synonyms and often confused non-synonyms in the same question. Are the answers one or the other? You say to mark the commonly-confused accordingly, but did the poster forget or do i just not agree?