Tuesday, December 27, 2011

How To Export Tally data to any SQL database

Export Tally data to any SQL ...

how to delete facebook account

How Do I Delete My Facebook Account - Instructions If you've decided to delete your Facebook account, here's how you can go about it. First, sign out of any applications you might use in conjunction with your Facebook account, such as Facebook Connect and the applications that update Facebook automatically from Twitter. Cancel any blog feeds that...

how to hide selection of richedit c#

private void richTextBox1_SelectionChanged(object sender, EventArgs e)         {             //MessageBox.Show("Selected");              richTextBox1.SelectionLength = 0;        ...