| Thread | Last Post | Replies |
|
| DataGridViewButtonCell Backcolor | 31 Aug 2006 16:27 GMT | 6 |
DataGridViewButtonCellHey Linda, I am working on a bound DGV, I want the user to choose a color for each row. This will be helpful in reporting later. To do this I have implemented the DataGridViewButtonCell. What I want to happen is when the user presses it a
|
| Easier use of ComboBox in DataGridView? | 31 Aug 2006 12:18 GMT | 2 |
I have a DataGridView with some ComboBox cells. However, for the user to access the ComboBox menu, they have to first select the cell, then click the arrow button that displays the menu. Having the user click twice seems a little harsh.
|
| ListBox disabled items ?? | 31 Aug 2006 11:40 GMT | 3 |
I want to disable one or more items from a ListBox/ComboBox list. How can I ? In FoxPro, just adding "/" in front of Item.Text is enough for disabling that item.
|
| UITypeEditor of IExtenderProvider properties | 30 Aug 2006 09:06 GMT | 1 |
I am developing a component implementing IExtenderProvider with a property ImagePosition. For this propery i want to create a custom type editor but the problem is that when you implement IExtenderProvider you craete properties as methods e.g instead of property
|
| PLS HELP! Problem with CheckedListBox changing Parent | 29 Aug 2006 17:29 GMT | 4 |
I hope someone could help me here: I have a CheckedListBox control (i'm using .NET 2.0 + VS 2005) which is given a DataSource: clbTest.DataSource = SomeDataTable; clbTest.DisplayMember = "SomeDisplayField";
|
| Wizard interface ? | 29 Aug 2006 11:11 GMT | 3 |
I can find any component to create a wizard interface with native vs2005 components, I am missing something ? CS
|
| Is it possible to add a textbox to a status bar? | 28 Aug 2006 15:48 GMT | 1 |
Is it possible to add a textbox to a status bar? If so, a code example would be much appreciated in C#. Thx. Andy Jacobs
|
| Property in custom control, Visual Studio wont add design code even though its browsable. | 27 Aug 2006 20:27 GMT | 2 |
I created a complex custom control using Visual Studio 2005 in C#. The control has numerous properties, some of which Visual Studio cant seem to create designer code for when I set its value in the property browser. Below is the property that is giving me the most trouble in
|
| syntax highlighting | 25 Aug 2006 16:17 GMT | 2 |
i'm trying to work out the best way of developing an edit control (rich text box or whatever) that i can intergrate syntax highlighting into... whats the best way of doing this? should i parse the text with a regex or something or just wait for the space bar to pressed and then ...
|
| Listbox with buttons | 25 Aug 2006 15:06 GMT | 1 |
Iam trying to create a listbox with buttons/tree control as items in a listbox(ownerdrawvariable) and iam having some problems.Below are my questions, 1.Is there a equivavalent of DrawFrameControl(a win32 api) in C#.If not
|
| treenode within a listview control | 25 Aug 2006 14:38 GMT | 2 |
I wanted to know if there was any way by which I could make a treenode control an item on my listview control. I have tried doing that..but the listview control does not allow me to add a treenode to it. This is allowed:
|
| visual studio controls - toolbox | 25 Aug 2006 14:14 GMT | 1 |
how do i get to use the collapsable panel like the toolbox etc is Visual Studio? thanks g
|
| sleep function for progress bar | 25 Aug 2006 11:00 GMT | 1 |
I want to use sleep function to implement the progrss bar the progress bar.
|
| Color Dialog Box Defaluts | 25 Aug 2006 08:54 GMT | 3 |
For some reason my color Dialog Box Defaluts have changed. I think this is a windows setting but I'm not sure. I see the same screwed up box in VS2005 and in Excel. Question 1:
|
| DataGridView, TableAdaptor or Binding Source Event? | 25 Aug 2006 04:27 GMT | 2 |
Ok so I can't change the color of a button, so I want to change the color of a cell in the same row, based on the argb integer stored in that row everytime the DataGridView's data is refreshed. I'm looking to have the color displayed when the user selects the tab page, when ...
|