﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Browsedialog cannot be override</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 23 Sep 2026 12:23:10 GMT</lastBuildDate><ttl>20</ttl><item><title>Browsedialog cannot be override</title><link>http://forum.strataframe.net/FindPost9270.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I created employee browsedialog control by following CRM application sample. I found that, I can't override the its settings such as search fields after drop it on form. The settings will be reverted back as what I set in my custom employee brosedialog.&lt;/P&gt;&lt;P&gt;I tried this using CRM project as well, and it behaves the same. Is it .NET behavour or SF limitation?&lt;/P&gt;&lt;P&gt;Thank you</description><pubDate>Mon, 04 Jun 2007 08:36:51 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Browsedialog cannot be override</title><link>http://forum.strataframe.net/FindPost9276.aspx</link><description>This is intentional.&amp;nbsp; The properties of an inherited BrowseDialog are not serialized (stored in the designer.cs file).&amp;nbsp; The reason for this is that generally, you want to set the properties within the inherited dialog's designer, so you don't have to set them on every form you drop the inherited dialog on.&amp;nbsp; However, if we did not disable the serialization, when you drop an inherited browse dialog on a form, everything would be double serialized (in the dialog's designer and on the form's designer), so the search fields and results all get "doubled up" (you have 2 of every search field and 2 of every results column.</description><pubDate>Mon, 04 Jun 2007 08:36:51 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>