| Thread | Last Post | Replies |
|
| DataGridViewComboBoxColumn | 10 Feb 2005 01:22 GMT | 1 |
Hi Gurus. I want to display a datagridview with a column of type DataGridViewComboBoxColumn. I don't want to bind this column to the datasource of the datagridview.
|
| Combo box cannot show datasource of table in dataset | 10 Feb 2005 01:16 GMT | 1 |
Hi Experts, I have 2 tables in a dataset "ds", "Order" and "Customer". Order table stores Customer ID; I want to show Customer Code in Customer table instead of CustID in the combo box on a form data-binded to "Order". I code as following
|
| How do I use Ctrl + Tab as one of the shortcuts in my menu item | 09 Feb 2005 22:15 GMT | 2 |
I tried using the Keys enumeration: (Shortcut)(Keys.Control | Keys.Tab) but it does not work.
|
| Variable | 09 Feb 2005 20:57 GMT | 1 |
In VB.net How could I access variable in Form2 declared in Form1. Thanks!
|
| openning a messagebox during form load | 09 Feb 2005 20:23 GMT | 4 |
Any such thing as postopen event? I have a form that loads data and after loading informs user of missing information via a messagebox. My problem is that the messagebox appears before the form opens. I would like the form to finish openning then have the
|
| treeview,afteselect | 09 Feb 2005 18:34 GMT | 1 |
How can select a node with a right mouse click? Fred Herring
|
| Inner forms | 09 Feb 2005 16:48 GMT | 6 |
I have main form like Windows Explorer. But in the right part I want to have another form. How could I do it? How could I insert form into main form. Jan
|
| LinearGradients in DataGridColoredTextBoxColumn | 09 Feb 2005 16:39 GMT | 4 |
I'm using the DataGridColoredTextBoxColumn class (the VB version) - http://msdn.microsoft.com/smartclient/community/wffaq/ctrlsp.aspx#4umuvlol to colour cells in a datagrid on a windows form (VS 2003) and, for the most part, it's working fine. One slight issue though...
|
| Close form a from form b | 09 Feb 2005 15:02 GMT | 3 |
How can I close one form (formA), from an event on another form (formB)? TIA
|
| display columns from 2 different tables in the same datagrid | 09 Feb 2005 11:35 GMT | 5 |
I need to display 2 tables in the same datagrid. I've been playing with this http://support.microsoft.com/kb/319076/EN-US/ which works great except for a few things: - I know no way to format the displayed data (I have some datetime columns)
|
| Why CurrencyManager swallows all its event handlers exceptions? | 09 Feb 2005 08:45 GMT | 1 |
Hi all, I would like to know if there is a particular reason about the CurrencyManager behaviour to swallow all exceptions raised from the attached event handlers. It seems that OnCurrentChanged(), OnItemChanged() and
|
| Hosting .NET Windows forms UserControl in IE | 09 Feb 2005 07:16 GMT | 5 |
I need to host .NET Windows forms UserControl in Internet Explorer. I do it by including <OBJECT> tag in my aspx page: <OBJECT id="mycontrol1" classid="MyControl.dll#MyControlNamespace.MyControl" width=800 height=300 style="font-size:12;" VIEWASTEXT>
|
| WinXP and GroupBox painting problem | 09 Feb 2005 01:29 GMT | 3 |
I must be missing something or there is a bug in control... GroupBox text is not painted correctly if located in another GroupBox when visual styles are enabled (Application.EnableVisualStyles()). FlatStyle was set to System and font size 8.25pt, however text is painted like font ...
|
| Modal dialog after Application.Run returns | 08 Feb 2005 22:16 GMT | 1 |
I would like to display a modal dialog after Application.Run returns. In this particular case, it is a dialog to inform the user that some cleanup code suffered catastrophic failure. I have discovered that forms cannot be shown modally once Run returns.
|
| Taskbar grouping | 08 Feb 2005 21:55 GMT | 5 |
in winxp and up, where the task bar collects multiple windows of one application under a common button, the common button for my program written in .NET has a number, instead of a number and a name Does anyone know what is going on?
|