| Thread | Last Post | Replies |
|
| DataGrid question | 06 Feb 2006 23:52 GMT | 2 |
I'm using VS2003, and a datagrid on a form in a VB project. I don't want the user to be able to add records in the grid, so I want to hide the gid row with the asterisk against it. But I can't see any way to do it - anyone know how?
|
| Properties get lost in UserControl | 06 Feb 2006 22:01 GMT | 1 |
I have a usercontrol, which is actually a label for a touchscreen application. I have the overriden property Text that gets lost when the designer is being used. This forces me to go to the source and manually add it in the form where this control is being used.
|
| Listview scrollbar issue | 06 Feb 2006 21:35 GMT | 3 |
I am having an issue with the listview control in Visual Studio 2005 in a windows form. In the Listview control set gridlines to true and set view to Details. If the number of rows of information exceeds the size of the listview control a scroll bar is displayed. If you click ...
|
| Getting HTML source instead of rending in WebBrowser | 06 Feb 2006 09:24 GMT | 1 |
Something very strange on some older platforms, Windows 98, Windows 2000 and even some Windows XP. I have an application loading HTML from stream (as the result of a XSL transformation). For most of my clients, we get the page rendering ok, but
|
| How do I get row,col of cursor/caret pos in RichTextBox? | 06 Feb 2006 04:15 GMT | 1 |
How can I get the row and column of the current caret/cursor position inside and RichTextBox? I'm using C#. So far I did this: int row = rtMain.GetLineFromCharIndex(rtMain.SelectionStart) + 1;
|
| DataGridView Errors from dataset | 06 Feb 2006 01:29 GMT | 9 |
If I have a DataGridView and there is an error at the database, the row in the DataGridView gets an Icon with the error message in ErrorText. How can I clear the error from the icon (other than trying another this.TableNameTableAdapter.Update(this.DatabaseDataSet.TableName);).
|
| Extending A Child Controls Bounds Beyond Its Parent | 05 Feb 2006 23:38 GMT | 6 |
Is it possible to have a child control that gets bits of its self painted outside its parent? What I would like to achieve is to have a very narrow but tall panel, and to have many controls contained in the panels control collection and placed in
|
| Moving Multiple Controls At The Same Time | 05 Feb 2006 23:36 GMT | 2 |
I'm trying to move a bunch of controls on a form at the same time, what's the best and most efficient method of doing this? Currently I'm holding a reference to them all in a form level Generic.List(Of MyControl) variable called m_Selected (as well as in the
|
| What is the control called???????! (in Outlook 2003) | 05 Feb 2006 13:32 GMT | 1 |
I have searched and searched and often people use multiple names for the same controls. Can someone tell me these two things?: 1. What is the name of the control in Outlook 2003 (and later) that is referred to the 'Navigation Pane' within the application?
|
| RTF AutoVerbMenu | 05 Feb 2006 10:35 GMT | 1 |
I am trying to find the AutoVerbMenu that was available in VB for the rtf control, but cannot find anything like it in .net? The autoverbmenu in vb allowed the user to right click on control and display the "copy, paste, edit, etc.," menu. Does anyone know what happened to it ...
|
| Month Picker | 05 Feb 2006 05:31 GMT | 2 |
Can I make a DateTime picker to be just a month picker? or, do we have a Month Picker control? Thank you, Max
|
| VS2005 Invoke Issue | 04 Feb 2006 20:59 GMT | 1 |
Has there been a change for .NET 2.0 in how Invoke should be used? I have a component that uses this.Invoke statements to call methods that raise events within the main thread of the component. This works fine with the 1.1 Framework but in 2.0 Invoke causes a ...
|
| Get reference to datagridview column from given coordinates. | 03 Feb 2006 19:07 GMT | 2 |
Does anyone know a method to retrieve a reference to the datagridview column that contains given client coordinates? Essentially I am trying to implement drag and drop functionality from a listbox to a datagridview. In this case I am using an item dragged from
|
| BindingNavigator ToolStrip Extending | 03 Feb 2006 02:38 GMT | 5 |
I extended the BindingNavigatorEx : BindingNavigator and added some buttons I want to use in the public override void AddStandardItems() base.AddStandardItems();
|
| Creating a DataGrid with a prefilled dataset | 03 Feb 2006 01:32 GMT | 1 |
I am new to creating custom web components so please bear with me. I have two goals that I am trying to accomplish. The first is simplest so I will start with that one: I have a created a data grid that I need displayed pretty regularly.
|