I´ve been working with .net products since the betas too! I did a lot of
programs, Í´ve used a lot the controls, but the Money 2005 changes the
interface a lot! I don´t know if you saw the interface already, but the
questions are:
1) how do I do a window with no title bar? Of course you will say that it´s
a propertie of the Window in the C# IDE but if you really analyse the Money
interface you will notice that the title bar is in the Window and instead of
the tradicional blue color of every title bar in Windows, that title bar has
as background an image! How do I set as background of a title bar with an
image?
2) The frame of the Money window is painted as silver color!
3) The screens used for user data input has a different title bar, it seems
that was made with lines and rectangles in run time, but I would like to use
as much as possible the tools in the design time.
I know that I can do such a interface using the C# in run-time, controling
since menus behavior, to maximize, minimize, close buttons, and so foth, but
the aim of my doubts is to try to use the .Net FCL and W32API as much as
possible. And how a question of Windows Forms is not perfectly addressed by
me to this forum, that is for Windows FORMS programming.
> Being an old traditional "linear" programmer I have really, really
> struggled with OOP. I have been working with the .Net products since
[quoted text clipped - 44 lines]
>
> We see the world, not as it is, but as we are.
Mick Doherty - 14 Feb 2005 12:02 GMT
I haven't seen the MS Money interface but I suspect it's just a shaped
borderless form.
You could dock a Panel to the top of your form, and use that as a Titlebar.
You could also use an approch such as the basic example on my site:
http://dotnetrix.co.uk/misc.html --> An example of a moveable/resizable
shaped form.
I've also seen examples of this type using RegionMaster controls:
http://windowsforms.net/ControlGallery/ControlDetail.aspx?Control=219&tabindex=0

Signature
Mick Doherty
http://dotnetrix.co.uk/nothing.html
> I?ve been working with .net products since the betas too! I did a lot of
> programs, ??ve used a lot the controls, but the Money 2005 changes the
[quoted text clipped - 24 lines]
> by
> me to this forum, that is for Windows FORMS programming.
hberenguel - 14 Feb 2005 14:09 GMT
Ok, I think it will help me a lot. I tought of a panel as title bar, but how
about the window control buttons? Will I have to control it by hand?
> I haven't seen the MS Money interface but I suspect it's just a shaped
> borderless form.
[quoted text clipped - 36 lines]
> > by
> > me to this forum, that is for Windows FORMS programming.