| Thread | Last Post | Replies |
|
| Install Project Custom Action Failure | 16 May 2006 00:49 GMT | 3 |
Using VS.Net 2003 .Net framework 1.1 SP1 Our installation project calls a Custom Action dll to perform post install actions. It fails if the .msi file is launch from a directory that contains spaces, such as:
|
| The future of .NET 2.0 | 15 May 2006 20:46 GMT | 25 |
I've a question about the future of the .NET Framework. What will be the successor of the .NET 2.0 Framework? WinFX? If it will be WinFX, will it be much different to the .NET 2.0 and will my applications developed for .NET 2.0 also run with the new WinFX?
|
| memory and cpu usage measurements | 15 May 2006 20:02 GMT | 1 |
i am looking for a way to get measurements for cpu and memory usage for .net programs. The measurements have to be taken programmatically (monitoring). Thats why i cannot use tools like vadump a.s.o.
|
| HTML to PDF using .net code or 3rd party component | 15 May 2006 19:04 GMT | 2 |
I need to convert HTML (online or offline) to PDF in C# application. In addition I want to merge PDF documents also on the fly. I am looking for C# / VB.NET code or a .NET component which can be referenced in my project and accomplish the required tasks.
|
| window.open | 15 May 2006 18:41 GMT | 2 |
I've got a button my webpage that when clicked will open another window. Different criteria on the page will deteremine which window gets opened when the button is clicked. I have a switch statement in my code and then I set up javascript that I register back to the client.
|
| managing sound in a dotNet app | 15 May 2006 18:37 GMT | 4 |
I am working on a foreign language learning program. (C# DotNet V2) I have some written text, and a recording of a native speaker speaking that text. I would like to be able to do the following: 1 - synchronize the voice with the text, so that the background color of
|
| Encrypt ConnectionString in a *WINFORMS* App | 15 May 2006 18:23 GMT | 4 |
OK, I know how to encrypt and decrypt data, but here's the deal: I have a large Winforms .NET 2.0 application which is currently storing the connection string in the app.config file unencrypted (currently using Windows integrated security, so there's no password). There are
|
| Convert icon to byte array | 15 May 2006 16:34 GMT | 2 |
I have an icon stored as a resource in my project. Once getting the icon using My.Resources.ResourceManager.GetObject(IconName) How can I convert it to a byte array?
|
| Setup Project | 15 May 2006 16:29 GMT | 3 |
This may be simple once I find out how, but I'm trying to add a desktop icon for one of our laptop/desktop setup and deployment projects that will put it on all users desktops. As usual the MSDN documentation is a joke and there doesn't seem to be
|
| FileInfo, Getting File properties, particularly File TYPE | 15 May 2006 15:58 GMT | 5 |
I have been playing with VB.NET/C# for getting some general properties of a fileinfo object. However, FileInfo object does not seem to expose some of the basic properties like TYPE that used to be available in "FileSystemObject" of ScriptingLibrary. For example the "TYPE" ...
|
| How to use Asychronous calls | 15 May 2006 15:21 GMT | 1 |
i have a requirement in my application where in need to call a web service: 1. My client calls my webservice . 2. when i receive a call from my web servcie i need to notify my client that "Process started".
|
| Question about scope of static member variable | 15 May 2006 15:18 GMT | 10 |
All, When I create a class with a static member variable and reference that class in a console applicaton it appears as though each instance of the application has its own separate copy of the member variable.
|
| Working Definition of "Framework" | 15 May 2006 13:50 GMT | 2 |
What might be a relatively useful or effective way to explain what a "Framework" is to non technical business managers. My situation is that I've been presenting the .NET Framework to these sorts of people in terms of the things it includes (a runtime environment, application ...
|
| battery not charging | 15 May 2006 12:35 GMT | 2 |
Hi I have 3200 series laptop battery light is on but battery wont charge...anyone with any suggestion, it has no charge at all thanks
|
| Obtaining sub/function name in runtime | 15 May 2006 11:32 GMT | 2 |
Is there a way to find during runtime the name of current sub or function? TIA
|