.net-2.0
How to increase font size of the entire application (C#)
I have a tool, and nowI want the font of the entire application to be incremented by some margin. Is there anyway to do that in one neat step? It should be painstaking to go to each and every contr开发[详细]
2023-03-13 15:46 分类:问答How to distinguish the server version from the client version of Windows?
How to distinguish the server version from the client version of Windows? Example: XP, Vista, 7 vs Win2003, Win2008.[详细]
2023-03-13 03:59 分类:问答How can I write code in the code-behind file for my ASP.NET 2.0 page that hides table rows without changing the IDs of the child elements?
I\'m stumped by a seemingly simple problem. In my ASP.NET page, I have a table which has a few rows that need to be shown or hidden conditionally from the back end. Sounds simple, right?[详细]
2023-03-12 16:21 分类:问答.NET 2 Serviced Component (COM+) efficiency problem
This is the first time I\'ve create a .NET Serviced Component (COM+) and I\'m having some issues when it comes to scalability. I\'ve stress tested it up to 4000 users but it is still failing to exceed[详细]
2023-03-12 06:32 分类:问答How to read values from custom section in web.config
I have added a custom section called secureAppSettings to my web.config file: <configuration> <configSections>[详细]
2023-03-12 05:58 分类:问答.NET service fails with error 1053 on Windows Server 2003 r2 sp2
We开发者_开发技巧 have a set of .net 2.0 windows services installed on Windows Server 2003 R2 machine. They are configured to start as Local System account and start mode is Auto. All services are fai[详细]
2023-03-11 16:46 分类:问答Problem reading Serial Port C#.net 2.0 to get Weighing machine output
I\'m trying to read weight from Sartorius Weighing Scale model No BS2202S using the following code in C#.net 2.0 on a Windows XP machine:[详细]
2023-03-11 01:07 分类:问答C# - Ping server with ICMP disabled
I开发者_JS百科 am trying to ping a series of servers frequently using the PingReply class.Most of the time this is fine, but other times I get failed pings.I\'m guessing this has something to do with[详细]
2023-03-10 23:01 分类:问答Cant run my Executable on .Net Framework 2.0
My problem is simple I have my application which was perfectly executing under framework 2.0, but recently I upgraded my code to add few lines.[详细]
2023-03-10 21:08 分类:问答Efficient run-time type checking
I have hierarchy of classes like follows (in fact I have more than 3 derived types): class A {}; class B : A{};[详细]
2023-03-10 17:49 分类:问答