Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
OpenFileDialog with style
posted

Hi,

We are trying to apply styles to our application.  We can make our pop up windows/dialogs have the same styles.  But the standard dialogs (open file dialog, folder selection dialog, etc) are not changed.  How can we change them too?

I find a similar question, but there is no future info:

http://forums.labs.infragistics.com/readmessage?id=%3C377bfb0c$5440c373$47ff63@news.infragistics.com%3E&group=infragistics.products.netadvantage.windowsforms.general

Thanks,

--Willy

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Willy,

    There's no way to do this. You can style certain inbox controls like Forms and TextBoxes, etc. using the Inbox Control Styler component. But this component just sets properties on those controls. So it can't do anything that the controls themselves don't already do. Those dialogs you mentioned do not expose any appearance-related properties so they cannot be styled. If you want to style them, you would have to replace them with your own custom dialogs.

Children
No Data