i was use Weifon luo for Docking and i want to know how to Show or Load Form in DockPanel or RadDock Panel Like that Code i use it in weifun luo
public partial class Form2 : DockWindow // i try that in RadDock but there`s Error in Form Designer and it Crashed .
{
....... any code
}
and in Main Form that i use as Main Docking i should write that
public partial class Form1:Form
{
Form2 f2=new Form2();
f2.show(DockPanl1,Dockstate.Left) ; // or in Telerik RadDock as Raddock1,Dockposition.Right ........... etc ..
please i need fast answer Thanks ADMINS .
}
public partial class Form2 : DockWindow // i try that in RadDock but there`s Error in Form Designer and it Crashed .
{
....... any code
}
and in Main Form that i use as Main Docking i should write that
public partial class Form1:Form
{
Form2 f2=new Form2();
f2.show(DockPanl1,Dockstate.Left) ; // or in Telerik RadDock as Raddock1,Dockposition.Right ........... etc ..
please i need fast answer Thanks ADMINS .
}