Archive for July 15th, 2010
Online TCP/IP Guide Book
15Jul10
[link] http://www.tcpipguide.com/free/t_toc.htm
Filed under: C/C++, DDK, Linux, Network, WDF, WDK, Windows | Leave a Comment
1. Right-click on the Outlook icon in the Notification Area, next to the clock. 2. In the resulting menu, select Hide When Minimized.
Filed under: Uncategorized, Windows | Leave a Comment
Sample code can help you to use excel sheet as database. private static OleDbDataReader myReader; private static DBManager dbObject; public static void readDatabaseDate( string filePath, string selectQuery ) { String conString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + filePath + ";" + "Extended Properties=Excel 8.0;"; dbObject = new DBManager( conString ); dbObject.open( ); [...]
Filed under: C#, Windows | Leave a Comment




