| Thread | Last Post | Replies |
|
| Parameterization - Generalisation | 26 Oct 2005 07:18 GMT | 4 |
Could anyone give me some hints how I can evaluate the reuse potential of a program related to the parameterisation and generalisation? - I think it concerns at the one hand the interfaces... Has anybody ideas?:((
|
| What's special for .net developing in gathering user requirement? | 26 Oct 2005 05:11 GMT | 2 |
Believe you have sound experience in development, however, before coding, when a project just started and is in User Requirement gathering, what special points shall we pay attention to, if the project is going to be done in .net?
|
| Form.Showdialog Problem | 26 Oct 2005 04:08 GMT | 1 |
I developed a application, and is working fine in Windows 2000, but in WinXP... Form1 call Form2.Showdialog, and when Form2 is closed I get a message error. I try other way, Form2.Show and this is working. Can somebody help me ?because I need to use Form2.Showdialog.
|
| Permission Errors | 26 Oct 2005 02:54 GMT | 12 |
Hello. My new dev machine is running XP Pro. In the past all equipment has only used Windows 2000. I have had a lot of problems getting my projects up and running on the new machine. The current one is a permission error.
|
| export Win Form C# variables to a file? | 25 Oct 2005 23:52 GMT | 2 |
I am trying to take form variables and send them to a file that can be viewed later. This needs multiple strings to be added and I am trying to keep it as simple as possible. I have been trying to send them to an Excel spreadsheet for organization purposes, yet it seems to be a ...
|
| Datagrid / Dataview Help On Select after SORT... | 25 Oct 2005 23:10 GMT | 4 |
I have a datagrid that I am using a DataView with. All works great for the sorting of the columns. However, after I sort the column, and then try and select a data row to edit, the row selected represents the indes of the actual DataGrid and not the DataView. For example.. ...
|
| Get Assembly Type Names Without Loading The Assembly | 25 Oct 2005 22:55 GMT | 11 |
Does anyone know how to get a list of the types in an Assembly without actually loading the Assembly into your app domain?
|
| Namespace "Configuration" does not exist in Microsoft.practices.En | 25 Oct 2005 21:52 GMT | 1 |
I may be doing something dumb but.......I have been using the data access ent lib to do the HOL's. All is well. However I now want to add the data access functionality to my BTS2004 project, therefore requiring strong name key. When I try to compile the Data solution from ...
|
| Please help with this regex | 25 Oct 2005 21:28 GMT | 1 |
I have a text box on a form and I am validating the data(street address) with the following expression ^[a-zA-Z\d]+(([\'\,\.\- #][a-zA-Z\d ])?[a-zA-Z\d]*[\.]*)*$. The following address works excellent
|
| Reference passing | 25 Oct 2005 21:16 GMT | 2 |
There is a function which in my DLL which is referenced by other C# projects. VectorPlane vPlane = new VectorPlane(100.0, 25.0, 65.0, "unbridged, extensible");
|
| Unregister a shell extension without killing Explorer | 25 Oct 2005 20:15 GMT | 1 |
Using a couple of examples on CodeProject.com I've create a nice little shell extension (adds some custom menus for proprietary file types). Everything is working fine, except I can't get it to unregistry completely itself without killing explorer.
|
| manifest definition does not match the assembly reference | 25 Oct 2005 20:10 GMT | 4 |
I want to use a 3rd party assembly that links to a "4th party assembly." My problem is that I use a newer version of that 4th party assembly. When I add the assemblies as references to my application it won't run. I get an error, " The located assembly's manifest definition ...
|
| How to determine the items selected in ListBox Control | 25 Oct 2005 19:58 GMT | 2 |
I know how to do it in VB6, but that doesn't work in .NET. I am trying to select single or multiple items to load into a collection.
 Signature .NET Developer in Training
|
| MDI BottomMost Child Window | 25 Oct 2005 18:08 GMT | 1 |
How can I have an MDI Child Window in such a way that all other MDI Child Windows appear OVER it. Its like a background window which will never overlap another MDI child window.
|
| Does the FileInfo.Copy method copy securly? | 25 Oct 2005 17:59 GMT | 3 |
Our friends at VISA would like to know if fileinfo.copy copies the files securly or do I have to use scp or sftp. If its not secure, does anyone have any suggestions on what I could use besides scp or sftp. I have 450 stations that I have to get retreive
|