-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Custom OpenFile/Folder dialog for C# Addin
- This topic has 2 replies, 2 voices, and was last updated 11 years, 6 months ago by Olivier Baillard.
-
AuthorPosts
-
May 13, 2013 at 9:18 am #12818Olivier BaillardMember
Hi,
I would like to be able to use custom .NET forms to select either several files or several folders in the folder task window in Flexpro analog to the SelectFolder of the FPDatabaseAccess object.
Is there a control/form which I may inherit in the FlexPro COM object library? How can I access the browser capabilities of FlexPro in the folder task window?
Thanks.
May 13, 2013 at 9:18 am #8475Olivier BaillardMemberHi,
I would like to be able to use custom .NET forms to select either several files or several folders in the folder task window in Flexpro analog to the SelectFolder of the FPDatabaseAccess object.
Is there a control/form which I may inherit in the FlexPro COM object library? How can I access the browser capabilities of FlexPro in the folder task window?
Thanks.
May 14, 2013 at 10:50 am #9289Bernhard KantzParticipantThere is no FlexPro COM control for access of the folder/objects in the project database. To simulate the explorer-like view of the folder window, one has to create a ListView with a custom data model representing the folders and other objects found in the project database.
-
AuthorPosts
- You must be logged in to reply to this topic.