Here's the code I use to define a Virtual Folder (Sorry if poorly formatted)
***
[DllImport("kernel32.dll")]
internal static extern bool DefineDosDevice(uint dwFlags, string
lpDeviceName,
string lpTargetPath);
[DllImport("Kernel3
than one version of the .NET
> >> runtime in a single process.
> >>
> >> > and although I have majority of it complete I am having problems
> being
> >> able to view the contents of an .iso file. With my extension I will be
> >> working with iso files and
ion I will be
>> working with iso files and a few other formats.
>> >
>> > Can someone set me in the right direction as far as how to view/output
>> the contents of an iso file?
>>
>> I'm not 100% sure what your difficulty is. Is it the ISO format itsel
files and a few other formats.
>> >
>> > Can someone set me in the right direction as far as how to view/output
>> the contents of an iso file?
>>
>> I'm not 100% sure what your difficulty is. Is it the ISO format itself?
>> If I was interested in that, I
tem driver
> in Linux.
>
> -- Barry
>
> --
> http://barrkel.blogspot.com/
>
> - Original Message
> From: Steve Welborn <[EMAIL PROTECTED]>
> To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
> Sent: Monday, November 26, 2007 1:25:23 PM
> Subject: [ADVANCED-D
s how to view/output
> the contents of an iso file?
>
> I'm not 100% sure what your difficulty is. Is it the ISO format itself?
> If I was interested in that, I'd look at the ISO9660 file system driver
> in Linux.
>
> -- Barry
>
> --
> http://barrkel.blogspot
rested in that, I'd look at the ISO9660 file system driver
in Linux.
-- Barry
--
http://barrkel.blogspot.com/
- Original Message
From: Steve Welborn <[EMAIL PROTECTED]>
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Sent: Monday, November 26, 2007 1:25:23 PM
Subject: [ADVANCED-DOTNET]
Steve Welborn <[EMAIL PROTECTED]> wrote:
> Hello everyone. I am in the process of writing an Extension to the Windows
> Shell
>
> My environment will be C# and Windows 2003 and up.
You shouldn't write in-process extensions to the shell in managed code,
because it causes the shell to load a spec
Hello everyone. I am in the process of writing an Extension to the Windows
Shell and although I have majority of it complete I am having problems being
able to view the contents of an .iso file. With my extension I will be working
with iso files and a few other formats.
Can someone set me in th