A
Andrius B.
Hi all.
Does anyone can suggest a good webpage or site, where I could read about how
to use IShellFolder interface in vb .net ?
E.g., I have added reference to IShellFolderEx_TLB.dll, but what next?
How to pass ITEMIDLIST structures
to IShellFolder components? E.g., I have parsed a name to Parent
IShellfolder in order to get an ITEMIDLIST of subfolder, I get its's
pointer as PIDL of type IntPtr, but the BidToObject method requires first
variable as Integer, and such things as converting ItrPtr.ToInt32 produces
error. I need smth else for passing, but what?
How to manipulate overall with such structures as ITEMIDLIST in vb .net (I
mean extracting pidls using CopyMemory functions and so on)??
All the examples or advices I found in Internet are only for C++ or
acceptable only in VB5-VB6, not for vb.net
Thanks in advance.
Does anyone can suggest a good webpage or site, where I could read about how
to use IShellFolder interface in vb .net ?
E.g., I have added reference to IShellFolderEx_TLB.dll, but what next?
How to pass ITEMIDLIST structures
to IShellFolder components? E.g., I have parsed a name to Parent
IShellfolder in order to get an ITEMIDLIST of subfolder, I get its's
pointer as PIDL of type IntPtr, but the BidToObject method requires first
variable as Integer, and such things as converting ItrPtr.ToInt32 produces
error. I need smth else for passing, but what?
How to manipulate overall with such structures as ITEMIDLIST in vb .net (I
mean extracting pidls using CopyMemory functions and so on)??
All the examples or advices I found in Internet are only for C++ or
acceptable only in VB5-VB6, not for vb.net
Thanks in advance.