| Thread | Last Post | Replies |
|
| DataGridView Handling ESC | 14 Aug 2006 20:30 GMT | 6 |
I have a datagridview where I populate the DataGridView.Rows[].ErrorText if I get an error in the DataGridView.DataError event. The problem I have is if I have two columns and the user enters bad
|
| all icons in the toolbox of VS 2005 turned into errorprovider icon | 14 Aug 2006 16:43 GMT | 1 |
In the toolbox of VS 2005 all of the icons of the controls like "button", "checkbox" has turned into an icon which is shown at the error provider (red O with a white ! in it). Could someone tell me what happened en how to correct this problem?
|
| DataGridView: Move to a cell on the right after pressing Enter | 14 Aug 2006 11:16 GMT | 2 |
Hi, is there a way how to move the "cursor" in a DataGridView to a cell on the right of the current cell after pressing Enter? The problem is it moves also downwards and I don't know how to tell it to move to the right only. TIA
|
| Determining if a window is open | 14 Aug 2006 10:54 GMT | 1 |
When you show a Windows Form using Form1.Show, is there a way to find out if the window is currenlty open using framework 1.1? Thanks, Chuck
|
| How to permit only numeric characters in a DataGridViewTextBoxColumn column? | 13 Aug 2006 17:25 GMT | 11 |
is there a way to tell a DataGridViewTextBoxColumn column to accept numeric characters only and to ignore other characters? Thanks for any help... With regards nvx
|
| find Component's host ( Form ) PLEASE HELP | 11 Aug 2006 15:30 GMT | 2 |
Hi there i am a newbie on C#... I have wrote a Component and I need to get a reference on the Form the component resides in...
|
| Messagebox in Validating cancels subsequent events | 11 Aug 2006 12:11 GMT | 5 |
It appears displaying a messagebox in a validating event will cancel subsequent events. I'm including a short program demonstrating the behaviour in VB and C#. The program creates a form, adds two buttons, a validating handler for
|
| Datagridview does not change with datatable change | 11 Aug 2006 11:19 GMT | 1 |
My windows form contains one dataset that in turn contains several datatables. I connect them to a datagridview using datagridview1.datasource = dataset1 datagridview1.datamember = "Tablename"
|
| tab control events? | 11 Aug 2006 01:58 GMT | 1 |
I know very, very, very little about .net 1.1. I've been tasked to use the TabControl. I've managed to add a couple of tab pages. Now how do I handle the click event on the tabs?
|
| TableStyles in DataGrid(.net 1.1) what to do in DataGridView (.net 2.0) | 08 Aug 2006 09:00 GMT | 2 |
I have a form with a DataGrid in .net 1.1. I have 3 TableStyles, each mapped to a special datasource. So if I have bound to dataSource01, I see the data with tableStyle01, if bound to dataSource02, I see the data with tableStyle02.
|
| unselect a row | 08 Aug 2006 03:34 GMT | 1 |
When i show a DataGridView I would like to have it show up without a row selecteed. How do I do this? I've look at a few optioons but nothing seems to work for me and I figured it is simple... Thanks,
|
| IExtenderProvider and databinding | 07 Aug 2006 16:19 GMT | 2 |
VS2005 data binding wizard will recognize and list the extended control property 'MyProperty', which is defined and exposed via IExtenderProvider component on the form. The databinding wizard allows you to choose this control property and select a binding object property to bind ...
|
| DataGrid 1.1 questions | 07 Aug 2006 16:08 GMT | 1 |
I hate to ask this, but I'm having to work on Framework 1.1, which I hadn't had to work with for Windows apps before. I'm using a DataGrid and finding it quite unwieldly, and I can't find hardly enough documentation to show me how to do what I want.
|
| Data Source Property | 07 Aug 2006 16:05 GMT | 1 |
I design a new user control, which is directly inherited from UserControl. Also I define a property named DataSource. Now I want to add design-time support for it just like available for listbox or combo box.
|
| combo box control | 07 Aug 2006 15:39 GMT | 1 |
Hi I am relatively new to vb and am using 6.0 at work. Im trying to make a drop down menu that when a value is selected a case structure executes and depending on what value is selected a value gets written to that specific text box, for use in further calculations.
|