| Thread | Last Post | Replies |
|
| Re: .NET 3.5 runtime size | 03 Dec 2007 15:29 GMT | 6 |
Do I need to download a whopping 400 MB runtime just to run a WPF application? Why is that so??. Thanks, Sundar
|
| Configuration Error | 03 Dec 2007 15:23 GMT | 3 |
I am getting these type of error in Visual Studio 2003? It is fixed only when i reboot the system!!! Configuration Error Description: An error occurred during the processing of a
|
| Leaky Sessions?!!! | 03 Dec 2007 14:27 GMT | 6 |
I have some very strange behavior in a web app that we created. Lets say Person A is logged in and then Person B logs in from a different computer in different locations (they could even be different countries!) and Person A starts to see pages customized for Person B! Even ...
|
| XMLReader file used by another process | 03 Dec 2007 14:24 GMT | 5 |
I've got this application that watches a directory for XML's and then parses them into a DB. It then moves them based on if the XML was succesful or a bad XML... foreach(FileInfo file in dir.GetFiles("*.xml"))
|
| Why this code does not cause error in .NET 2 & 3.5 (bug?) | 03 Dec 2007 13:24 GMT | 13 |
While iterating a collection it is not allowed to remove its element. However code below runs *without* (!) error in .NET 2.0 and 3.5 There could be some buggy IEnumerable implementation that fails to report errorneous
|
| Setting combo box datasource | 03 Dec 2007 11:28 GMT | 1 |
I have a DataSet with few DataTables in it. One of the table has only one column. I want to show all the records of this DataTable when focus is on the combo box. How to set the combo box datasource to the data set.
|
| WiFi signal strength in vista | 03 Dec 2007 10:47 GMT | 11 |
Is there a way to get the signal strength of all surroundin access points in c# on a vista pc? regards Maarten Weyn
|
| ODBC Conections | 03 Dec 2007 10:27 GMT | 6 |
I m trying to generate ODBC connections on the fly with C# in "user friendly way" is there any way to bring that connection manager over from office? or is there a better way?
|
| Changing color of a DataGrid/DataGridView row | 03 Dec 2007 10:26 GMT | 1 |
I have a DataGridView that displays 5 columns. One of the columns name is "Category". I want to change the color of all the rows where Category="Computer". I want this on the click of a Check Box.
|
| adding a listener in app.config | 03 Dec 2007 09:46 GMT | 2 |
i am trying to add a listener to my application in the config file. The documentation says to add it as following: <system.diagnostics> <trace autoflush="true" indentsize="0">
|
| Simple question about c-tor and initializing | 03 Dec 2007 09:25 GMT | 5 |
Assume I have the two classes Test1 and Test2. They are very similar. Test1 initialize the instance variable in the C-tor but Test2 initialize the instance variable without using the C-tor. Both classes can be seen below.
|
| Class using asynchronous multithreading returning null objects? | 03 Dec 2007 04:41 GMT | 7 |
Hello again, I've been struggling with this problem for two days now. And either I'm getting a null object, or I'm overlooking something. Basically what I have is this: Form1 implements a class called ServerPropertyGrid object, which
|
| Configure Presentation Power schemes settings via WMi/API | 03 Dec 2007 04:07 GMT | 6 |
We are trying to build an automation utility to configure OS. I found a way to automate the processes below via registry: Control Panel -> Power Options -> Power Schemes Tab: -> Power schemes -> Presentation
|
| Changing Default ErrorText Icon | 03 Dec 2007 02:56 GMT | 2 |
I would like to change the default errortext icon to a warning icon, just like how you can select the icons displayed in a messagebox
 Signature L. A. Jones
|
| How to read registry | 03 Dec 2007 01:24 GMT | 1 |
I trying to read the registry where my programm is installed. if (result == DialogResult.OK) { string Prog = LeesPadVanRegister();
|