Support for Visual Studio form editor?
-
23 mai 2007 00:57
Hi,
I wondering if the Home Server controls (from HomeServerControls.dll) will support the Visual Studio form editor. I noticed that LineBox does not work with the editor but QButton does work.
Thanks,
John
Toate mesajele
-
23 mai 2007 03:31Moderator
John, I'm pretty sure this will not happen for V1. Technical details of the implementation of the WHS controls appear to make it impossible to use most of them successfully in the form designer. Controls that work seem to do so more or less by accident. -
23 mai 2007 03:32
I have the same issue also,
Can we put the controls defined in homeservercontrols.dll to the visual studio tool box and use it visually?
-
10 iulie 2007 01:28ModeratorCould you all please try with the RC version of HomeServerControls.dll? We tried to make the controls support WinForms design time as much as possible.
-
10 iulie 2007 02:03Some of the controls will not work because they do not have default constructors, like the WizardControlButton.
You can manually add the controls to your form in that case and they will then show up in the designer.