| Thread | Last Post | Replies |
|
| Performance of Queue(of T).Enqueue(T) | 19 Oct 2006 20:44 GMT | 7 |
When calling Enqueue, the internal array may need to be reallocated. My question is by how much? In the old MFC array classes, you could tell MFC how many additional elements to add to the array when it needed to reallocate, which greatly boosted performance relative to adding ...
|
| Target the Framework version from 2.0 to 1.1 | 19 Oct 2006 20:27 GMT | 2 |
I have encountered a problem of "DragDrop registration failed" problem in my .NET 1.1 dll because of the assembly binding is always going to .NET 2.0. Therefore I tried to specifiy the runtime version and redirect those bindings in MyModule.dll.config.
|
| Reflection, Enums and their values? | 19 Oct 2006 18:55 GMT | 3 |
I have an set of enums like the following, that are in a class that I'm using from elsewhere; Public Enum Q001resp As Integer Yes = 1
|
| TcpClient.Connect causes three first chance exceptions | 19 Oct 2006 18:07 GMT | 7 |
Hi all, I've got a client/server application and just wanted to ensure that this is expected behavior. I recently set the following configuration in Visual Studio: Debug->Exceptions->Break Into Debugger
|
| How would you do a time estimate of a conversion from VB6 to dot net? | 19 Oct 2006 15:25 GMT | 6 |
I hate doing estimates of how long things will take, but of course people want them. I am doing some modifications on a VB6 system and the owner wants an estimate on how long it will take to convert it to VB dot net. How would you approach doing a time estimate on this?
|
| Listbox selected items to string array | 19 Oct 2006 13:43 GMT | 3 |
I am trying to pass the selected items from a multiselect listbox to a string array. Can any body give me a start. Thanks Colin Williams
|
| Problem with clipboard | 19 Oct 2006 11:06 GMT | 2 |
I'm using .NET 2.0 with VS 2005 on Windows XP Pro and I'm having problems with the clipboard. I'm trying to copy the contents of a word document. The problem is that sometime it is working, and sometime not, using the same piece of code.
|
| Datagrid inside a Panel doesn't load records | 19 Oct 2006 10:12 GMT | 4 |
I'm using .NET Framework 2.0 and I've created a Panel with a DataGrid inside. This datagrid was created automatically by dragging & dropping into it a datasource.
|
| acquiring standard out, standard error | 19 Oct 2006 08:23 GMT | 3 |
I have managed to acquire the standard out & error streams of an app by starting it with System.Diagnostics.Process. Works great. How do I acquire the standard output & error & in streams of an already running application, for instance, a service. Basically I need to monitor the
|
| Missing referenced assemblies in compiled dll ... | 19 Oct 2006 08:22 GMT | 2 |
I have a project that references a couple of other dll:s. After I compile the project I use IL DASM to have a look on the Manifest of the compiled dll. The thing is that not all referenced dll:s are in there (I'm missing 3 of 7)!
|
| Problem with the GZipStream class and small streams | 19 Oct 2006 07:54 GMT | 7 |
I have a problem using the System.IO.Compression.GZipStream class. I wrote the following methods to compress and decompress arrays of bytes. private static byte[] Compress(byte[] array) {
|
| calendar control | 19 Oct 2006 04:16 GMT | 3 |
I have a calendar control that has runs a longish bit of code in the ValueChanged event. How do I get the control to repaint before running the code. At the moment the calendar month view stays active while the code is
|
| C# to C++ port | 19 Oct 2006 01:23 GMT | 6 |
We have a dll component developed in C# and used by the other projects (exe) written in C#. This component has been tested and proved to be very robust component and so we are going to re-use it in another application (very large code base)
|
| excel | 19 Oct 2006 00:50 GMT | 1 |
i did not the office version of the system in which the application is going to be deployed. is there any way of opening an excel file which is office independent. My requirement is that i have to open a template file which is in the
|
| Upgrading from .NET Framwork 1.1 to 2.0 | 18 Oct 2006 21:04 GMT | 4 |
We have an app that have been compiled to use .NET Framework 2.0. It runs fine from the server but from the workstation it generates an error message something like "This program could not start because the program configuration is wrong. If you reinstall the program it can solve ...
|