| Thread | Last Post | Replies |
|
| System.Windows.Forms.TreeView Selecting Nodes selected | 21 Dec 2006 11:12 GMT | 1 |
Howdy all, I´d like to know how can I get in a ArrayList (for example) all the selected nodes from my TreeView object. I´m trying to use the following code and is not working. Why?
|
| Anyone here use Nant? <solution> tag help | 21 Dec 2006 10:54 GMT | 1 |
I just started using nant in conjunction with cruisecontrol.net. The <solution> tag has been great in helping us compile VS.NET 2003 projects without need to write a nant build file. My project compiles stuff into a directory like:
|
| Unable to install Framework 3.0 over Framework 1.1 | 21 Dec 2006 10:48 GMT | 4 |
I have to install .NET framework 3.0. I already have .NET Framework 1.1 installed on my machine. I don't want to remove framework 1.1 since some of the critical applications are using it.
|
| Init Event on tha Page | 21 Dec 2006 10:27 GMT | 2 |
I've got a question regarding the managment of the events in a System.Web.UI.Page. If I want to write code for this event in my code behind I have to write something like that:
|
| this.Opacity = 0; line caused Win32Exception | 21 Dec 2006 09:39 GMT | 1 |
Sometimes when I execute this.Opacity = 0; in the Main thread I get the below exception: System.ComponentModel.Win32Exception was unhandled by user code Message="Not enough storage is available to process this command"
|
| Looking for a freeware 2D plotting chart package for C# or C++ under visual studio | 21 Dec 2006 09:32 GMT | 6 |
I'm looking for a free libray for plotting 2D charts that can be integrable on C# or C++ projects under visual studio (.NET ou VS6.0). I searched using google and yahoo but I didn't find any free package. I found the Ch package from SoftIntegration (that can be integrable in my
|
| Debug.WriteLine() creating thousands of <guid>.log files on system drive | 21 Dec 2006 09:11 GMT | 1 |
I just noticed the other day that I had almost 100k *.log files in the root of my system drive. They all had a guid for a filename and were all 0 bytes in size. I narrowed the problem down to one of my applications and even further to a call to Debug.WriteLine(). After that ...
|
| Get Base / Root URL | 21 Dec 2006 09:02 GMT | 2 |
dumb question. is there a .NET function that gets me the string "http://msn.com" if I feed it stuff like "http://msn.com/help" or "http://msn.com/msnmessenger"? thx
|
| functions in Crystal Reports versus those in SQL Reports | 21 Dec 2006 08:36 GMT | 1 |
i actually want a one to one differentiation between the functions in Crystal Reports and those in SQL Reports like in crystal if it is is say "cos" then in SQL what it is, something like that, if any one has it please send it to me
|
| calling GC | 21 Dec 2006 08:03 GMT | 6 |
I want to know how can I force GC to be callled? thanks in advance
|
| C# DataGridBoolColumn question | 21 Dec 2006 07:55 GMT | 2 |
In VS2003, C# Windows form project, on my DataGrid1. The first column's style in my DataGrid1 is DataGridBoolColumn. When I first click that checkbox, the checkbox doesn't turn to checked, it just has the whole cell turns to blue, I have to Double Click it to make it
|
| dataGrid[ hti.Row, hti.Column ] = ! (bool) dataGrid[ hti.Row, hti.Column ] | 21 Dec 2006 07:29 GMT | 1 |
In the code: DataGrid.HitTestInfo hti = dataGrid.HitTest( e.X, e.Y ); dataGrid[ hti.Row, hti.Column ] = ! (bool) dataGrid[ hti.Row, hti.Column ]; Would someone tell me what the line doing:
|
| Help!! | 21 Dec 2006 07:23 GMT | 13 |
I have 20 threads and each creats a file in the same directory, respectively. However, because the threads are not synchronized, and only some of the 20 threads
|
| Matrix question and nested repeaters | 21 Dec 2006 06:13 GMT | 2 |
I'm trying to render a Matrix question in my ASP.Net 2.0 page, A matrix question is a question where you have several options that can all be rated according to several possible ratings (from less to more for example). I have a question object that has two properties that contain ...
|
| Error in string comparison (Non-English windows) | 21 Dec 2006 03:32 GMT | 9 |
I'm having a strange error while comparing two strings. Please check the code below. This is a simple string comparison code and works just fine on all of my machines. While debugging an issue on a client's machine, who had turkish windows installed on his system, I found out that ...
|