E
Efkas
Hi
I am a new c# programmer since my project let java on the tablet to do
programming on windows. I was building an application all customized.
I had :
1. my own custom widgets (text areas, buttons, backgrounds).
2. what I called my components (group of widget ) ex: group of my
buttons to build a keypad
3. the main application instanciating a keypad that is draw in the
main window.
Each of these level was a package with different classes inside
extending java composite.
Or, in C#, the first level seems to be flushed, because the common
widget already have the custom features I added to my java version.
My problem is that I have some difficulties to imagine how to group
and rearrange my 3 levels from java to c#.
I have read on the subject, and it seems essential to have the
smallest winform application as possible, and use class library for
my components to have separate dll for each functionnalities. Is it
true?
More, suppose I already have my main application and a keypad
component in c#, is it preferable to draw the keypad on the main
window or popup a keypad in another window form? In fact, what I am
wondering is if it's possible to create a component with labels or
buttons inside but without winform and only display the positionned
buttons or labels in the main window?
Note I don't want use properties of winforms because I want it as
small as possible and I project use different skins for my
application.
A lot of questions that becomes quickly confusing... as my brain is
becoming
So please indicate me the "standard" if it exist or a prefered
solution or philosophy for a full custom application design.
Thanks
François
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
I am a new c# programmer since my project let java on the tablet to do
programming on windows. I was building an application all customized.
I had :
1. my own custom widgets (text areas, buttons, backgrounds).
2. what I called my components (group of widget ) ex: group of my
buttons to build a keypad
3. the main application instanciating a keypad that is draw in the
main window.
Each of these level was a package with different classes inside
extending java composite.
Or, in C#, the first level seems to be flushed, because the common
widget already have the custom features I added to my java version.
My problem is that I have some difficulties to imagine how to group
and rearrange my 3 levels from java to c#.
I have read on the subject, and it seems essential to have the
smallest winform application as possible, and use class library for
my components to have separate dll for each functionnalities. Is it
true?
More, suppose I already have my main application and a keypad
component in c#, is it preferable to draw the keypad on the main
window or popup a keypad in another window form? In fact, what I am
wondering is if it's possible to create a component with labels or
buttons inside but without winform and only display the positionned
buttons or labels in the main window?
Note I don't want use properties of winforms because I want it as
small as possible and I project use different skins for my
application.
A lot of questions that becomes quickly confusing... as my brain is
becoming

So please indicate me the "standard" if it exist or a prefered
solution or philosophy for a full custom application design.
Thanks
François
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*