non-blocking “toast” like notifications for Microsoft Access (VBA)

前端 未结 2 1558
难免孤独
难免孤独 2020-12-03 11:13

I\'m going to ASK and answer a question that I think will be useful to someone who is interested in some cool UI functions in MS Access. Answering own question

2条回答
  •  [愿得一人]
    2020-12-03 11:50

    Not sure if this deserves another answer! Please forgive if it hasn't! To answer "If i could publish the DLL source-code" and to make it easier to read/stand out for those who wants to contribute/participate to the DLL project.

    I've added the DLL project to the GitHub and I will be adding updating new functions. If you would like to contribute please do. The project is written is C# to prove this concept hence code can be very messy. (Initial stage)

    Please do improve: 
    
    1. New animations
    2. Perhaps sending messages back to host applications?
    3. Better x,y position handling ?

    and whatever you come up with.

    I'll be happy if you could leave the main class name as it is "KRISH_VBA_TOOLS".

    Here is the GitHub link:
    https://github.com/krishKM/VBA_TOOLS

    Enjoy.

提交回复
热议问题