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. How do you access the Application Icon path in MS Access 2003 programmatically?
    ✓ It's a custom property ("AppIcon") of the database object. Set dbs = CurrentDb sAppIconPath = dbs.Properties("AppIcon") Note - you will get an error i…
     
    Feedback
  2. People also ask
  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 - Access - change DB icon - Stack Overflow

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

  6. Best way to export an Icon Image from Access? - Stack Overflow

  7. Creating standalone app with Microsoft Access - Stack Overflow

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

  9. How can I open a Microsoft Access Database file with an .exe?

  10. MS ACCESS default and native images path - Stack Overflow

  11. vba - How to show progress on status bar when running a …

  12. ms access - Custom Ribbon onAction syntax question - Stack …

  13. MS Access - "This Record Has Been Changed By Another User …

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

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

  16. c# - How set icon for ClickOnce - Stack Overflow

  17. xaml - Shell tabbar selected icon color - Stack Overflow