| Thread | Last Post | Replies |
|
| Main Form | 19 Apr 2006 15:41 GMT | 1 |
How to define the main form of a Winforms project ? Note : The main form is the form that it is automatically created when the application is started. Thanks
|
| VS 2005 to VS 2003 | 19 Apr 2006 12:59 GMT | 1 |
I have project that was started in VS 2005, but the tool I have avaiable right now is VS 2003, any way to load the project and work on it?
|
| Line breaks in Summary tag? | 19 Apr 2006 12:03 GMT | 3 |
Does anyone know if there's a way to enter line-breaks in the "<summary>" tags for Intellisense? HTML line breaks ("<br />") don't appear to work. TIA
|
| Upgrade VS 2002 to VS 2005 | 18 Apr 2006 15:11 GMT | 1 |
Can I skip the version 2003? Thanks, Siew-Ming
|
| Configure Code Analysis to enfoce naming convetnion of member fields | 18 Apr 2006 10:33 GMT | 1 |
How can I configure VS 2005's Code Analysis to enforce naming convention of private member fields. E.g.. I want all private member fields to be prefixed with an underscore and follow standard cammelCased naming convention.
|
| Database Project | 18 Apr 2006 10:31 GMT | 3 |
I'm really new to Visual Studio .NET 2005 and I'm looking to understand how I would create a database project. I used to be able to go into visual studio 2003 and open a database project and there would be some default folderst to store my ETL SQL in as well as working copies of ...
|
| VS2003 Starts and Debugs Slower Than VS2002 | 18 Apr 2006 07:11 GMT | 8 |
We just recently started moving projects and solutions from VS2002 to VS2003. (Yeah I know VS2005 if out, but don't have time to move to it right now. The move to VS2003 seemed simple enough) The problem I am experiencing is that VS2003 is much slower to start up a
|
| Nullable types with the DataSet designer | 17 Apr 2006 21:49 GMT | 4 |
Hope this question isn't already asked but I haven't find any answer yet. I have a database with nullables boolans, datetimes and numbers. I wish to use the VS2005 DataSet designer to create a strongly typed dataset. Take the example of a boolean field.
|
| Integrate Application with Visual Studio .NET | 17 Apr 2006 10:54 GMT | 1 |
I want to know where can I find information about integrating my applications with VS .NET. For example, integrate my application within a VS .NET solution, and if the application creates diagrams, how can I add the arrows, etc to the Toolbox,
|
| VS plug-in ( C# based ) memory usage by DesignerView | 17 Apr 2006 10:52 GMT | 1 |
We are trying to make an VS plug-in ( C# based ) that would traverse all items in solution, identify all Forma and User Controls, and retrieve properties of specific objects storing them in xml file. The problem is that once the plug-in starts working the amount of
|
| I want to modify the Comment Block | 17 Apr 2006 10:51 GMT | 1 |
Where can I modify the comment block... ''' which generates: ''' <summary>
|
| VS Automation problem ( releasing resources ) | 17 Apr 2006 10:27 GMT | 1 |
I an currently developing a VS plug-in ( C# based ) that would traverse all FORMs in a solution and extract properties of specific objects on a form. However there are some problems regarding memory shortage while traversing the solution tree and opening designers ( for components
|
| Open ASP.NET Application with visual studio.net | 17 Apr 2006 08:06 GMT | 3 |
When I try to open ASP.NET Application,I get the following messagebox: The webserver reported the following error when attempting to create or open the web project loccated at the following URL:'http//localhost/Webapplication2'.
|
| Typed datasets in Windows and Web Applications behave differently | 17 Apr 2006 02:51 GMT | 2 |
I've noticed that when I add a dataset item to a Windows or Web Application it behaves differently in the VS.net designer. In a Windows Application I can right click the XSD-file and View Code to get the partial sourcecode.
|
| Select All Rows option in a DataGridView | 17 Apr 2006 00:00 GMT | 1 |
Does anybody know how could I select a row in a DataGridView programmatically, or at least how to select all rows, I'd like to give users that option through a 'Select All' button. The selectedRows property of the dgv is readonly.
|