| Thread | Last Post | Replies |
|
| View pdf files | 25 Jan 2006 22:07 GMT | 2 |
I need a .NET 2.0 control to view pdf files on a windows form. Where do I find it ? Something like in FoxPro with OleBound control. Thanks for any suggestion.
|
| How to address each of 12 radio buttons programmatically? | 25 Jan 2006 22:04 GMT | 5 |
I have a C# project that has a tab control with four tab pages. On each tab page is a set of three radio buttons (named radioButton1 through radioButton12). I would like to loop through the radio buttons and set their state without having to form the complete name of each one, ...
|
| Folder Tree View Control | 24 Jan 2006 11:00 GMT | 3 |
I'm new to Windows Forms programming, and I'm looking for a folder tree view control. I'm surprised to see there doesn't seem to be one built into the Visual Studio toolbox. Does one exist in .NET 2.0 ? (I'm not looking for a modal popup, but a control to create a Windows ...
|
| Repainting UserControl | 23 Jan 2006 20:39 GMT | 1 |
I am using C# 2.0 (VS2005) to build my user control that contains a number of dynamically loaded ListViews. ListViewItems have their ForeColor properties set to either black or blue to distinguish between ListViewItems.
|
| OnPaint question | 23 Jan 2006 20:39 GMT | 1 |
How does Panel control force all controls inside it to repaint them self? I am having a problem with my custom panel that holds bunch of list views. When I drag a window over it, my list views items take over
|
| UiTypeEditor for Text | 23 Jan 2006 18:27 GMT | 7 |
I've noticed that in .NET 2005 there's a Text UITypeEditor, for controls that have the Text property (for example, the Label control). Is there a public class for this editor, that I can use?
|
| Bound combobox not Updating DataSet | 23 Jan 2006 15:32 GMT | 2 |
I have a combobox with its DataSource set to a DataSet, "dsStatus", that is filled from a dataadaptor. The DisplayMember property is set to the name of a DataTable and a column name i.e. "StatusTable.Status". Similarily, the ValueMember is set to the name of the DataTable and ...
|
| Scrollable Control | 23 Jan 2006 12:28 GMT | 1 |
I have a custom control which is a descendant of ScrollableControl. I have everything working fine, except I want to be able to adjust the scroll position in code. I have created some 'hot spot' areas around the edges of the control,
|
| Datagrid DataSource and DataMember properties | 23 Jan 2006 12:06 GMT | 3 |
I have a Typed Dataset "dsDoc" that contains one DataTable, "Documents". This was produced using a DataAdaptor's generate dataset command. I can databind to a datagrid either by 1) Setting the grid's Datasource to dsDoc.Documents
|
| Auto size the win controls | 23 Jan 2006 11:44 GMT | 1 |
How to auto adjust the size of the windows controls when I am trying to minimize or maximize the windows forms. is there any easy properties setting or have to write custom codes? If so, is there any sample for me as I am just a newbie of .net....
|
| DataGridView ScrollBars | 23 Jan 2006 05:55 GMT | 4 |
Is their a way to determine if the DataGridView Scrollbars are visible? Is there a way to be notfied when their visible property has changed? thanks,
|
| ToolStripControl is now 2D flat after changing background color | 21 Jan 2006 00:07 GMT | 3 |
After I changed the color of a ToolStrip Control from "control" to a custom color - anything will do even "controldarkdark", the look of the control is 2D flat. If you choose Edit->Undo, or manually select backcolor "control" then it goes back to 3D office look.
|
| Hit-test for controls | 19 Jan 2006 18:35 GMT | 4 |
I have some controls descended from UserControl, and I would like to override the Hittest functionality, so that I can control which areas of my control are treated as the control, and which parts are ignored (because they are transparent)
|
| problem in persisting collection | 19 Jan 2006 18:33 GMT | 1 |
I have a user control in which i have a collection (ArrayList) of userdefined objects (A class with two public properties). I am using a custom editor derived from UITypeEditor to edit the values of this collection. The problem is that values in this collection are not
|
| Windows Form - Scrolling (.NET 2003) | 19 Jan 2006 18:30 GMT | 1 |
I'm trying to create a windows form application using .NET 2003 Specifically I'm trying to create a scrollable portion within my form. This portion is to be populated with what is in effect a table (or more specifically a contact list) which is taken from a webservice.
|