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开发
How to distinguish the server version from the client version of Windows? Example: XP, Vista, 7 vs Win2003, Win2008.
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?
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
I have added a custom section called secureAppSettings to my web.config file: <configuration> <configSections>
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
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:
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
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.
I have hierarchy of classes like follows (in fact I have more than 3 derived types): class A {}; class B : A{};