but how i use a control from shell32.dll
i try to set a link to shell32.dll and a error occurs
'activex object cannot be registered'
how i get this explorer control in the dialog-build window?
micki
Um API does not = ActiveX
Just wanted to mention, an API will directly link to the functions of those dlls, like kernel32 and user32 , etc, you do not try to include the DLLs as if they were a ActiveX, which they are not, you use the API calls like he did, (no linking required just paste the code) you can do API with any non-ActiveX dlls, assuming you know the declarations.