| Thread | Last Post | Replies |
|
| Copy constructor? | 10 Mar 2006 21:03 GMT | 13 |
I have created a class adding some Functionality to a generic class and derived it from that: class MyTypedClass : MyGenericClass {}
|
| Services question | 10 Mar 2006 19:59 GMT | 3 |
I have written a .NET service and it runs great. But my company uses domain user accounts and not local user accounts, so I logged onto a test machine with my account and installed this .NET service. I set it to run under the LocalSystem account and Start type is manual. If
|
| Visual Studio.Net 2003-installation error | 10 Mar 2006 17:49 GMT | 1 |
I am trying to install Visual Studio.Net 2003 on an Hp latptop with Windows XP SP2 already installed. I am getting the following error once i start the Setup "Error reading setup initialization file" with a button that doesn't have a caption on the error message dialog box. I ...
|
| Exception deleting a row from DataGrid bound to an ArrayList | 10 Mar 2006 15:20 GMT | 1 |
I have a DataGrid bound to an ArrayList. When I delete a 'row' from the ArrayList the DataGrid throws an IndexOutOfRangeException exception. I constructed a very simple sample app that reproduces the problem (code below). This sample simply populates the grid from the array (see ...
|
| Using CSC.exe | 10 Mar 2006 14:17 GMT | 2 |
I have a project created in VS 2003 that I want to be able to compile using CSC and not the IDE. This project includes references to other assemblies as well as web references. I have been looking through the Framework SDK and cannot work out how
|
| Key Press Event | 10 Mar 2006 11:51 GMT | 1 |
I am trying to create an application that captures the KeyPress Events that are happening anywhere on the OS (In any window that has focus). I have a windows form that is maximized and set to transparent. I have written code to allow the mouse to click through the form and also ...
|
| Configuration dependent resource? | 10 Mar 2006 08:27 GMT | 1 |
I need to have a string's value depend on the configuration of the assembly. Is this possible? Any ideas?
|
| BinaryFormatter produce larger file after ISerializable implemente | 10 Mar 2006 07:29 GMT | 3 |
Question about serialization to binary format under .Net 1.1 using C#. I have some set of classes, some of them are marked with SerializableAttribute. I use serialization to binary files to persist some object graph between app sessions.
|
| Using .Net 1.1 assemblies from a .Net 2.0 App | 10 Mar 2006 03:39 GMT | 5 |
Can anyone point me at some references that discuss the issues involved in referencing .Net 1.1 assemblies from a .Net 2.0 application? We are migrating our application to .Net 2.0 and have a number of 3rd party assemblies that we leverage. Some of them do not yet have support ...
|
| Document Management Source Code In VB.Net | 10 Mar 2006 01:23 GMT | 1 |
I am trying to develop a Document Management. I don’t like to reinvent the wheel. Can some guide me to find some source code in VB.Net to work from. Please help me Thanks
|
| Extending the TreeNode - - -> HELP! | 09 Mar 2006 21:42 GMT | 2 |
I've created a small test class to extend the Treenode object and am having mixed success. In the Treeview's 'BeforeExpand' event I've used code from the help topic "Adding Custom Information to a TreeView or ListView Control"
|
| FileSystemWatcher onCreated tell where it was created from? | 09 Mar 2006 20:15 GMT | 7 |
I'm trying to get a piece of software that will monitor a location on a drive, and if something appears on the location, report what was created and, if applicable where it was copied from. For instance, monitor my D:\
|
| Tracing and Method Names | 09 Mar 2006 20:12 GMT | 3 |
In the example below where the TraceEvent method is being called how can I get the Methods name ("MethodA") I am passing as the message dynamically? It is a real pain to have to copy the methods name repeatedly into my
|
| 2.0 exe calling 1.1 DLL | 09 Mar 2006 19:35 GMT | 1 |
Is there a way for me to know which version of CLR was used to load a DLL while in Debug mode? I have a 2.0 exe that calls an 1.1 dll. I am sure that when the DLL is called, 1.1 CLR is used to load it since it was compiled in VS 2003 and 1.1,
|
| Immediate Window | 09 Mar 2006 18:33 GMT | 2 |
can some one tell me how to enable the Immediate window at the bottom of the Studio on runtime? I had it in the VS 2003 but in VS 2005 I can't find it. Thanks.
|