Knowledge.ToString()

Month: December 2009

  • Write in 9 Indian Scripts in Drupal 6 using TinyMCE and FCKEditor Plugin

    Note: This article is very old. This tutorial cannot be used for current version of software available at https://www.pramukhime.com Here is a procedure on how to enable Drupal 6 to write in Indian language Bengali / Gujarati / Hindi / Marathi / Sanskrit / Kannada / Malayalam / Oriya / Punjabi / Tamil and Telugu.…

    |

  • Change MS Access Application Title and Icon Using VBA

    Here is a code to change MS Access application title and icon using VBA. This code also sets the application icon as form and report default icon. Click here for list of all properties exposed by CurrentDB.Properties().

    |

  • List of MS Access Properties Available Through CurrentDB.Properties

    CurrentDB.Properties is nothing but a collection. If you can iterate through a collection, you will be able to get the list of all the properties. Code to iterate through all properties is It gave me the following list of properties. I don’t know the data types of the these properties but I put it for…

    |