Re: Extending a File Dialog
From: Ignacio Machin \( .NET/ C# MVP \) ("Ignacio)
Date: 02/01/05
- Next message: Lee: "Subtract Hours from a Date"
- Previous message: Sean McKaharay: "Page Layout In HTML"
- In reply to: Stuart: "Extending a File Dialog"
- Next in thread: Tom Shelton: "Re: Extending a File Dialog"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Feb 2005 15:55:10 -0500
Hi,
IIRC OpenFileDialog is declared as sealed, therefore you cannot extend it,
now I do remember reading some article ( I found it );
http://msdn.microsoft.com/msdnmag/issues/03/03/CuttingEdge/default.aspx
cheers,
-- Ignacio Machin, ignacio.machin AT dot.state.fl.us Florida Department Of Transportation "Stuart" <NO-SPAM@NO-SPAM.com> wrote in message news:qlRLd.4782$8B3.2091@text.news.blueyonder.co.uk... > I'm looking to implement a Standard File Open Dialog, and put a little > File > Preview segment onto the dialog. Unfortunately it's not as straightforward > as just inheriting a regular file open dialog and adding the bits I need. > > Does anyone know of any easy way to achieve what I'm looking for? Or will > it > be a case of me having to write a whole new dialog from scratch? > > Many thanks > > Stuart > >
- Next message: Lee: "Subtract Hours from a Date"
- Previous message: Sean McKaharay: "Page Layout In HTML"
- In reply to: Stuart: "Extending a File Dialog"
- Next in thread: Tom Shelton: "Re: Extending a File Dialog"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|