English 中文(简体)
视窗的贴标签 形式为244条ms
原标题:Hiding label in Windows Form takes 244 ms

我试图看到我是否能够找到问题的根源。 我正试图使用4.NET, 安装在一间肢体/计算机上。 当用添加<条码>StopWatch时,使用244 ms,只操作一条简单的条码<>label.visible =不实;,在我的计算机上只使用22 ms。 法典的其他部分则实行100%的罚款,只是这一领域。 怎样才能做到这一点?

在此,我试图管理申请。 我知道其一台廉价计算机,但这只是“/strong>应用程序,将使用。 我通过并停止了由Acer安装的所有缺省方案,并管理所有Windows Updates。

Amazon.com - Acer Aspire Revo AR3700-U3002 Slim和《契约》

产品特点

  • 1.8 GHz Intel Atom D525 dual-core processor
  • 2 GB of installed DDR3 RAM
  • 250 GB SATA hard drive (5400 RPM)
  • Integrated nVIDIA Ion Graphics
  • Windows 7 Home Premium

工艺、记忆和母亲板

  • Hardware Platform: Unknown
  • Processor: 1.8 GHz Intel Atom
  • Number of Processors: 1
  • RAM: 2 GB
  • RAM Type: Unknown
  • Memory Slots: 2

硬门车

  • Size: 250 GB
  • Type: Unknown
  • Speed: 5400 rpm
问题回答

实际上,这还可能取决于你重新开发的平台。 GDI+加速度在Windows 7/Vista被删除。 因此,使所有全球发展趋势+行动,甚至简单的行动,例如隐藏/how形式,都放慢得多。

这是2008年Windows服务器没有删除的一件事,但后来在Windows 2008 R2上被删除。 因此,如果你重新使用Windows XP或以下,或视窗服务器2008或以下,用于你的开发机器,则可能比类似Windows 7或Windowsista机器更快。

无论硬件加速程度如何,对录像卡的比较也是一样的。 低端机器的布置式录像卡很少与开发机器的相差。

Other performance problems is the very real lack of RAM (especially if it s running 64-bit), it could be pushing the GDI calls out to the incredibly slow hard drive (5400 rpm) if it doesn t have enough RAM.

如何在森林伙伴关系中实施同样的试验? 如果世界森林论坛的速度非常相似,很可能是由于视频/硬件加速问题或记忆问题,因为世界森林论坛完全加速3D硬件,主要利用你的视频记忆,而不是你的系统RAM。

Run the example multiple times and get some more information. Especially call the StopWatch multiple times in a row to check what resolution it supports.

在一个速度缓慢的机器上,编辑工作确实会很缓慢,这样会多次操作,或《刑法》。

Check if the hardware is running on full performance and not on minimal cpu speed etc. A laptop moved to power saving mode can be really slow.

通过执行惯例,你可以看到,采取行动或采取行动的时间是否持续了。

如果你有许多操作应用程序,则一些膝上型计算机的软件飞跃导致机器拖慢到拖网。

简言之,我们获得更多的信息。 辩论行动的一部分进展缓慢,然后回到我们。





相关问题
Bring window to foreground after Mutex fails

I was wondering if someone can tell me what would be the best way to bring my application to the foreground if a mutex was not able to be created for a new instance. E.g.: Application X is running ...

How to start WinForm app minimized to tray?

I ve successfully created an app that minimizes to the tray using a NotifyIcon. When the form is manually closed it is successfully hidden from the desktop, taskbar, and alt-tab. The problem occurs ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

Handle DataTable.DataRow cell change event

I have a DataTable that has several DataColumns and DataRow. Now i would like to handle an event when cell of this DataRow is changed. How to do this in c#?

Apparent Memory Leak in DataGridView

How do you force a DataGridView to release its reference to a bound DataSet? We have a rather large dataset being displayed in a DataGridView and noticed that resources were not being freed after the ...

ALT Key Shortcuts Hidden

I am using VS2008 and creating forms. By default, the underscore of the character in a textbox when using an ampersand is not shown when I run the application. ex. "&Goto Here" is not ...

WPF-XAML window in Winforms Application

I have a Winforms application coded in VS C# 2008 and want to insert a WPF window into the window pane of Winforms application. Could you explain me how this is done.