cheap basketball shoespaul smith uksunglasses 2011louis vuitton bagsherve leger saleralph lauren shirtstory burch shoes christian louboutin sale

 

Login required to post messages or search forums!

 

  Product Support  WinFormResizer for .NET 2.0 Support  Resizer and Ope...
 Resizer and OpenFileDialog Component vb 2005
 
sarndt
4 posts
Joined
12/13/2006

Resizer and OpenFileDialog Component vb 2005
Posted: 27 Dec 06 11:27 PM

Hi...

I need to use the OpenFileDialog component in my application.  Because this is called from code, is there anyway that I can code your resizer to appropriately resize this component when displayed?  Or do I need to create my own OpenFileDialog form and add the resizer component to it?

Thanks

Steve

Support
71 posts
Joined
4/29/2006

Re: Resizer and OpenFileDialog Component vb 2005
Posted: 03 Jan 07 9:07 AM Modified By Support  on 1/3/2007 9:08:22 AM)

Hello,

 

OpenFileDialog inherits indirectly from the Component class. WinFormResizer will only resize objects that inherit direclty or indirectly from the Control class eg. Form, Button etc. The Control class is the only class that has the appropriate properties to allow for resizing.

 

If you need resizability in your Open File Dialog then you might want to consider implementing OpenFileDialog's functionality in a new Form and adding WinFormResizer to this form. As a starting point you could take a look at Casper Boekhoudt's 2002 article "Custom FileDialog" at:

 

http://www.c-sharpcorner.com/Code/2002/Feb/FileDialogCB.asp

 

 

Regards,

Fengari Software Support

  Product Support  WinFormResizer for .NET 2.0 Support  Resizer and Ope...
Copyright © 2006-2008 Fengari Software. All rights reserved.   |  Privacy Statement  |  Terms Of Use