Is a VB class a Window? The first parameter of the API function SHGetFolderPath() is:
hwndOwner
(A handle to the window calling the function, which will own any dialog boxes the function may create. )
Issue 1: I don't see what dialog boxes this call could create.
Issue 2: I don't know what to use as the hwndOwner when calling this function from a module or class.
It seems to work if I send the Long '1'. Is this safe?
