| Thread | Last Post | Replies |
|
| Windows Workflow Foundation RC4 | 31 Jul 2006 19:44 GMT | 1 |
I installed WWF RC4 SDK, and the VS 2005 Extensions for same. However, when I try to bring up one of the sample projects, (for example, "Windows Forms Example.sln") I get the message: "The project type is not supported by this installation" for some of the
|
| Deployment and packaging | 31 Jul 2006 19:40 GMT | 1 |
I have Windows Form application developed with VS .NET 2003 in Visual Basic. How to create deployment project or how to package my solution that further could be installed with Windows Installer? What to begin with?
|
| Create new Windows user | 22 Jul 2006 05:22 GMT | 4 |
I'm creating an app for an Internet Point in an Hotel (I've installed Microsoft Shared Computer Toolkit). For each new check-in I would like to create a Windows user (for example, id+<room number>), and delete it just after the customer check-out. Is there any function to do it ...
|
| .NET 2.0 Process.BeginOutputReadLine issues | 22 Jul 2006 05:20 GMT | 2 |
I hope this is the correct place to post this question, please let me know if I am wrong. When performing an asynchronous read of the standard or error output from a command line utility in .NET 2.0 with BeginOutputReadLine and
|
| get canonical filename? | 12 Jul 2006 04:27 GMT | 9 |
Hi; How can I get the canonical version of a filename. For example, if I pass in c:/windows/fonts I get back C:\\WINDOWS\\Fonts (how it is on my system).
|
| Playing multimedia files in Windows Forms | 06 Jul 2006 20:04 GMT | 2 |
I had a little downtime and was doing some exploring. I found out that there's a very easy way to play a WAV file in your Windows application. All you need is the following 3 lines of code: Dim sp as New System.Media.SoundPlayer
|
| Getting and chaning File Summry information | 06 Jul 2006 19:52 GMT | 1 |
I am trying to find a way to get and change file summary information. I tried using FileInfo class, but it doesn't give me information such as "Author,Title,Rating" etc. Is there a way to get and change these information using .NET libraries?
|
| Installing .NET 1.1 SDK on a machine with .NET framework 2.0 already installed | 06 Jul 2006 18:01 GMT | 5 |
I wanted to install Borland Developer Studio 2006 on my PC, which has the .NET framework 2.0 (x64) already installed. But before the installation started the Borland installer required the .NET 1.1 SDK to be installed. So I'm a little reluctant towards installing the .NET 1.1
|