| Thread | Last Post | Replies |
|
| C# class libray equivelent of autopostback | 16 Nov 2005 12:22 GMT | 1 |
Could someone tell me how to get a combobox in a class library to do the equivilent of an asp autopostback? thanks Doug
|
| how can i tell if a binary write operation worked? | 16 Nov 2005 12:00 GMT | 1 |
I just experimented with converting a large string array into an int array, then writing that array to a file. I figured it would be a long line of text I couldn't really read, but instead it is columns of of 0s and 1s in pairs, followed by a semicolon and then a string of ...
|
| How to dertiminate if a sting in the keys of a hashtable | 16 Nov 2005 11:58 GMT | 5 |
I have a hashtable name myHash. sKey is a string, I use myHash[sKey] to retrieve the value of that key. But is sKey is not in the myHash.Keys, it raise an Exception. I want to dertiminate if sKey in myHash.Keys.
|
| Interface | 16 Nov 2005 10:59 GMT | 5 |
I am trying to understand Interfaces. I've looked at various Dog, Animal and Shape and Circle examples and I am still murky about interfaces. I am working on a project where I am using Excel to create graphs, but in a future I might be using third party graphing library like ...
|
| application design problem | 16 Nov 2005 10:41 GMT | 10 |
this is not actually a C# problem but since this is the only newsgroup I follow I decided to post my question here (please tell me where to post this next time if you think this post shouldn't be here).
|
| Problem in Dot Net 2005 | 16 Nov 2005 10:09 GMT | 1 |
I am developing an application in C#, which was previously in .Net 2005 Beta, then it was working perfectly fine, but from the time I have upgraded it to .Net 2005 Professional, its continously giving me error on the following line,
|
| static variables? | 16 Nov 2005 09:42 GMT | 22 |
Hi, I'm very new to C#, in fact I dont know anything about it. Im having problem with its static variables. I used static variables alot in C++, but seem like C# doesnt allow it inside a function the way C# do, so how can you handle recursive functions that need static
|
| Multiple rows in a DataGridView | 16 Nov 2005 08:40 GMT | 3 |
I was looking at this article, but it doesn't work for me. http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.multi select.aspx I can not select multiple rows in my datagridview. Any ideas? Thanks,
|
| const | 16 Nov 2005 08:22 GMT | 1 |
Hmmm... I just tested and note that the MC++2.0 compiler will accept const on a handle to a managed object so that the method cannot change the state of the object. This implies that theoretically C# could also implement const. const and RAII are useful idioms. C# has using, but
|
| .Net 1.1 and .Net 2.0 | 16 Nov 2005 07:37 GMT | 2 |
We are in early stage of developing our applications using .Net 1.1, I am thinking is it necessary for us to switch to .Net 2.0. Thanks for advice. Jason
|
| Newby delegate problem - syntax problems I guess | 16 Nov 2005 07:24 GMT | 5 |
Hello everyone. I'm new to c# and I'm trying to use some delegates in my code, so I can do time-tests on whatever I'm doing. In order to do this I tried writing a testing method that will make use of a stopwatch and will take as a parameter a delegate. I've seen this done by ...
|
| How to get the name of a variable | 16 Nov 2005 06:28 GMT | 1 |
How to get the name of a variable, not the value! For example, I declare an int variable: int iMyVariable=5; How to get the name "iMyVariable" of iMyVariable" ?
|
| What is the relationships between IList, Collection and Array | 16 Nov 2005 06:00 GMT | 3 |
When I studied CSharp, I am confuse by IList, Collection and Array. What is the relationships between them?
|
| deployment related | 16 Nov 2005 05:12 GMT | 1 |
i have created deployment package using setup wizard. In user Interface editor there are some predefined add dialog box are available. I want to add new dialog box which is not in add dialog box pane. How to do that. Pls tell me
|
| XML Heeeeeeeelp ! | 16 Nov 2005 03:06 GMT | 5 |
hi, i am facing this trouble (pretty obvious tho') im working with a xmldocument, the trick is this is coming with some empty attributes i want to browse for the empty attributes and to get rid of them
|