| Thread | Last Post | Replies |
|
| how to add arrays to Ilist | 02 Apr 2008 11:35 GMT | 1 |
hey friends i am new to C# lang. can anybody tell me how to add arrays to Ilist and how to get the values from the list( means) how to traverse the list plz help me...
|
| Array to String | 02 Apr 2008 11:31 GMT | 8 |
Hi, i have a string array, how can i convert it to a string?
|
| is "params" working as expected | 02 Apr 2008 10:34 GMT | 3 |
Hi, either I'm going mad or is params not working anymore in VS 2005? I have function as follows public tableEquipment[] ReadEquipment(bool ReadImages, params Int64[] RecIDs)
|
| Get data of internal data representation of primitive type | 02 Apr 2008 10:33 GMT | 7 |
Is there a way to collectively get the internal data for primitive types? So for Int32, SByte, etc, I want to be able to get the byte stream used for the data. The reason is that I want a byte stream of the values but I don't want to
|
| Getting a file version | 02 Apr 2008 10:28 GMT | 9 |
How can I read the version of an existing file? The file I checking is a COM dll file. ------- Thanks
|
| DataGridView Button Text | 02 Apr 2008 07:55 GMT | 1 |
Hello and Gud Day. I have a simple problem but I can't solve about the DataGridViewButtonColumn. How can I show my Caption in DRV button. Theres 2 way.
|
| Default accessors in Collection classes | 02 Apr 2008 06:57 GMT | 2 |
I have a class called ContractDefinitions which is a property of another class. It is a collection of Definition types. When I created an instance of ContractDefinitions and added 2 Definition objects to it, The compiler complained telling me that I had to create a default ...
|
| check if object implements interface not working ;/ | 02 Apr 2008 06:41 GMT | 3 |
I wrote this function that is suppose to returnt rue if an array of types(actually stuff returned by GetInterfaces) implements the interface Q. private bool ContainsInterface<A, Q>(A[] list) {
|
| select a database as the DataSource | 02 Apr 2008 01:44 GMT | 1 |
I use VS 2005. A Datasource can be a Database, Web Service or an Object. So I select Data->Add New Data Source in the menu. In the dialog data Source Configuration Wizard I choose Database.
|
| SQLDataReader and the length of a string field | 02 Apr 2008 01:30 GMT | 3 |
I use SQLDataReader to obtain data from a SQL Server backend. Within the program, I need to know the length of some of the varchar fields. Not the length of the returned value, but the maximum length, as it is specified in the database.
|
| Sending XmlDocument to IE | 02 Apr 2008 01:13 GMT | 1 |
I develop windows applications. I have a XmlDocument that is dynamically created in the memory, and I have a .xsl file that is stored on the disk. I need to display the xml data in IE. How can I launch IE with XmlDocument object?
|
| copy folder from source to Destination in backgroundworker | 02 Apr 2008 00:23 GMT | 1 |
I'm new to all this, and have been having a problem with using the backgroundworker. I have a form with textboxes & a folder browser that are used to set a string called Sourcee, and Destination. on this form I have a button to call the copyfoulder class and copy from source to
|
| debugging slows down other actions | 01 Apr 2008 22:45 GMT | 7 |
I am using VS 2005 and find that if I am debugging my program and am still in debug mode, certain functions slow down. For example, if I tracing through some of my code and haven't stopped debugging and try to open a Windows Explorer window, it will take close to a
|
| Delegate Equal() returning false when it shouldn't? | 01 Apr 2008 22:19 GMT | 10 |
I've run into this odd issue that I've never seen before. I have code that has worked fine for a few years using .NET 1.1 and then when we switched to .NET 2.0 it started not working. There were no code changes related to this class or anything uses it.
|
| Many-To-Many Data | 01 Apr 2008 22:12 GMT | 1 |
Sorry, I am a newbie... I have two table joined by a cross ref table... CREATE TABLE [dbo].[ParticipationRole]( [ParticipationRoleID] [int] IDENTITY(1,1) NOT NULL,
|