Home All Groups Group Topic Archive Search About

Visual C# .NET

microsoft.public.dotnet.languages.csharp
Score saving user preferences
Tal Shachar - 17 Feb 2007 8:40 PM - 3 messages
Hi, I have a windows application that needs to save some user preferences to an xml and to load it on the next application run. Saving the preferences is done per user. I know that there is a way of saving it to some path under "Documents and ...
Score TreeView node insertion in between existing nodes
fishware - 17 Feb 2007 1:49 AM - 2 messages
I've got a treeview created by             TreeNode node = treeView1.Nodes.Add("one");             node.Nodes.Add("three"); looks like: ...
Score Window Service & C#
Potsang - 16 Feb 2007 5:18 PM - 2 messages
Hi, I have a window service program created in c#. The window service program is installed and running. In the mean time, I have another c# application, I would like to know if there is a way to find out in this c# application where ...
Score PInvoke question
shankgreen - 16 Feb 2007 9:27 AM - 3 messages
My question is related to what happens under the hood when marshalling happens. When you pass a pointer to a structure from managed to unmanaged, and if the unmanaged code modified the structure, is the structure copied from the stack to unmanaged heap and then back or is it modified in ...
Score Selecting particular sound card
JVD - 15 Feb 2007 3:23 PM - 3 messages
In my system, i have two sound card installed. I am developing one multimedia application in c# using DirectShow. I want to select particular sound card and play one audio file and, play another audio file in other sound card. i tried adding some audio filter (as ...
Score Windows scheduling
Alan T - 15 Feb 2007 11:16 AM - 4 messages
I would like to write a desktop application to create a windows job, say to run an myApp.exe at 9pm everyday. Any API or other function I can call? ...
Score DataSet vs. Collection of Objects
Brad - 14 Feb 2007 10:15 PM - 2 messages
I have an application that is highly CRUD-centric for data management with some more sophisticated reporting behavior.  I'm trying to decide between using strongly typed datasets vs. collections of objects.  I want to decouple the business logic and UI from the persistent storage so that the ...
Score Reading Image data from a Database
Ed - 14 Feb 2007 9:28 PM - 3 messages
Hope someone can help me out... I have been tasked to read some image data from an sql database and save the files to flat files.  OK, sounds easy as I'v used BLOBs before.  But this is an old database and I cannot get the image to ...
Score Size of setup?
Gaurav - 14 Feb 2007 12:45 AM - 3 messages
Hi, I use the Setup project in C# to create a .msi file to be distributed to the clients. The size of .msi is 12 MB. This file works fine on all the target machines, but on the development machine every time I remove the existing .msi (from ...
Score How do I restore a corrupted user.config file?
Jeremy Chaney - 13 Feb 2007 12:15 AM - 4 messages
It appears that my user.config file got corrupted causing my "InitializeComponent" routine to throw the exception "Root element is missing." when I start my app. I figure I can just go into Explorer and delete the file to get things ...
Next »