You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was brought to my attention in #240 that the MSysResources table was sometimes not being created in the Themes class. This was due to the approach I was taking in creating a temporary form to cause Access to create the resources table and add a record for the default theme. This was obviously a bit of a hack, and evidently wasn't working for everyone.
I then realized that Access actually does provide a way for us to programmatically force this table to be created! Shared images share this same table, and can be imported using the AddSharedImage function.
The text was updated successfully, but these errors were encountered:
It was brought to my attention in #240 that the
MSysResources
table was sometimes not being created in the Themes class. This was due to the approach I was taking in creating a temporary form to cause Access to create the resources table and add a record for the default theme. This was obviously a bit of a hack, and evidently wasn't working for everyone.I then realized that Access actually does provide a way for us to programmatically force this table to be created! Shared images share this same table, and can be imported using the
AddSharedImage
function.The text was updated successfully, but these errors were encountered: