| Thread | Last Post | Replies |
|
| Adding a reference from the GAC. | 02 May 2008 16:33 GMT | 8 |
Hello, an assembly I want to reference is installed in the GAC and doesn't have a local copy (e.g. somewhere that is not c:\windows\assembly...). How do I reference it from VS2005?
|
| windows explorer styled control in .net | 02 May 2008 16:17 GMT | 2 |
Is there a windows explorer styled control in .net for win forms (3.0) or do i have to write my own? TIA
|
| check date within last 7 days | 02 May 2008 16:11 GMT | 4 |
How would I check a datetime variable is within the last 7 days?
|
| Need some graphical advice | 02 May 2008 16:09 GMT | 8 |
I need to make a user interface which features an interactive map, where all the states are drawn and the user may click on individual states to get details on it, and they may color in states different colors and make regions or groups of similar colored states.
|
| Method Stubs When Implementing an Inteface or inherting from Absract | 02 May 2008 15:44 GMT | 5 |
Is it possible to have visual studio add the stubs for you when you implement an interface or inherit from a an abstract class automatically. I know this was a feature in vb.net but I can seem to work out how to do it in C#
|
| How to Create an Organizational Chart using C#.NET ? | 02 May 2008 15:43 GMT | 1 |
I am trying to create an Organizational Chart using C# to display on the WEB. (web application) I have a TABLE of data containing the information for who is the supervisor of who.
|
| MMC Images | 02 May 2008 15:21 GMT | 1 |
I'm currently working on an MMC snap-in that will contain 500+ items in the results pane. Once this happens the images I have set for each of the items turns into the default image for the mmc. The problem occurs, I believe, because of the way the mmc refreshes.
|
| Reg Expression | 02 May 2008 14:48 GMT | 5 |
All, Looking for a regex expression to split this comma delimted string ultimately into 51 fields. The fields in double quotes can have commas within the quotes (separating values within the quotes - the issue I'm
|
| Debugging .net 1.1 business objects referenced in VS2008 web servi | 02 May 2008 14:46 GMT | 3 |
I have some business objects written in Visual Studio 2003. I have a web service written in VS2008 that references these .net 1.1 objects. The web service makes some calls on the 1.1 objects and the responses are not as I would expect.
|
| "The object invoked has disconnected from its clients" | 02 May 2008 14:43 GMT | 5 |
VS2005 gets this error "The object invoked has disconnected from its clients" does anyone know about a fix for it?
|
| Question about .NET 2.0 web service proxy generation | 02 May 2008 13:38 GMT | 2 |
I have a web service that has a method that takes a created .NET class like this: method(my.Shared.BO.InfoClass info, bool isItem) The actual web service gets this class from an assembly, Shared.BO.dll
|
| serialize event handler | 02 May 2008 12:54 GMT | 5 |
I have a class to serialize. This class has come properties like this one private myObject _listOf; public myObject listOf {
|
| Retrieving form data from an asp page | 02 May 2008 11:19 GMT | 3 |
I retrive an response from an aspx page and store the resultant html into an string object like: string response = Encoding.UTF8.GetString(responseBytes); this html page has form data in it, name value pairs. I need to get this
|
| LINQ and XML for compact framework | 02 May 2008 11:03 GMT | 24 |
I am currently building an application on .NetCF 3.5 in C#. The application needs to process xml files. I am thinking about using LINQ to process XML. I wrote a piece of code to modify the specified element's value.
|
| Best RTF/HTML Editor for Winforms. | 02 May 2008 11:02 GMT | 5 |
We're looking for a fully functional RTF/HTML editor for our WinForms application. We need a control with the following features: 1. Supports image 2. Supports hyperlinks (auto detects) and allows use to create "custom"
|