Autor Beitrag
alias5000
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 2145

WinXP Prof SP2, Ubuntu 9.04
C/C++(Code::Blocks, VS.NET),A51(Keil),Object Pascal(D2005PE, Turbo Delphi Explorer) C# (VS 2008 Express)
BeitragVerfasst: Mo 16.04.07 12:20 
Hi!
Ich kenne das ja schön aus Delphi, dass man dort für oft benutzte GUI- Teile einen Frame erstellen kann und den dann wiederverwenden kann, ohne die ganze GUI mit Code erstellen zu müssen.
Sowas würde ich jetzt gerne auch in C# (VS-C# 2005 Express) machen.
Da ich nichts von Frames gehört habe, wäre es ja auch eine Überlegung, ob ich schlichtweg eine Form mit dem WinForms Designer erstellen könnte und die dann in ein TabControl darzustellen.

Ich suche halt eine Möglichkeit, wie ich mir sowas Frame-artiges mit dem WinForms Designer erstellen kann, um es später beliebig oft in einem TabControl darzustellen.

Gruß
alias5000

_________________
Programmers never die, they just GOSUB without RETURN
UGrohne
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Veteran
Beiträge: 5502
Erhaltene Danke: 220

Windows 8 , Server 2012
D7 Pro, VS.NET 2012 (C#)
BeitragVerfasst: Mo 16.04.07 12:28 
Das geht perfekt mit einem UserControl. Dort kannst Du wie in einem Form designen und selbiges dann über die Komponentenpalette oder per Code einbinden. Finde das Konzept dort auch um Längen besser umgesetzt, wie in Delphi und nutze es daher häufig.
alias5000 Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 2145

WinXP Prof SP2, Ubuntu 9.04
C/C++(Code::Blocks, VS.NET),A51(Keil),Object Pascal(D2005PE, Turbo Delphi Explorer) C# (VS 2008 Express)
BeitragVerfasst: Mo 16.04.07 12:53 
Ah jetzt cool, ich habs gefunden :D
Vielen Dank!

Gruß
alias5000

_________________
Programmers never die, they just GOSUB without RETURN