| Thread | Last Post | Replies |
|
| How to set the max heap size in C#? | 26 Jul 2007 18:56 GMT | 4 |
I am writing an application which constructing a fairly big tree for some financial pricing application. How can I increase the heap size of the .NET runtime environment? I have tried doing it in Java before which I can set use the /mx flag
|
| Visual studio 2003 solution issue | 26 Jul 2007 18:49 GMT | 2 |
I've a solution with half a dozen related projects in it. For the last two days I've had issues where I change a method signature in one project, update the projects using that method appropriately and compile. When the code executes it gives the error that it can't see
|
| Hi Hi Hi are you Searching for Happiness | 26 Jul 2007 18:41 GMT | 2 |
Happiness is a common goal that everyone strives to attain. Philosophers, intellectuals, doctors and artists alike have all strived in search of the causes of happiness and ways to escape anxiety.
|
| Opening Outlook address book | 26 Jul 2007 18:36 GMT | 4 |
Hi NG! Is there a way to open the Outlook address book dialog (as in Outlook) using C#? I am using Outlook 2003 (MS Outlook 11.0 Object Library). In Outlook 2007 it can be done with SenderNameDialog. I need to support both
|
| datagridview column names | 26 Jul 2007 18:36 GMT | 3 |
I have a datagridview that was created by dragging an SQL stored procedure onto the form. The SQL query has fields for Monday, Tuesday, etc. I am trying to set some of the values with the DefaultValuesNeeded event. When I right click on the control and select Edit Columns I can ...
|
| Generics and general purpose helpers | 26 Jul 2007 18:26 GMT | 4 |
I am working with Winforms and writing some general purpose helpers for use with a 3rd party grid (devexpress). I have been using BindingList<T> to bind to the grid. At some point I need to get the object stored at the Nth index of the list.
|
| Catching page fault | 26 Jul 2007 18:12 GMT | 3 |
How can I catch an "invalid page fault". Could you please give example code? Many thanks. Adrian.
|
| Recommended way to wait for a process exit | 26 Jul 2007 17:50 GMT | 1 |
I have this situation: A worker thread creates and starts a process and then it needs to wait for it to exit. Now, its possible that the thread to be aborted using the Thread.Abort().
|
| How to read version of assembly programmaticaly? | 26 Jul 2007 17:35 GMT | 9 |
I have app that uses DLL's (ours) I need to get version info for those DLL's For main EXE I just use "Application.ProductVersion" How do I get versions of components?
|
| Pen Table API | 26 Jul 2007 16:56 GMT | 1 |
I have a Wacom Bamboo pen Table on a Vista PC, and would like to write a small C# app that allows me to change the properties programmatically. I emailed Wacom as they wrote the driver but they said to ask Microsoft! So any one know how I can set the properties such as active ...
|
| webbrowser can't get https data ? | 26 Jul 2007 16:48 GMT | 2 |
Sometimes, when I am using webbrowser to control data of web pages, it suddenly shows a httS page, I need to detect it happens. but it seems we can't get/put any data on https connection? Best regards,
|
| Un Dropping Down a Drop Down | 26 Jul 2007 16:26 GMT | 6 |
I have an application I am developing that has a Combo Box that is intended to show a list of available tables in the selected DSN. I have put code in the control's DropDown event handler to clear the item list and reload it from the currently specified DSN (in a Text
|
| Inserting CheckBox into ListView ColumnHeader | 26 Jul 2007 16:22 GMT | 1 |
Does anybody know if it's possible to insert CheckBoxes into ListView ColumnHeaders? I want the user to be able to select or deselct certain columns that way (if possible).
|
| structs in C# | 26 Jul 2007 16:20 GMT | 5 |
I have a huge string and I want to get just part of the string and pass it in my stored proc. I am trying to do it through a structure. I am not sure if this is the best way and right way to do it. Below is the sample code
|
| A problem when using c# dlls in the C++ projects | 26 Jul 2007 15:36 GMT | 1 |
I am using a C# library in my C++ project. I want to make use of the classes defined in the library to do some job, and use the return value to go on other works in my project. But it seem difficult to convert a return value of C# datatype into C++ complaint datatype,
|