Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / December 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
System.Windows.Forms.TreeView Selecting Nodes selected21 Dec 2006 11:12 GMT1
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 help21 Dec 2006 10:54 GMT1
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.121 Dec 2006 10:48 GMT4
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 Page21 Dec 2006 10:27 GMT2
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 Win32Exception21 Dec 2006 09:39 GMT1
  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 studio21 Dec 2006 09:32 GMT6
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 drive21 Dec 2006 09:11 GMT1
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 URL21 Dec 2006 09:02 GMT2
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 Reports21 Dec 2006 08:36 GMT1
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 GC21 Dec 2006 08:03 GMT6
I want to know how can I force GC to be callled?
thanks in advance
C# DataGridBoolColumn question21 Dec 2006 07:55 GMT2
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 GMT1
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 GMT13
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 repeaters21 Dec 2006 06:13 GMT2
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 GMT9
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 ...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.