Finally i found a link in codeproject.com after two weeks of searching.. The URL is http://www.codeproject.com/cs/miscctrl/customcombos.asp Mmm. The strange think i found the link from http://www.tech-archive.net/. Looks like Codeproject search engine should be improved.
Automation Software Engineer A S E
Posts
-
.Net CheckedComboBox. -
.Net CheckedComboBox.Is there an open source or free Checked ComboBox in .Net, either C# or VB.Net? I have been searching high & low but to no avail.:sigh:
-
Fastest thread-safe logging library for C++What's the fastest thread-safe logging library for C++? 1)log4cpp - Is it thread safe? 2)log4cxx - Still trying to understand its basic codes. 3)log4cplus - Still trying to understand its basic codes. 4)libboost-log- require boost logging 5)Rob Manderson Service log at http://www.codeproject.com/cpp/loggerservice.asp - Tried. But big performance impact, if large amount of data is being log by independent threads. Comparison of log4cpp, log4cxx and libboost-log is already done in http://log4cpp.hora-obscura.de/index.php/LoggingLibraryForCpp but i'm thinking of using log4cxx or log4cplus...
-
Opera goes free!Ed, Thanks for pointing additional stuff i don't know about FireFox. But i really don't have the time to look for interesting Firefox extensions. BTW, what's the tweak you have done on FireFox config to make it faster? Nevertheless,I still hope future versions of Opera have support for AI Roboform.
-
Opera goes free!IMHO, Firefox will slow down after prolong usage, 2 to 3 months. I will not haven't install Firefox if Opera have support for AI Roboform. Opera has so many cool features and it is secure and stable. 1)It can identity MSIE or Mozilla. 2)To close the tab, u can either double click on it or click the tab close button. You don't need much mouse movement to close the tab as compared to Firefox which has it tab close button on the far right. 3)Options to save sessions. This session will open multiple page at once. 4)Integrated RSS Feed Reader. 5)Drag & Drop frequent visited page near to address bar. (I love this) and lastly it is much much faster than FireFox.
-
Threadhow is the thread suspended? Is it through an external called of Suspend() method or by waiting for a handle through WaitForSingleObject, WaitForMultipleObjects,MsgWaitForMultipleObjects functions?