Archive for July 15th, 2010

[link] http://www.tcpipguide.com/free/t_toc.htm


1. Right-click on the Outlook icon in the Notification Area, next to the clock. 2. In the resulting menu, select Hide When Minimized.


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( ); [...]



Follow

Get every new post delivered to your Inbox.