473,586 Members | 2,754 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Force a Windows XP look

Hi all,

I have an application, designed in Visual Studio 2005, which will run
mainly on Windows XP computers.

If I run the application on a Windows XP computer having the Windows XP
Theme selected the controls look nice rounded, etc. just like in Windows
XP.

But if I run the application on a Windows XP computer having the Windows
Classic Theme selected the controls look 'classic' again.

Is there a way to also use the Windows XP look on a computer having the
Windows Classic Theme running?

Thanks,

Regards,
Maurice
Aug 4 '06 #1
20 2201
"Maurice" <hm*****@nospam .nospama écrit dans le message de news:
Xn************* *************** @194.109.133.13 3...

| Is there a way to also use the Windows XP look on a computer having the
| Windows Classic Theme running?

The whole idea of themes is to allow users to choose how their applications
look; you are not in charge of that, they are.

I, for one, would not appreciate an application that looks different to how
I have set and would like to see my applications appear.

Joanna

--
Joanna Carter [TeamB]
Consultant Software Engineer
Aug 4 '06 #2

Maurice wrote:
Hi all,

I have an application, designed in Visual Studio 2005, which will run
mainly on Windows XP computers.

If I run the application on a Windows XP computer having the Windows XP
Theme selected the controls look nice rounded, etc. just like in Windows
XP.

But if I run the application on a Windows XP computer having the Windows
Classic Theme selected the controls look 'classic' again.

Is there a way to also use the Windows XP look on a computer having the
Windows Classic Theme running?
I haven't tried the exact scenario you describe, but there is an:

Application.Ena bleVisualStyles

method.

Aug 4 '06 #3
"Maurice" <hm*****@nospam .nospamschrieb:
I have an application, designed in Visual Studio 2005, which will run
mainly on Windows XP computers.

If I run the application on a Windows XP computer having the Windows XP
Theme selected the controls look nice rounded, etc. just like in Windows
XP.

But if I run the application on a Windows XP computer having the Windows
Classic Theme selected the controls look 'classic' again.
Well, have you ever spent a thought on why the user has the ability to
change the theme?! If the user selects the Windows Classic theme he/she
expects applications to use this theme.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Aug 4 '06 #4
Hi Joanna,

the reason I want this is because we are building a product which has a
certain look and feel. We want to preserve this look and feel throughout
the whole GUI of the application.

We designed a specific GUI and don't want this GUI to be changed.


"Joanna Carter [TeamB]" <jo****@not.for .spamwrote in
news:Oy******** ******@TK2MSFTN GP05.phx.gbl:
"Maurice" <hm*****@nospam .nospama écrit dans le message de news:
Xn************* *************** @194.109.133.13 3...

| Is there a way to also use the Windows XP look on a computer having
| the Windows Classic Theme running?

The whole idea of themes is to allow users to choose how their
applications look; you are not in charge of that, they are.

I, for one, would not appreciate an application that looks different
to how I have set and would like to see my applications appear.

Joanna
Aug 4 '06 #5
"Maurice" <hm*****@nospam .nospama écrit dans le message de news:
Xn************* *************** @194.109.133.13 3...

| the reason I want this is because we are building a product which has a
| certain look and feel. We want to preserve this look and feel throughout
| the whole GUI of the application.
|
| We designed a specific GUI and don't want this GUI to be changed.

Well, I'm sorry, but that really violates the whole idea of the Windows UI
design guidelines.

People set up Windows to look and feel how *they* want. It is up to you to
allow them to do that; after all it is their computer, not yours.

I have had the displeasure of installing programs like this which take over
my computer's UI settings; they last about 30 seconds before I uninstall
them.

If you really insist on making a "different" look and feel, then I suggest
you look at creating your own skinning options like Media Player, etc. But
do bear in mind that the customer is always right, and if they don't like
the appearance, they will simply change it or ditch the program. You could
well be shooting yourself in the commercial foot insisting on this
"feature".

Joanna

--
Joanna Carter [TeamB]
Consultant Software Engineer
Aug 4 '06 #6
The user has chosen their theme as it has a certain look and feel. They
want to preserve this look and feel throughout the whole GUI of the
operating system.

The user has selected a specific GUI and do not want this GUI to be changed.

D

Maurice wrote:
Hi Joanna,

the reason I want this is because we are building a product which has a
certain look and feel. We want to preserve this look and feel throughout
the whole GUI of the application.

We designed a specific GUI and don't want this GUI to be changed.


"Joanna Carter [TeamB]" <jo****@not.for .spamwrote in
news:Oy******** ******@TK2MSFTN GP05.phx.gbl:
>"Maurice" <hm*****@nospam .nospama écrit dans le message de news:
Xn************ *************** *@194.109.133.1 33...

