Modern Calendar on Old Webbrowser control

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 03:05
Joined
May 7, 2009
Messages
20,671
the original database (which is Edge-based webbrowser) can be found here:

the code is not mine and attribution goes to Mr.Doozer of the above thread.
also the New code for old IE-webbrowser control (and it's associated Html file) is done by our favorite AI.
i think the trick for the AI to be better is add "good comment" on it if he gives an outstanding and working code.

this version of calendar can be used on A2007 upto the latest (365 or A2024).
i am not sure if it will work on much earlier version.

the difference between the Original calendar on the above link, is that this calendar can "remember" the
state of it's Color (dark or light) to table tblCalendarColor.

so if you toggle it to be in dark mode and close it, the next time you open it it will fetch the
setting on that table (only a Yes/No field).

the calendarv12.html should be placed on the same path as the database.

if you have any error, consult your favorite AI.

//Edit:
you need to Right-Click on the "appointment" to Move it.
there is no equivalent html code for drag-and-drop (unlike on the Edge webbrowser).
 

Attachments

Last edited:
Nice job adapting the calendar to use the old browser. Also, I agree that telling the AI when it does something correctly helps. I'll let it know that its prior attempt didn't work too. Just like I treat my coworkers. ;)
 
Last edited:
ask AI to update the VBA and html file to replace right-click with drag-n-drop to move events.
also added code for recurring events.
also added combobox for Years, so user won't have difficulty going to any year (starts with 2025 upto 2050).
 

Attachments

Users who are viewing this thread

Back
Top Bottom