Adam Tegen

2,598
reputation
231 views

Registered User

name Adam Tegen
member for 1 year
seen 23 hours ago
website
location
age 32
23h
awarded  Popular Question
Nov
30
comment c# - How do I round a decimal value to 2 decimal places (for output on a page)
Techinically, for a decimal, it would be 123.4567m, yes? Without the "m" suffix, it's a double
Oct
29
answered Process timeout without showing any error in test execution using cc.net
Oct
20
comment How to execute a WiX Custom Action dll with dependencies
This did appear to just work, possibly because of the custom action build process handles adding these dependencies. If I understand it correctly, they become part of the .CA.dll that is generated by the Custom Action build. blogs.msdn.com/jasongin/archive/…
Oct
19
asked How to execute a WiX Custom Action dll with dependencies
Oct
13
comment Free CodeRush Express: worth the time?
I also had issues with memory and CPU issues with the 2009.2.4 version and had to uninstall.
Oct
1
revised msflexgrid Unicode
Updated the answer
Oct
1
answered msflexgrid Unicode
Sep
30
asked msflexgrid Unicode
Sep
29
answered How do I Search/Find and Replace in an STL string
Sep
29
asked How do I Search/Find and Replace in an STL string
Sep
18
awarded  Popular Question
Sep
8
comment How to get a Long Date format from DateTime without a weekday
I think adding that to the regex would help, yes.
Sep
8
comment How to get a Long Date format from DateTime without a weekday
This is nice and simple, but doesn't handle all cases. For instance ka-GE is "yyyy 'წლის' dd MM, dddd". This answer would leave the trailing comma
Sep
8
answered How to get a Long Date format from DateTime without a weekday
Sep
8
revised How to get a Long Date format from DateTime without a weekday
added 304 characters in body
Sep
8
accepted How to build a Minimal WIX Installer UI without a license page?
Sep
8
accepted How to add a UI to a WIX3 installer
Sep
8
asked How to get a Long Date format from DateTime without a weekday
Sep
7
accepted Regex to match url end-of-line or “/” character
Sep
2
awarded  Yearling
Aug
31
awarded  Notable Question
Aug
24
comment Piecewise conversion of an MFC app to Unicode/MBCS
I can't to that in this case. There would be tens of thousands of calls to hunt down and convert.
Aug
24
revised Piecewise conversion of an MFC app to Unicode/MBCS
added 19 characters in body
Aug
24
revised Piecewise conversion of an MFC app to Unicode/MBCS
added 292 characters in body
Aug
24
asked Piecewise conversion of an MFC app to Unicode/MBCS
Aug
6
asked Entering Unicode data in Visual Studio, C#
Jul
27
awarded  Popular Question
Jul
27
asked Should I use vcredist.exe or the msm’s to install the Visual C++ runtime library
Jul
27
comment How do I get the location of a file in a WiX Script
Thanks. The solution worked and the link was exactly what I was looking for.
Jul
27
revised WiX Search and Replace on a configuration file
Added some sample source
Jul
27
asked WiX Search and Replace on a configuration file
Jul
26
asked How do I get the location of a file in a WiX Script
Jul
9
comment XPath support in Xerces-C
Has anyone used this functionality? Has it worked? If so, for what versions of Xerces-C?
Jul
9
asked XPath support in Xerces-C
Jul
8
awarded  Popular Question
Jun
30
awarded  Famous Question
Jun
27
revised LoadLibrary() error code 127
added 48 characters in body
Jun
27
comment LoadLibrary() error code 127
I haven't called GetProcAddress() yet. What export could be missing?
Jun
27
asked LoadLibrary() error code 127
Jun
18
asked WPF Fade Animation
Jun
18
asked WPF Databinding CheckBox.IsChecked
Jun
17
awarded  Notable Question