| Is there a way to also use the Windows XP look on a computer having
| the Windows Classic Theme running?

The whole idea of themes is to allow users to choose how their
applications look; you are not in charge of that, they are.

I, for one, would not appreciate an application that looks different
to how I have set and would like to see my applications appear.

Joanna
Aug 4 '06 #7
I hope not. Why do you want to force the XP look on your users?
You will probably need to draw everything yourself if you want a precise
look, regardless of the user's settings.

/claes

"Maurice" <hm*****@nospam .nospamwrote in message
news:Xn******** *************** *****@194.109.1 33.133...
Hi all,

I have an application, designed in Visual Studio 2005, which will run
mainly on Windows XP computers.

If I run the application on a Windows XP computer having the Windows XP
Theme selected the controls look nice rounded, etc. just like in Windows
XP.

But if I run the application on a Windows XP computer having the Windows
Classic Theme selected the controls look 'classic' again.

Is there a way to also use the Windows XP look on a computer having the
Windows Classic Theme running?

Thanks,

Regards,
Maurice

Aug 4 '06 #8
Maurice wrote:
Hi all,

I have an application, designed in Visual Studio 2005, which will run
mainly on Windows XP computers.

If I run the application on a Windows XP computer having the Windows XP
Theme selected the controls look nice rounded, etc. just like in Windows
XP.

But if I run the application on a Windows XP computer having the Windows
Classic Theme selected the controls look 'classic' again.

Is there a way to also use the Windows XP look on a computer having the
Windows Classic Theme running?

Thanks,

Regards,
Maurice
Why would you want to? The concept is that the person choose their PC
to look the classic way so your program should conform to that way.
Aug 4 '06 #9
Hi all,

thanks for the comments.

I just figured out how to solve my problem. Indeed, as mentioned by
Joanna, I will force the look by the use of a skin. A third party tool,
Application Styling, from Infragistics, will work perfect for me. I will
be able to force the GUI with nice round controls, etc.

In my opinion, the Media Player, is exactly doing what I want to do.
Offering the user a nice looking GUI.


Chris <no@spam.comwro te in news:44******** ******@spam.com :
Maurice wrote:
>Hi all,

I have an application, designed in Visual Studio 2005, which will run
mainly on Windows XP computers.

If I run the application on a Windows XP computer having the Windows
XP Theme selected the controls look nice rounded, etc. just like in
Windows XP.

But if I run the application on a Windows XP computer having the
Windows Classic Theme selected the controls look 'classic' again.

Is there a way to also use the Windows XP look on a computer having
the Windows Classic Theme running?

Thanks,

Regards,
Maurice

Why would you want to? The concept is that the person choose their PC
to look the classic way so your program should conform to that way.
Aug 4 '06 #10

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

Similar topics

6
810
by: Ganesh | last post by:
Is there a utility by microsoft (or anyone) to force garbage collection in a process without have access to the process code. regards Ganesh
5
2329
by: Rob Mayo | last post by:
How can I force a MeasureItem message for an owner-dramn menu item? Here is the dilemma. I wrote a lovely little Component for owner-drawing all the menus on a form and making them look like Office XP-style menus (mostly an academic exercise). I came across a problem with another app I wrote, which is using this Component. The app changes...
8
16498
by: Keith H | last post by:
I'm looking for a way to force the user to re-authenticate with their Windows username/password/domain after clicking the submit button on an ASP.NET page. This is for an internal application. Does anyone know if/how this can be done?
5
2376
by: Richard Myers | last post by:
Hello, I was recently asked how to ensure an app falls over when an exception occurs that has not been caught. The framework will often prompt the user to Quit or continue in such case and offer a little Stack Dump as well. I was asked how to prevent this and just let the app die.....I didn't know the answer... possibly because i have...
1
1224
by: Maurice | last post by:
Hi all, I have an application, designed in Visual Studio 2005, which will run mainly on Windows XP computers. If I run the application on a Windows XP computer having the Windows XP Theme selected the controls look nice rounded, etc. just like in Windows XP. But if I run the application on a Windows XP computer having the Windows
4
3033
by: vbshanes | last post by:
We use Samba on a SCO Unix box as our file server / backup device. I have a directory mapped as a Windows drive. I read / write files from this remote drive with my VB,net application. This arrangement works 99.99% of the time. That being said, Windows does not automatically connect to the remote drive at system boot every once in a great...
0
7911
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7839
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8200
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7954
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8215
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5710
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5390
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
2345
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1448
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.