| Thread | Last Post | Replies |
|
| TabControl | 31 Aug 2005 22:30 GMT | 2 |
Isn't there some simple way to tell the TabControl to make itself the same size as its container, e.g.: the form it's in, so that it fills the form's client area even if the form is resized?
|
| Public enums not properly found in Forms Designer | 25 Aug 2005 15:14 GMT | 3 |
I've been getting the " The variable 'MSDataType' is either undeclared or was never assigned." error. Searching usnet it seems I'm not the only one. The only difficulty is that no one ever replies. ;-) A bit of background.
|
| The DTE object | 25 Aug 2005 10:32 GMT | 1 |
Where can I find complete information about the DTE object? regards, Mario Vázquez
|
| Any good UI control? | 25 Aug 2005 04:03 GMT | 1 |
I am find some free and UI which look pretty for win form application. are there any resource from microsoft or other places? Thanks.
|
| Size property not working. | 24 Aug 2005 19:44 GMT | 2 |
I have a form I set to a minimum size of 800,600 I have the size of the form set to 800,600 I do this in design mode. When I execute the app, and the form loads,
|
| Design Time support for custom columns in DataGridView (VS 2005) | 22 Aug 2005 09:31 GMT | 5 |
In VS 2003 using the standard DataGrid, I was able to get Deisgn Time support for custom columns by creating a custom ColumnStylesCollectionEditor and defining my own list like so: public class MyDataGrid : DataGrid {
|
| Generating properties using a Custom ComponentDesigner | 18 Aug 2005 07:47 GMT | 1 |
I have the following situation. I've create a baseclass, derived it from Component and created a custom designer for it. The desinger is more or less a grid in wich you can add/edit some properties and attributes for them.
|
| UserControl on inherited form | 16 Aug 2005 06:56 GMT | 2 |
I'm having a mysterious problem in the designer. I have created a simple usercontrol, which apparantly works fine except when placed on a inherited form in the designer. I drop the control on the form. Change one of the properties in the designer
|
| Draw nice 3D buttons by code in .NET? | 12 Aug 2005 07:01 GMT | 1 |
Anyone know how to draw nice 3D buttons like this one by Code in .NET: http://www.econtechvn.com/en/aquabutton_detail.htm Please help me out. Thanks in advance.
|
| Why no see Property Builder on grid | 09 Aug 2005 18:40 GMT | 1 |
It has been some time since I have used a regular datagrid on a winform (have been using Infragistics grids instead). However, today I tried working with a datagrid but ran into a problem. I need to make a couple of the columns on the grid not visible. That is, the grid is mapped ...
|
| Visual designer not setting values of custom control properties | 03 Aug 2005 11:47 GMT | 1 |
I've got a strange problem with a custom control of mine. The control got several properties, all of which a simple values (i.e. int or string). When I put the control on a form the code in the form InitializeCompoment()
|
| Imagelist causes TargetInvocationException at runtime | 01 Aug 2005 19:07 GMT | 1 |
I am desinging a Windows forms application with C#. I have added an imagelist control to the form and added a bitmap. Now, whenever I run the application I get the following error. "An unhandled exception of type
|