| Thread | Last Post | Replies |
|
| "Chaining" Between Applications | 19 Sep 2003 21:38 GMT | 1 |
Here's another question... I'd like to have one application launch another one, then exit. In Windows I could use CreateProcess for this, but I'm having trouble tracking down a .NET way of doing this. The applications are in two
|
| Displaying a help- string in the status bar | 19 Sep 2003 20:30 GMT | 5 |
I'm writing a program with VB.NET at the moment, and want to have an easy possibility to display a help string in the status bar when the user places the mouse over a control. I know that there was an easy way some years ago, when I used Delphi 3 or VB
|
| browser inside a windows form | 19 Sep 2003 15:59 GMT | 3 |
How can I put a browser inside a windows form like Kazaa or Imesh?
|
| Check out this critical patch | 19 Sep 2003 14:28 GMT | 1 |
Microsoft Partner this is the latest version of security update, the "September 2003, Cumulative Patch" update which eliminates all known security vulnerabilities affecting
|
| Topmost property | 19 Sep 2003 13:53 GMT | 6 |
I've got a problem with making a form topmost in the application. I need that a form is shown on top of other forms of my application, but it should not be on top of other
|
| DataGrid.HitTestInfo | 19 Sep 2003 13:49 GMT | 2 |
My system doesn't have System.Windows.Forms.DataGrid.HitTestInfo I have ...DataGrid, just not .HitTestInfo This makes it very difficult to use DataGrid.HitTest()
|
| Style Sheet in Windows Forms | 19 Sep 2003 11:26 GMT | 6 |
How Can I use Style Sheets in Windows Forms Programs. Then user can change interface. Is there anyone help me? Thanks.
|
| Coolapsing/expanding a form | 19 Sep 2003 11:19 GMT | 1 |
Dear, Do you have the code for designing a form in such way that it resizes and hides/displays controls on it depending on
|
| Combo in grid | 19 Sep 2003 10:50 GMT | 2 |
Is it possible to have a drop down combo in one of the columns of the data grid? Thanks Regards
|
| DataGrid Error when typing F2 followed by ESC | 19 Sep 2003 10:45 GMT | 2 |
I am having a problem with a datagrid. Basically I have created a new class derived from DataGridTextBoxColumn which only accepts numeric values. When I enter a cell, type the F2 key followed by ESC, I get the following error:
|
| ListView - Sorting and the Delta Symbol | 19 Sep 2003 10:29 GMT | 4 |
Before I start writing code to perform the owner draw on the list view, is there a way to get the default List View control to draw the carot/delta symbol showing which way the data is sorted? Thanks Brian
|
| Advice on how to Perform a multi-column sort in a list view | 19 Sep 2003 09:00 GMT | 3 |
I have a dialog that the user needs to be able to sort by one column and then sort the sub groups from the first sort by a different column. I have a dialog that allows them to pick the sort order and now I need to implement it. Any advice on the easiest way to move rows in a list ...
|
| multiple column in a combobox control | 19 Sep 2003 08:55 GMT | 1 |
I'm a newbie to .NET and I need a little help displaying multiple column in a combo box control. It's got to be simpler than I'm making it. Any help. Thanks in advance
|
| Making console window visible | 19 Sep 2003 06:54 GMT | 5 |
Folks, When I have a WinForms app, and I need to output some debug messages, I use the Debug.WriteLine calls. I understand the concept of creating my own custom trace listeners - I
|
| PropertyGrid/CollectionEditor/Array sub-element | 19 Sep 2003 04:15 GMT | 1 |
Hi, I'm having a problem editing a collection with the PropertyGrid in C#, and hope someone can shed some light. The collection consists of structs consisting of a string (Name), and double[] array (Data). I can add the colelction OK to the PropertyGrid, and
|