| Thread | Last Post | Replies |
|
| Iterating XML with schema info? | 18 Sep 2007 15:34 GMT | 4 |
Please help. I don't have much hair left to pull out after struggling over this into the wee hours of the morning. I am having a tough time iterating through the following XML. I need to evaluate each <Queue..> entry.
|
| C# exe tlb | 18 Sep 2007 15:29 GMT | 3 |
Is it possible to create a tlb file for a c# exe, so that i can import that into a cpp exe and call the functions exposed by that exe. if yes then how. Thanks in advance for all and any help. Regards
|
| how to create a virtual camera ???? | 18 Sep 2007 15:05 GMT | 1 |
i want to create a virtual camera and its installable drivers... how can i do that??? please help... thanks
|
| dll security | 18 Sep 2007 15:04 GMT | 2 |
(posted elsewhere, but no answer) My application references a class library dll. When deployed, the dll appears to be importable as a reference for other programs and the methods are visible to users installing the application (provided they have VS).
|
| Invalid cast from base to derived | 18 Sep 2007 15:03 GMT | 10 |
Any help would be greatly appreciated, here is an example: public class Order{ ... }
|
| WPF: How to get background graphic as image brush (As in Vista Control Panel) using WPF | 18 Sep 2007 14:15 GMT | 2 |
How to get background graphic and specify it as image brush for left task pane using WPF? As in the left task flow pane in Windows Vista Control Panel or as shown in
|
| How do I get a plattform running windows 2000 to use a .net application | 18 Sep 2007 14:10 GMT | 3 |
Assume I have a plattform that run windows 2000. If I want to run a .net application on this plattform I have to install a crl on this plattsform. If I dont't want to install the visual studio on this plattform what is the alternative to get a clr on this windows 2000 machine.
|
| RichTextBox and keyword tooltipping... | 18 Sep 2007 13:54 GMT | 2 |
Hello group, I'm in the conceptual phase of this, and I'm wondering what the best way to accomplish this is. I want to do the following using a RichTextBox: - Highlight all occurrences of any search terms with a specific colour
|
| Update a list view item | 18 Sep 2007 10:33 GMT | 1 |
I have a list view with items. An item is clicked and I have a form to change this data. How can I update the listview row in the list view control.
|
| i seem to be having memory issues, will deplying a release build instead of a debug build help with memory usage of my .net process? | 18 Sep 2007 10:24 GMT | 2 |
i seem to be having memory issues, will deplying a release build instead of a debug build help with memory usage of my .net process?
|
| Convert forms app to a service... | 18 Sep 2007 09:17 GMT | 4 |
Can anyone give me some "high level" pointers on converting an app to a service? Most of my "logic" is in a seperate class already which will help, but how do I go about actually getting the two bits to talk?
|
| Thread don't start | 18 Sep 2007 08:27 GMT | 3 |
Hello. I have a c# service with four threads. Sometimes one of them just don't start, I don't know why. It happened with any of the four threads, and just in production environment, not in development environment. Any idea? Best regards,
|
| When does a sound fininsh playing | 18 Sep 2007 08:04 GMT | 4 |
Does anyone know how to check for when a sound has finished playing? I am currently using the SoundPlayer, there doesnt seem to be any event for this - am I missing something? Gary
|
| app.config | 18 Sep 2007 06:22 GMT | 2 |
What is difference between app.config and myApp.exe.config. Do I use the same class (ConfigurationManager.OpenExeConfiguration) to access them ? When I use that class, I end up accessing the myApp.exe.config. For my
|
| edit file details? | 18 Sep 2007 02:56 GMT | 2 |
Does anyone know how I can programatically access the file properties displayed in the Summary tab of the file properties under XP and the Details tab of the file properties under Vista...? It would be nice to be able to get at the stuff under the Version tab in XP as well - but I
|