ms access application icon site:stackoverflow.com - Search
About 64 results
    Kizdar net | Kizdar net | Кыздар Нет
    Upvotes2Top Answeredited Mar 30, 2009 at 18:47

    It's a custom property ("AppIcon") of the database object.

    Set dbs = CurrentDb
    sAppIconPath = dbs.Properties("AppIcon")

    Note - you will get an error if the property doesn;t exist.

    This code from the Access Help shows how to create the property:

    Example

    The following example shows how to change the AppIcon and AppTitle properties in a Microsoft Access database (.mdb). If the properties haven't already been set or created, you must create them and append them to the Properties collection by using the CreateProperty method.

    Content Under CC-BY-SA license
    Was this helpful?
     
  1.  
  2. Question & Answer
  3. WEBFeb 17, 2023 · to change the application icon of my access database, but the Access icon is still displayed in the main, like this: Forms and reports are updated with the customized Icon, but not the "main" icon as shown.

  4. vba - Use .png as custom ribbon icon in Access 2007 - Stack …

  5. Creating standalone app with Microsoft Access - Stack Overflow

  6. Displaying an Access GUI without the default Access frame

  7. vba - Access - change DB icon - Stack Overflow

  8. vba - Using Built-in Icons Programmatically - Stack Overflow

  9. vba - Hide access window when opening a form - Stack Overflow

  10. Adding a customised menu with icon in MS Access

  11. How can i use picture as icon in shortcut menu vba access?

  12. How to save ImageMSO icon from Microsoft Office 2007?

  13. Is there a way to get ms-access to display images from ... | Stack …

  14. How do I programmatically get the icons for WIN10 / MS Store …

  15. Could Anyone Show List of Button Face Id in Excel 2010

  16. Get application icon of C# WinForms App - Stack Overflow