| Thread | Last Post | Replies |
|
| AppDomain and Multi-Threading | 04 Dec 2007 20:20 GMT | 1 |
following situation (this is still .NET 1.1 - *sigh*) For a scheduling application, I create a Thread for every task that is due to be executed. Once a task execution is due, a running Thread will be created. The runner thread in turn will instantiate a
|
| Using the Powerpoint libraries -- how to extract out embedded audio from a presentation? | 04 Dec 2007 20:15 GMT | 2 |
I have a powerpoint presentation, and I want to programatically extract out the embedded audio in the slides onto .wav files on disk (and remove them from the presentation). Given the powerpoint presentation/slides/slide objects, how would I query the slide to
|
| Running Microsoft Publisher | 04 Dec 2007 18:50 GMT | 1 |
I am new to publisher and I have been trying to download it. However, it will not successfully run when I download it successfully. Any help would be appreciated.
|
| Count a Character in a StringBuilder? | 04 Dec 2007 17:29 GMT | 4 |
I am looking for the extreme-fastest way to count the occurence of a "\t" character in a stringbuilder. I have a massive, dynamically created one and need to count them without converting the whole thing to a multimegabyte string and then splitting or something equally
|
| .NET Framework 2.0 Configuration utility crash | 04 Dec 2007 16:58 GMT | 2 |
I cant start the .NET 2.0 Configuration utility, it carshes before I even get a chance to do anything. I'm running Windows Vista x64. When debugging the crash, I see that it crashes due to the following error:
|
| allow service to interact with desktop - vista and managed code | 04 Dec 2007 15:04 GMT | 2 |
under Vista it is not possible to interact with users-desktop msdn suggests using CreateProcessAsUser and I found a partial implementation of this method in managed code here http://odetocode.com/Blogs/scott/archive/2004/10/28/602.aspx however
|
| System.Diagnostics.Process - Dispose? | 04 Dec 2007 07:28 GMT | 2 |
Can anyone clarify whether I should be using Dispose() on a System.Diagnostics.Process object after I have launched an external application with Start()? The application I have launched is *not* a modal application and should
|
| How to send a report on ReportViewer to Email? | 03 Dec 2007 21:09 GMT | 1 |
How to send a report on ReportViewer to Email? http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas gift
|
| conditional operator throws exceptions when casting | 03 Dec 2007 20:47 GMT | 5 |
I wrote a little test to demonstrate. Test 1 - should fail - can not cast null to an Int16 Test 2 - should result in the value 0 - one cast on the value returned Test 3 - should result in the value 0 - cast on each return value
|
| Use LINQ and get field values by name | 03 Dec 2007 10:18 GMT | 1 |
I have the following problem. I have a database table that I want to read using LINQ and being able to access field values by name, like this: var languages = from lg in context.SystemLanguages select lg; foreach (SystemLanguage lang in languages)
|
| Resources: How to retrieve localized resource? | 03 Dec 2007 03:56 GMT | 1 |
I've created a class library assembly containing several string resource files, like: - TableColumns.resx - TableColumns.de.resx - General.resx
|
| Microsoft Outlook | 02 Dec 2007 15:14 GMT | 1 |
I would be working on a document and when an e-mail would come in a small blue label would appear in the lower right hand corner. I could even delete it at that point or I could just leave it alone and read it later out of the inbox. I had to re-install my microsoft office and ...
|
| Authenication failed | 02 Dec 2007 00:26 GMT | 2 |
I own a Dell 4600C and every time I try to install SP 3, I get an authenication message and run the authenication program. It tells me that my system is not valid. However, when I run diagnotics and/or other apps that check the software and OS, I am told that everything is MS. ...
|
| read the excel row values | 01 Dec 2007 17:40 GMT | 1 |
Kindly help!!!!!!!!! I have to read the excel row values say from A1 to A12 The requirement is something like i have to get the values from the excel sheet of a perticular row i.e
|
| Changing color mode to 256 on windows 98 | 01 Dec 2007 05:02 GMT | 1 |
I formatted my c drive and reinstalled windows 98. Everything works fine except I can't play games that require 256 color mode. The games worked fine before I formatted, so I know that is not hardware related. I have tried everything, but I can't solve the problem. I would ...
|