December 2011
1 post
ㄒㄧㄚˋㄧˊㄓㄢˋ ㄊㄞˊㄅㄟˇ
Dec 28th
October 2011
3 posts
http://www.whatwg.org/specs/web-apps/current-work/#... →
Oct 5th
http://stackoverflow.com/questions/1417702/change-r... →
Oct 5th
http://www.fabianpimminger.com/web-development/how-... →
Oct 5th
September 2011
1 post
-v busratio=20 cpus=1
Sep 28th
August 2011
1 post
Error link →
Aug 16th
June 2011
1 post
如何用SSH Tunnel穿透防火牆或避免側錄? →
Jun 12th
May 2011
1 post
Return string from DLL to innosetup →
May 26th
March 2011
1 post
WinForm detect design mode →
Mar 27th
February 2011
3 posts
Windows command line is just a string →
Feb 22nd
https://developer.mozilla.org/en/Gecko_Plugin_API_R... →
Feb 17th
Ice sword →
Feb 10th
January 2011
1 post
Invoke BHO from Javascript
http://groups.google.com/group/microsoft.public.inetsdk.programming.webbrowser_ctl/browse_frm/thread/afb353de46bae2f8
Jan 24th
December 2010
2 posts
WOW instance equipment →
Dec 29th
GUI guideline for command buttons →
Dec 20th
October 2010
3 posts
Sqlite Expert →
Oct 26th
UAC virtualization
Basic idea about UAC virtualization http://windowsteamblog.com/windows/b/developers/archive/2009/08/04/user-account-control-data-redirection.aspx The way to make the application UAC aware http://blogs.technet.com/b/mrsnrub/archive/2010/08/11/uac-virtualization-allowing-standard-users-to-update-a-system-protected-area.aspx
Oct 7th
Teach Your Apps To Play Nicely With Windows Vista...
Some UAC issues need to be aware for Windows applications http://msdn.microsoft.com/en-us/magazine/cc163486.aspx
Oct 7th
September 2010
2 posts
Creating a Security Descriptor for a New Object in...
http://msdn.microsoft.com/en-us/library/aa446595%28VS.85%29.aspx
Sep 7th
How to check whether current user have...
SID_IDENTIFIER_AUTHORITY NtAuthority = SECURITY_NT_AUTHORITY; PSID AdministratorsGroup; // Initialize SID. if( !AllocateAndInitializeSid( &NtAuthority, 2, SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_ADMINS, 0, 0, 0, 0, 0, 0, ...
Sep 7th
July 2010
11 posts
Getting Windows Special Folder in C++
SHGetSpecialFolderPath http://msdn.microsoft.com/en-us/library/bb762204%28VS.85%29.aspx CSIDL_LOCAL_APPDATA constant for User\Local Setting\App Data\ folder
Jul 22nd
C# combox with grid drop down
Searchable MultiColumn ComboBox with Linked TextBox http://www.codeproject.com/KB/combobox/MultiColumnComboBoxLinked.aspx Multi Column ComboBox http://www.codeproject.com/KB/combobox/multicolumncombo.aspx
Jul 20th
C# GUI
After using C# for a while, the conclusion is C# GUI is really suck! Most of them are too simple; and even unable to inherit them to make more advanced. Tree view is unable to selective having checkboxes Tree view does not able to view a tuple of data Tree view does not able to use other widget in its nodes except checkbox Notify Icon tooltip has 63 chars limited. Notify icon event just has...
Jul 19th
Free Tree-grid for C#
Open list view http://objectlistview.sourceforge.net/ http://www.codeproject.com/KB/tree/TreeWithColumns.aspx http://www.codeproject.com/KB/list/treelistview.aspx
Jul 18th
Dynamic load DLL and create instance in C#
http://huan-lin.blogspot.com/2009/02/dynamically-loaded-dll-with-cshar-4.html
Jul 18th
StarUML A Freeware UML editor
A Freeware UML editor but disconnected since 2008 : ( Drag and drop, generate code and reverse engineering http://staruml.sourceforge.net/en/ Bug fixed patch can be found at http://sourceforge.net/projects/stavruml/files/
Jul 18th
lexers & parser introduction
lexers & parser http://www.cs.man.ac.uk/~pjj/cs212/ho/node6.html LL parser http://en.wikipedia.org/wiki/LL_parser LR parser http://en.wikipedia.org/wiki/LR_parser
Jul 18th
Multi Index Container for C# 2.0
inspired from boost multi-index container Great! http://www.codeproject.com/KB/cs/Multi-Index_Container.aspx
Jul 18th
QT build fully "/MT"
http://www.formortals.com/build-qt-static-small-microsoft-intel-gcc-compiler/ Argument: -debug-and-release -static -fast -qt-libjpeg -qt-zlib -qt-libpng -nomake examples -nomake demos -no-exceptions -no-stl -no-rtti -no-qt3support -no-scripttools -no-openssl -no-opengl -no-webkit -no-phonon -no-style-motif -no-style-cde -no-style-cleanlooks -no-style-plastique -no-sql-sqlite -platform...
Jul 18th
Calling C++ Unmanaged Class from C#
Basic concept: C# -> C++.net wrapper -> Native C++ http://blogs.msdn.com/b/sanpil/archive/2004/07/07/175855.aspx
Jul 18th
開個blog
方便將公司找到news, research result 帶回家, 或倒轉 :)
Jul 18th