I have an MS Project application that performs some tasks that require the project to be sorted a certain way. I'd like to save the current sort keys and be able to return to the original sort order when the processing is done but this information doesn't seem to be available.
Anyone know what...
I tried using the lockpermissions table of the msi to do this and it sort of worked for granting permissions but then the add-in didn't load into office anymore so obviously something else got broken.
I've got an application (an office add-in) built in VB.net 2005 that uses a couple of old VB6 dlls. I'm using VSI to create the deployment package. This application needs to be able to run for a non-admin user (but requiring admin rights to install is ok)
After I run the setup the add-in loads...
nope...they weren't. The interop was being added but not the dll. So I added them, set the register property to vsdrfCOMSelfReg and it all works great. Thanks :)
One more question, though. The second DLL will be used for more than one application so I'd like to avoid putting it in the...
I have a .net application that uses a dll written in VB6. That dll uses two other unmanaged dlls as well as the visual basic common control library. I've got it all working well on my development computer but now I need to package it up for deployment and it's not working. I can get the...
Wow...haven't been here in so long I had to re-register!
I'm working on modifying an office add-in that was written in VB6. It does not work on Vista unless the user has admin rights. I think this is due to the fact that it is using getsetting() and savesetting() to write to the registry and I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.