| Thread | Last Post | Replies |
|
| File check in/check out question | 29 Mar 2006 14:12 GMT | 4 |
I've always used Visual SourceSafe for checking in/out source code. We also used it for deliverables (e.g. functional specification document), but should we be using SharePoint for that instead? And what's happening to Visual SourceSafe.. is it going away? I'd like to
|
| namespace System.Runtime.Remoting.Channels.Tcp is not recongized? | 29 Mar 2006 13:36 GMT | 1 |
When I try to compile the following program on Visual Studio 2005 Pro, the namespace System.Runtime.Remoting.Channels.Tcp is not recongized by the compiler. (The "Tcp" part is highlighted.) And I get the error message:
|
| C# and Dataset from XML | 29 Mar 2006 13:34 GMT | 2 |
In my C# Windows Form project, I used to get my Dataset and Datareader from the SQL query string to my SQL Server 2000. But now I would like to use an XML file as the data source. Would someone give me some advice?
|
| Type constraints in constructors of generic types | 29 Mar 2006 13:15 GMT | 2 |
I have a generic collection looking like this Set<T> : ICollection<T> { // Create set from existing collection.
|
| supported runtime VS 2005 | 29 Mar 2006 12:56 GMT | 1 |
I have an old application (.net framework 1.1). And now I'm working with VS 2005. Could I build this application for .net framework 1.1? Thanks.
|
| Enumarating Components for Windows Form? | 29 Mar 2006 12:52 GMT | 2 |
Can i enumarate the windows form's components? I want to list components on the screen. Thanks... (Note: I am using vs2005)
|
| Add minutes to a current time | 29 Mar 2006 12:24 GMT | 2 |
I am with C#(V1.1). How to add only minutes to a current system time in C#. Suppose My system time is 16:28:09.28(Type time at command prompt) I need to add 1 minute to a this time :
|
| Overriding generic virtual method | 29 Mar 2006 11:45 GMT | 13 |
Is it possible to override a specific instance of a virtual, generic method? IE: using System; class Base
|
| MAKING WINDOWS PROJECT RUN ON A MACHINE LACKING DOTNET FRAMEWORK | 29 Mar 2006 11:33 GMT | 2 |
I want to make my windows form .exe file run on a machine lacking dotnet framework.How can I make a setup project out of it to run on all machines.
|
| int [] Array Question | 29 Mar 2006 11:22 GMT | 5 |
I am using the code below to create a integer array. while(dr.Read()) { string StateID=dr["StateID"].ToString();
|
| How to reset ba gridview content | 29 Mar 2006 11:22 GMT | 3 |
I am trying to reset the content of mainy gridviews when some line is selected. All these gridviews have viewstate enabled Using C# and asp.net, I try changing the datasource to null in the chnaged
|
| Exception handling for switch statement | 29 Mar 2006 11:13 GMT | 2 |
I have a switch statement that has 5+ case statements. Each of these case statements copies form one array to another. Rather than doing a separate try..catch statement for each case statement I wanted to wrap all the case statements in one try catch statement.
|
| Listview column width | 29 Mar 2006 10:46 GMT | 1 |
I want my listview (with only one column in it) to display this column in the entire width of the listview. I haven't found any property to do it. Any suggestions? Thanks
|
| VB.Net to C#. The problem of Delegate | 29 Mar 2006 10:32 GMT | 3 |
I want to use a software API functions on my project,but it was written VB.NET. I am using C#, So how to write these code by C#, espacially Delegate. I tried several times, but I failed. The below is the part code by VB.NET
|
| Saving a File - a question | 29 Mar 2006 10:31 GMT | 2 |
at the moment i'm saving a treeview and all its nodes by serialising it and storing it in a file. I recently openeing the file which had quite a lot of plain text in it and noticed that certain phrases repeated themselves throughout the
|