Winston Posted August 7, 2003 Posted August 7, 2003 How do you create a custom Open dialog or customise the one provided by .NET? i see some programs have rather more refined and unique open dialogs i assume it's inherited and modified which i have no idea how to do would someone like to guide me Quote
*Experts* mutant Posted August 7, 2003 *Experts* Posted August 7, 2003 OpenFileDialog cannot be inherited, you would have to create one from scratch. Quote
*Experts* Volte Posted August 7, 2003 *Experts* Posted August 7, 2003 It might be over your head, but if you are up to it, there's a VB6 tutorial here (by Garrett Sever) about doing it for VB6. You might be able to get it to work in .NET if you knew what you were doing... It requires heavy API use, and some serious subclassing. Speaking of which, here is a subclassing tutorial by Derek Stone. :) Creating one from scratch might be easier, however. Quote
jorge Posted August 7, 2003 Posted August 7, 2003 Don't know how, but it coul be posible, look at msnplus, it trace's down the msn windows and adds stuff like menus and so on Quote Jorge - http://www.blackdot.be/?page=apache.htm
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.