i played around with the MSI automation interface and did some VBS on MSI files and on the stuff that is installed on the current workstation. It's pretty cool, what one can do with it....
You want to know, if changing code will influence the way your app calls a dll? I think:
No matter if you use static linking (with a .lib) or dynamic linking with GetProcAddress(): As long as you do...
I think you are wrong. If you were searching a solution for "accessibility in logon process" (or whatever) why didn't you ask for that?
Without ever having done it myself: I am pretty sure, that...
Did you try a SendMessage instead of a PostMessage? This API should wait untill the message was processed ...
You should read the documentation of SendMessage and SendMessageTimeout...
thanks a lot.
Actually we achieved showing the "properties" by doing a shellexecute on the folder with the verb "properties". But ... we would be much more happy, if the "sharing" page would be...
there is a function called "ShowShareFolderUIW" in ntshrui.dll, that shows a folders property page with the sharing options of that folder. But this function is not there on Win2k, only on...
In your code there is no LoadLibrary, so your dll will only be loaded, if you have linked to the .lib file of the dll you want to load. You must load the dll to retreive a...