| Thread | Last Post | Replies |
|
| TableLayoutControl: Adding control to new row | 01 Apr 2006 00:11 GMT | 3 |
I have a TableLayoutControl with 3 columns. At runtime, controls are added one at a time; they usually need to go into the next available cell, but sometimes must begin a new row. I've tried using Controls.Add(item, 0, -1), but this is having the same effect
|
| DataGridView CellPainting event | 31 Mar 2006 14:58 GMT | 6 |
I'm using the CellPainting event to customize how the cells are painted. But when I use the DataGridViewCellPaintingEventArgs passed in, and call the PaintContent method, it seems to ignore the Rectangle that I pass in. It just paints the text in the same place everytime. Any ...
|
| Change ToolBox Control Names in Code Behind when pulling them in? | 31 Mar 2006 02:46 GMT | 5 |
Is it possible to change the name in the code behind of a control pulled in from a toolbox? When i pull a Button control on my form the variable in the code behind is named "button1". is it possible to set some propertie that it names the
|
| Button with rich text capabilities | 30 Mar 2006 23:15 GMT | 2 |
I need a button that can display rich text previously created with a rich edit control. As far as I know there is no such thing in .NET (maybe I'm wrong there, I'm fairly new to .NET).
|
| Using RichEditControl and getting text position in Control | 30 Mar 2006 18:09 GMT | 3 |
I would like to use the RichEditControl for a project where I have a set amount of rows to display the content and set width as well. I was wondering if anyone has figured out how to find out what line a line of text is on (assuming the text is wrapped around and the user
|
| Currency Data in TextBoxes | 30 Mar 2006 16:58 GMT | 4 |
I am developing a database front end in C#, using Windows Forms as provided by Visual Studio.NET 2005. I have several fields that are of the SQL Server 2005 datatype "money" and as such, I would like these fields to be displayed as currency on my Windows Forms. I am trying to ...
|
| Drop Down control addition to IE toolbar | 30 Mar 2006 14:29 GMT | 1 |
I want to add a drop down menu to my custom toolbar button(like the Mail button). How to do this? Thanks and regards, hema
|
| ToolStrips layout keeps changing in design mode | 30 Mar 2006 13:55 GMT | 2 |
I've got a form with two toolstrips on it. I want them on a single row, side-by-side, but they keep getting reset in the designer and ending up on two rows, one above the other. Is there any way to stop this, or alternatively, is it possible to programmatically change the layout ...
|
| Binding Nested Business Objects to Datgridview | 30 Mar 2006 06:58 GMT | 1 |
Just starting to use 2.0, and doing some databinding to the DatGridView of business objects as you described on your page. I have an collection of objects. The object then contains an object as well. I am actually trying to display information from both the outer object
|
| Highlight entire row in datagrid | 29 Mar 2006 19:31 GMT | 1 |
My application displays read-only data in a WinForms DataGrid. When the user selects a row in the grid then I want the entire row to simply be highlighted. However, the grid insists on displaying the selected cell as though it was editable (entire cell has a grey background, ...
|
| How to call a IE hosted user control method via javascript? | 29 Mar 2006 14:03 GMT | 1 |
So I've been searching for this everywhere. I can only find a couple of links that say how to do this. And all of their ways have failed for me. I have the very basic scenario:
|
| Change the size of ToolStrip | 29 Mar 2006 07:42 GMT | 1 |
I'm using the ToolStrip in .NET 2.0, and I can't seem to find a way to change the size of it. What I want is a toolbar the size of the IE toolbar, preferably with text below images if possible. Can anyone shed any light on how to do this?
|
| Add TabPage with key? (Framework 2.0, Winforms) | 28 Mar 2006 16:44 GMT | 4 |
Hi group, the TabControl.TabPages property now supports keys of type String to identify a TagPage in the collection. I already have a Tabpage object and I want to add it to the Tabcontrol using a key. How can I do this? I don't
|
| Display Control in Internet Explorer | 28 Mar 2006 11:24 GMT | 1 |
This is a recurring topic, but after reading all over the web I was not able to find any solutions that worked for me. In a nutshell - no matter what I do I cannot get any windows form controls to get displayed in an IE window. This applies to both SDK example under
|
| Object reference not set an instance of an object | 27 Mar 2006 18:35 GMT | 2 |
I am in .NET 2003 I have a form and a toolbar on the form. When the user clicks on a button on the toolbar I call the following Sub
|