| Thread | Last Post | Replies |
|
| C# Code Checker | 26 Nov 2007 07:24 GMT | 6 |
Does anyone know if there is a C# code checker that will spot any (or preferably all) of the following: - Unused parameters in functions; - Unused functions;
|
| UPnP library for C#? | 26 Nov 2007 06:38 GMT | 1 |
Ive searched around and Im hazy on what is needed to develop media server code. Is there a UPnP library for C#? Linux apparently has many, and I even found a Java one, but can't locate anything yet for dotNET.
|
| Can't open form designer in VS 2008 | 26 Nov 2007 03:48 GMT | 4 |
when I trying to open the form designer in 2008 I get the following error: The service Microsoft.VisualStudio.Shell.Interop.ISelectionContainer already exists in the service containter. Parameter name: serviceType I have installed KB110806-x86 and KB929300-x86, but where to find
|
| C# CLR interface to Linq programming | 26 Nov 2007 01:36 GMT | 1 |
Is there anywhere documenting calling a SQL Server2005 C# CLR SqlFunction Scaler Valued Function (SVF) or Table Vaued Function (TVF) from an external C# program (for instance a C# WinForms project with a Linq to SQL dbml class)?
|
| C#, Word document | 26 Nov 2007 00:43 GMT | 2 |
Is there any possibility to write an application i C# to open a MS Word document (doc, docx), find any form fields and fill them, save and print modified (filled) document without Word installed? Or make that application works with Word 2k, XP, 2003 version?
|
| Connect to database | 25 Nov 2007 21:55 GMT | 4 |
This is kind of a cross forum problem. I am trying to Connect to database by clicking on: Tools > Connect To Database > Select: Microsoft SQL Server (SqlClient). However, there are no server listed when I click on Refresh. I know that 2 instances exist. I see them Management ...
|
| How to renumber cell content in DataGridView column | 25 Nov 2007 21:48 GMT | 2 |
I have about a year's experience with C#. How can one rename a column of cell value numbers from an Access database in a DataGridView? Say, have:
|
| XML attributes or node ? | 25 Nov 2007 21:33 GMT | 3 |
When i see a XML file i'm still wondering what are the differences between writing node data as node attributes or as children nodes. for example, what are the advantage to write such thing : <setting>
|
| making generic list class | 25 Nov 2007 21:02 GMT | 4 |
Im trying to implement a generic list class for a number of 3d object types, that form a 3d solid model, take the easiest one Point for example, it contains a Vector3 and a list of other 3d object types such as surfaces and wires wich also reference this point.
|
| A text from a book which must be wrong(virtual, abstract metod) | 25 Nov 2007 18:45 GMT | 2 |
I'm reading in a book about C# and here is something that sound strange. "You can override a virtual method (or accessor) with an abstract method (or abstract accessor) in a derived class.Any classes derived from this abstract class must override these abstract methods and provide ...
|
| New connection and DTS | 25 Nov 2007 18:27 GMT | 1 |
How do I prevent new connections inside a TransactionScope from going up to the DTS? using (TransactionScope scope = new TransactionScope(TransactionScopeOption.Required))
|
| Best way to share DataSets? | 25 Nov 2007 18:22 GMT | 1 |
In my project I have several different forms that need access to the same datasets, table adapters and binding sources. I have created a static class called 'Globals.cs' which contains one of each. The problem is that none of my forms recognize them. It's as if it will
|
| How To | 25 Nov 2007 17:06 GMT | 2 |
Change size of AutoComplete drop down before it shows to the user?
|
| Just started c#, question about member creation | 25 Nov 2007 16:38 GMT | 3 |
Creating a class library with an object that needs to expose a list of other objects. Using vs 2008/.NET 3.5. So far got this: public class MyClass
|
| Jagged arrays | 25 Nov 2007 16:06 GMT | 5 |
Can anyone help? I get the error message below: Array size cannot be specified in a variable declaration (try initializing with a 'new' expression) Code snippet: Class Test{
|