Adapter: Custom property pages? Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Adapter: Custom property pages? This topic has 1 reply, 1 voice, and was last updated 9 years, 2 months ago by community-content. Viewing 1 reply thread Author Posts November 30, 2006 at 3:42 AM #16623 community-content Does anyone have samples on how to implement custom property pages for adapters? All the samples I've seen use the VS-style property inspector dialog. But I'd like to implement my own (like the built-in file adapter uses). Any pointers would be appreciated. November 30, 2006 at 5:12 PM #16645 community-content You need to implement your own COM Property Page; You register the CLSID in the registry – see Configuration Property Pages on this pagehttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/BTS06CoreDocs/html/bc85b96e-7b7b-4131-88ec-87b419a61bc2.asp There are very few details about creating this property page. I gave up and used the standard interface, which you can extend with dialogs Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register