| Thread | Last Post | Replies |
|
| C# and generics covariance | 17 Oct 2007 15:08 GMT | 2 |
I was wondering if anybody in this newsgroup are following the status of covariance in C#? As far as I'm concerned, generics covariance is not supported with C# 3.0 - unfortunately, as I'd be a really nice feature. I'm referencing text from this thread:
|
| Convert path to url form | 17 Oct 2007 13:42 GMT | 2 |
How do I convert - H:/folder/file.txt to - //my/server/folder/file.txt
|
| HttpWebResponse.GetResponse() hangs my program. | 17 Oct 2007 13:25 GMT | 4 |
Hi Friends, I have this code in a C# console application which calls a URL on my website(Asp.net/C#) with Querystrings. (I have also tried without querystrings).
|
| is char unicode? | 17 Oct 2007 13:17 GMT | 7 |
Hi :) I thought chars were unicode nowadays. If so then why does the following return 1 as size of the struct please. using System.Runtime.InteropServices;
|
| Class and Multi-thread safety | 17 Oct 2007 11:26 GMT | 5 |
Is there any keyword applicable to a class to make it thread-safe? Without having to put lock(this){} in all functions? Thanks.
|
| c# ListView selection change | 17 Oct 2007 09:30 GMT | 5 |
I have a problem (performance issue) with listview. I have implemented an ItemSelectionChange on my listview and put some code in it (I build some toolbar based on selection and update info in statusbar). When selecting one item (clicking on listview) it works fast, without ...
|
| Accessing Connected Camera folder without Wia?? | 17 Oct 2007 08:40 GMT | 3 |
I have a camera that mounts as a folder when I plug it in and is available in explorer. I thought it would be possible to access the images on the camera using normal file operations but I cant seem to get it to work.
|
| Collection property and control owner | 17 Oct 2007 08:30 GMT | 2 |
I have a custom control in which i have a property called "RowsCollection". This property is a CollectionBase class. this class allows user to add new rows to the property. I defined in my RowsCollection a private variable member which holds the
|
| Can I make a Common Array Class and create a instance of the Common Array Class with Type of a new class | 17 Oct 2007 07:37 GMT | 10 |
I have written a common array class which has insert, search and other functions. For Example (Code in VB.NET): ' Client Class
|
| .NET versus C++ compiled code | 17 Oct 2007 07:24 GMT | 5 |
I am looking to start a brand new project. Yeahhh! ;-) The code will do a lot of processor intensive processing. I mean a lot of loops to archieve big calculations. You know recursive functions
|
| ASP, ASP.net, and C# | 17 Oct 2007 06:12 GMT | 7 |
ASP, ASP.net, and C# Hello, We have the following requirement. Please e-mail Matching Resumes with H1 Confirmation, Rate, Availability and Contact information.
|
| slow Label update | 17 Oct 2007 06:08 GMT | 1 |
I have a C# .NET webapp that I am working on. I setup a textbox that gets validation performed on it, and if there is an error upon validation on the input I set a label to inform the user what the error is. For example I have a text field that takes in a telephone number and
|
| Assigning "this" | 16 Oct 2007 23:58 GMT | 8 |
Hello, Newsgroupians: I have a large class with a lot of member variables. I also have a function in the class that I would like to change ALL Of the member variables. I am trying to assign "this" to the result, but I always get the error message,
|
| how to bind arraylist to datagridview | 16 Oct 2007 23:43 GMT | 3 |
Purpose: The objective is to update or add a new row in datagridview using an arraylist I have an arraylist inside of a class and i added an object to the arraylist on the button click event. Then, after clearing the
|
| Altova XMLSPY is spyware and can screw your network | 16 Oct 2007 22:38 GMT | 2 |
The following info could be useful for anyone getting weird behaviour after installing Altova xmlSPY (so aptly named!) I've just wasted 3 days of my life trying to find out why I've lost network browsing capabilty (network neighborhood) on my xp home network. Recently
|