Andrei's blog
sharing coding bits
Thursday, November 15, 2007
RichEdit common contrl
›
i'll keep this post update with all the things about Rich Edit. #1 The RichEdit Version The current versions of RichEdit control and the...
Open and select a file in windows explorer
›
Many applications can open an windows explorer window an select a file. This is done by running explorer.exe with some command line switches...
Monday, October 08, 2007
smallest EXEcutable
›
This is an interesting page discussing techniques to achieve the smallest EXE possible. http://www.phreedom.org/solar/code/tinype/ More, it ...
Thursday, October 04, 2007
the one and only, the TB_ADDSTRING message !
›
If you try to use TB_ADDSTRING with the string from the resource then you might had blown your head trying to figure out what the heck is ha...
Thursday, September 27, 2007
MAKEINTRESOURCE macro
›
Many Win32 API functions use a LPCTSTR parameter as resource name or type. For example, a trivial one: HICON LoadIcon(HINSTANCE hInstance...
Wednesday, September 26, 2007
Navigating to an embedded resource in .NET
›
This task is very common but since i did not find a clear and simple solution i decided to write it. I have a simple C# application which ha...
Wednesday, July 25, 2007
AIAB (Asynchronous Invocation Application Block)
›
i'll edit this post from time to time to update it untill it's finished. Worker Thread and Service Agent execution. If an except...
‹
›
Home
View web version