Re: [ADVANCED-DOTNET] Reading contents of an ISO file

2007-12-04 Thread Steve Welborn
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

Re: [ADVANCED-DOTNET] Reading contents of an ISO file

2007-12-03 Thread Mike Andrews
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

[ADVANCED-DOTNET] Reading contents of an ISO file

2007-12-03 Thread Steve Welborn
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

Re: [ADVANCED-DOTNET] Reading contents of an ISO file

2007-11-30 Thread G G
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&#

Re: [ADVANCED-DOTNET] Reading contents of an ISO file

2007-11-29 Thread Steve Welborn
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

Re: [ADVANCED-DOTNET] Reading contents of an ISO file

2007-11-28 Thread Mike Andrews
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

Re: [ADVANCED-DOTNET] Reading contents of an ISO file

2007-11-28 Thread Steve Welborn
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]

Re: [ADVANCED-DOTNET] Reading contents of an ISO file

2007-11-26 Thread Barry Kelly
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

[ADVANCED-DOTNET] Reading contents of an ISO file

2007-11-26 Thread Steve Welborn
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