473,406 Members | 2,707 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Designing a new form

Hi all,

Does anyone know what would be involved in redesigning the look and feel
of the typical windows application form in .net? I've seen applications that
have totally redisigned the look and feel of the form, including the minimize
and maximize and close buttons. The new styles work identically on all the
windows versions that I've seen (98, 2000 and XP)

Can anyone tell me what I would need to do to redesign the Title Bar at the
very least?

Thanks all

Kindest Regards

tce

Aug 3 '05 #1
2 1212

Hi,

You need to draw all the elements of the form yourself. You need to
override the paint events. (As well as the standard paint event ther are
seperate ones for the non-client areas such as the title bar etc.)
You may also need to override the mouse hit-test events.

It's not a trivial task to do all this, but if you design it right in a
class derived from Form you should be able to use it wherever you want.
Paul

thechaosengine wrote:
Hi all,

Does anyone know what would be involved in redesigning the look and feel
of the typical windows application form in .net? I've seen applications
that have totally redisigned the look and feel of the form, including
the minimize and maximize and close buttons. The new styles work
identically on all the windows versions that I've seen (98, 2000 and XP)

Can anyone tell me what I would need to do to redesign the Title Bar at
the very least?

Thanks all

Kindest Regards

tce

Aug 5 '05 #2
Many thanks paul

Kindest Regards

tce
Hi,

You need to draw all the elements of the form yourself. You need to
override the paint events. (As well as the standard paint event ther
are
seperate ones for the non-client areas such as the title bar etc.)
You may also need to override the mouse hit-test events.
It's not a trivial task to do all this, but if you design it right in
a class derived from Form you should be able to use it wherever you
want.

Paul

thechaosengine wrote:
Hi all,

Does anyone know what would be involved in redesigning the look and
feel of the typical windows application form in .net? I've seen
applications that have totally redisigned the look and feel of the
form, including the minimize and maximize and close buttons. The new
styles work identically on all the windows versions that I've seen
(98, 2000 and XP)

Can anyone tell me what I would need to do to redesign the Title Bar
at the very least?

Thanks all

Kindest Regards

tce

Aug 5 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: alwayshouston | last post by:
Hi All, I am designing an application in MS Access for a grocery store to store daily report information. I am stuck in implementation of Lottery sales for the store. I have stored the lottery...
1
by: slonocode | last post by:
I'm wondering if there are certain processes that I could follow to learn to design better classes? Where could I find these processes? Is designing classes more of an art that comes from...
7
by: dad | last post by:
REQ: any utilities for designing front-ends for databases
3
by: mystilleef | last post by:
Hello, I need to design a plug-in system for a project. The goal is to allow third party developers interact with an application via plug-ins in a clean and robust manner. At this point I am...
1
by: puttypapyrus | last post by:
I am having trouble designing the tables and establishing relationships for a survey database for the purpose of evaluating speakers for a variety of events. After every event, the attendants are...
2
by: Mohammad Hashemian | last post by:
Hello In writing an application I should design an options form like the MS Office Options form. this form has too many controls in some tab pages. the problem is when I add these controls to the...
32
by: keri | last post by:
Hi everyone, Having learnt a little about the basics whilst creating my first db I am now about to start creating a good one! I am about to sit down with a large piece of paper and plan it all...
6
by: Zim Babwe | last post by:
VS 2005 Windows Application I need to have users enter product information, then contact information, then some other financial information. Currently I have a form that the user enters info...
1
by: hottoku | last post by:
Hi All, I'm having quite a bit of trouble designing a search tool to work with my database. I have found lots of examples from Microsoft Templates to Allen Browne's sample search form. The...
5
by: creative1 | last post by:
Hi, I am designing a data entry JSP form to add payment information. I want to add a combo box on the form that would have list of the compies present in databse. The combo should be populated based...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.