| Thread | Last Post | Replies |
|
| Controls are resized from one computer to another | 31 Dec 2005 17:51 GMT | 2 |
I am developing a Windows Forms application which is the client of an XML Web Service. When running this application on my development system, forms and controls are showing as designed in the IDE.
|
| adding empty row to combobox | 31 Dec 2005 14:00 GMT | 2 |
i know this might sound a bit simple but how do you add an empty row into a combo box after populating with a dataset? i was trying this but it keeps erroring cbo_Category.Items.Clear()
|
| hide the tab of tabpage | 31 Dec 2005 00:13 GMT | 9 |
I have a tabcontrol with 3 tabpages. I want to hide (not just disable) the 3 actual selection tabs that allow a user to select a given tab page, but keep the page around and active.
|
| Prevent tab page from changing | 30 Dec 2005 19:54 GMT | 1 |
I need to prevent user from changing a tab page, if the current tab page has incorrect data. I've been searching these forums for a solution and have found a suggestion that goes something like this: [StructLayout(LayoutKind.Sequential)]
|
| Splitter between panels | 30 Dec 2005 17:13 GMT | 1 |
Can we have a splitter between two panels. one panel's dock property is set to left and other ones set to fill. The splitter does not seem to work properly for the panels I suppose. Any ideas on how to approach the problem would be appreciated.
|
| TreeNode can't find .ChildNodes | 30 Dec 2005 11:54 GMT | 1 |
Using .NET 2.0 I'm trying to traverse a treeview by using the following // Some other code // node is a System.Windows.Form.TreeNode node.ChildNodes.Count
|
| DataGridView.RowPrePaint - how to selectively paint the background | 30 Dec 2005 00:32 GMT | 1 |
I am trying to change the background colour of the entire row based on the contents of a value in a cell. Using the examples in the MSDN documentation I have got thus far, however, the foreground text is garbled:
|
| ClickOnce | 29 Dec 2005 21:38 GMT | 8 |
I have today gone to production with my first .net 2.0 Windows forms app. I distributed it using click once. I was impressed with the .net framework 1.1, 2.0 looked even better from a developer point of view (generics are brilliant). But I have to say click once is the best ...
|
| Z-Order: How to determine and then persist? | 29 Dec 2005 12:33 GMT | 3 |
I've developed a WinForms application that allows users to create a number of child forms within a larger parent form. The child forms can be dragged around within the bounds of the parent. They can also be resized. When the user closes the application, I want the size and ...
|
| Help :Redirecting Console results on form | 29 Dec 2005 12:29 GMT | 1 |
I'm creating an interface for a network device basically its a GUI for cofiguring the devices. Configration Commands are working fine on command prompt I just want to make there GUI so my client should not go to that BLACK screen to configure those devices.
|
| Help with PROCESS in EXE | 28 Dec 2005 23:20 GMT | 1 |
I've successfully created an EXE, that starts a process. When it fires up the THREAD, the EXE generates an error - PROCESS ID =0x1c44 (7236), THREAD ID=0x191c (6428) and then terminates. The THREAD fires up fine on my local box, but does not on the client side. Do I need to ...
|
| question on mp3 | 28 Dec 2005 23:14 GMT | 1 |
How can I play mp3 or a wav file from vcs2003 when a button is clicked ? TIA
|
| Forms.TextBox hides letters?! | 28 Dec 2005 23:02 GMT | 1 |
Hello, friends, We have a Windows Form app using C#.net. In a fixed size window, we have a Forms.TextBox control to allow users to type in info, up to 255 characters. However, when typing letters reach the end of a line, there are a few
|
| Threading in .NET | 28 Dec 2005 22:56 GMT | 2 |
I have a problem regarding the threading issues in .NET. Actually I have a application in which i execute a process by invoking the thread in the background and at the same time I want to display a modal dialog which will only block my UI. It doesn't
|
| Listview | 28 Dec 2005 22:15 GMT | 1 |
I have a listview box which is populated from a List<T> collection. The items in this collection are generated from a user filled out form. The items in the listview have the same index as the ones in List<T>, so I have an event which loops through the ListView, and if selected = ...
|