| Thread | Last Post | Replies |
|
| Proposed MSDN Subscription Changes - VERY BAD!!! | 01 Apr 2005 10:15 GMT | 16 |
I urge every developer who has an MSDN subscription (Universal) to petition MS to change their proposed ideas on Visual Studio Team Suite (VSTS). Depending on what you read, they are proposing to not include it or raise the price to between $5,000 and $10,000. Every developer ...
|
| How do I print to a PNG-file? | 01 Apr 2005 08:09 GMT | 4 |
A have developed a windows app in VB.NET that has some printing of charts and such stuff. Is there an easy way to save the outprint in an PNG-file instead? I want exactly the same look in the image as in the outprint.
|
| dotNET & Shell programming | 01 Apr 2005 07:59 GMT | 1 |
I want to write a Windows Explore by myself. How can I use Shell32 functions on .NET platform? best regards Andrew Lin 2005/4/1
|
| Executing a Command Line Util from Code. | 01 Apr 2005 04:00 GMT | 2 |
How do you go about executing a command line function from code? Specifically I want to write a class that installs (and uninstalls) a window's service using the InstallUtil utility. But I want to automate the process.
|
| WinXP SP2 security -- blocked files -- how to unblock from code? | 01 Apr 2005 03:09 GMT | 2 |
I recently downloaded DNN 3.0. Thousands of files in hundreds of directories. Every file that contains code or is runnable has been "blocked" by SP2 security features (something to do with zone elevation and local machine lockdown, I gather).
|
| Config file | 01 Apr 2005 01:23 GMT | 7 |
I want to change (add or edit some items to) .Config file of an application during set up. Which classes are supported by .Net? Does .Net have a class to change contents of a .Config file? Regards.
|