Windows XP外观n感觉 [英] Windows XP look n Feel

查看:52
本文介绍了Windows XP外观n感觉的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!


我希望我的.net应用程序看起来感觉很好。

如何启用它。我已经尝试过1或2个第三方工具但不是很满意他们对b / b
感到满意

我想尽量避免使用第三方工具。

有没有出路

请建议


Abhishek

解决方案

在显示任何表格之前添加:

Application.EnableVisualStyles();

Application.DoEvents();


HTH,

Alexander


" Abhishek Bagga" < abhishek @ sikhya dot com>在留言中写道

新闻:%2 **************** @ TK2MSFTNGP09.phx.gbl ...

嗨!

我希望我的.net应用程序看起来感觉很好。
我该如何启用它。我已经尝试过1或2个第三方工具但对它们不是很满意
我想尽量避免使用第三方工具。
有没有出路
请帮助建议

Abhishek





" Alexander Shirshov" <人******* @ omnitalented.com>在消息中写道

新闻:OX ************** @ TK2MSFTNGP09.phx.gbl ...

在显示之前添加此内容形式:

Application.EnableVisualStyles();
Application.DoEvents();


感谢您的回复。我尝试了这个,但我认为这只有在我的系统上运行时才能运行。

即使在拥有Win 2000的客户端系统上,我也希望看到XP外观

在他们身上运行


Abhishek
HTH,
亚历山大

Abhishek Bagga < abhishek @ sikhya dot com>在消息中写道
新闻:%2 **************** @ TK2MSFTNGP09.phx.gbl ...

嗨!

我希望我的.net应用程序看起来感觉很好。
我该如何启用它。我已经尝试过1或2个第三方工具但对它们不是很满意
我想尽量避免使用第三方工具。
有没有出路
请帮助建议

Abhishek




然后简短回答:你需要做所有绘图你自己。这是很多

的工作,我猜你没有GDI +绘图的经验?这不是很复杂的主题,但肯定有问题。我的建议:如果你不能找到适合你的第三方图书馆,请忘掉它。


Alexander


Abhishek Bagga < abhishek @ sikhya dot com>在消息中写道

news:%2 **************** @ tk2msftngp13.phx.gbl ...


Alexander Shirshov <人******* @ omnitalented.com>在消息中写道
新闻:OX ************** @ TK2MSFTNGP09.phx.gbl ...

在显示任何表格之前添加:

Application.EnableVisualStyles();
Application.DoEvents();



感谢您的回复。我尝试了这个,但我认为这只有在我的系统上运行XP时才有效。
即使在运行Win 2000
的客户端系统上,我也希望看到XP的感觉< abhis> < abhishek @ sikhya dot com>在消息中写道
新闻:%2 **************** @ TK2MSFTNGP09.phx.gbl ...

嗨!

我希望我的.net应用程序看起来感觉很好。
我该如何启用它。我尝试过1或2个第三方工具,但不是很满意他们
我想尽量避免使用第三方工具。
有什么办法吗?
请建议

Abhishek





Hi!

I want my .net application to have a windows look n feel.
How can i enable this. I have tried 1 or 2 third party tools but not very
satisfied with them
As far as possible I would like to avoid third party tools.
Is there any way out
Pls suggest

Abhishek

解决方案

Add this before showing any form:

Application.EnableVisualStyles();
Application.DoEvents();

HTH,
Alexander

"Abhishek Bagga" <abhishek @ sikhya dot com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...

Hi!

I want my .net application to have a windows look n feel.
How can i enable this. I have tried 1 or 2 third party tools but not very
satisfied with them
As far as possible I would like to avoid third party tools.
Is there any way out
Pls suggest

Abhishek




"Alexander Shirshov" <al*******@omnitalented.com> wrote in message
news:OX**************@TK2MSFTNGP09.phx.gbl...

Add this before showing any form:

Application.EnableVisualStyles();
Application.DoEvents();
Thanks for the response. I tried this but i think this works only if i have
XP running on my system.
I want a XP look n feel even on the Client systems which have Win 2000
running on them

Abhishek
HTH,
Alexander

"Abhishek Bagga" <abhishek @ sikhya dot com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...

Hi!

I want my .net application to have a windows look n feel.
How can i enable this. I have tried 1 or 2 third party tools but not very
satisfied with them
As far as possible I would like to avoid third party tools.
Is there any way out
Pls suggest

Abhishek




Then short answer: you''ll need to do all drawing yourself. It''s a lot of
work, and my guess you don''t have experience with GDI+ drawing? It''s not
very complicated topic but it certainly has issues. My advice: forget it if
you can''t find 3rd party library that suits you.

Alexander

"Abhishek Bagga" <abhishek @ sikhya dot com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...


"Alexander Shirshov" <al*******@omnitalented.com> wrote in message
news:OX**************@TK2MSFTNGP09.phx.gbl...

Add this before showing any form:

Application.EnableVisualStyles();
Application.DoEvents();



Thanks for the response. I tried this but i think this works only if i
have XP running on my system.
I want a XP look n feel even on the Client systems which have Win 2000
running on them

Abhishek


HTH,
Alexander

"Abhishek Bagga" <abhishek @ sikhya dot com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...

Hi!

I want my .net application to have a windows look n feel.
How can i enable this. I have tried 1 or 2 third party tools but not
very satisfied with them
As far as possible I would like to avoid third party tools.
Is there any way out
Pls suggest

Abhishek





这篇关于Windows XP外观n感觉的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