| Thread | Last Post | Replies |
|
| FolderBrowserDialog Problem (Powershell) | 30 Aug 2008 13:42 GMT | 2 |
I'm having problems with a folderbrowserdialog which is part of a main form. When the folderbrowserdialog starts no (treeview?) folder browser is shown, just an empty dialog apart
|
| Timer Troubles | 29 Aug 2008 17:08 GMT | 1 |
I have an vs2008win c# application that uses the timer control to re-query a database while in a minimized state. I use it to blink the minimized application to info users that intervention is required. I have found that it works fine as long as the application does not
|
| How do I create a simple table? DataGrid seems very complicated | 29 Aug 2008 14:19 GMT | 7 |
I'm relatively new to Windows Forms, so I haven't figured out how to do certain things yet. I come from the Java world with Swing and SWT. I am trying to create a simple table that is used to configure some hardware. At this point I just want to get something built read-
|
| PictureBox Control | 28 Aug 2008 18:13 GMT | 3 |
I am displaying images retrieved from a database in a PictureBox control. For some images the control displays "No Photo Available", presumably because the data I am giving it is not a format it recognizes.
|
| propertygrid and spin button | 21 Aug 2008 13:49 GMT | 1 |
does anybody know if it is possible to use a spin button in propertygrid cell? Thank you, Petr
|
| ToolStrip and ToolStripContainer | 20 Aug 2008 07:48 GMT | 1 |
Hallo NG, I have several problems with toolstrip and toolstripcontainer controls. I created a ToolStripContainer docked on the top of my application main mdi form,
|
| ComboBox dataBound Control & New Row Addition | 20 Aug 2008 06:58 GMT | 1 |
Hello. I have a combobox that is currently bound to a binding source: this.combo.DataBindings.Add("Text", this.bindingSource, "ColumName",true); I have also tried : this.combo.DataBindings.Add("SelectedValue", this.bindingSource,
|
| ParentControlDesigner | 19 Aug 2008 21:40 GMT | 1 |
How to Overrides MouseDragtool and please provide an example if possible also give more details and expalination of this property regards
|
| Custom Control Designer | 19 Aug 2008 21:29 GMT | 1 |
i have a custom control which has its own designer inherited from ParentControlDesigner, actually everything is going fine, but i just need a small help when added another control in my custom control i wanna overrides the dockstyle of control added to my custom control.
|
| AxWebBrowser and C# | 16 Aug 2008 13:55 GMT | 1 |
I transfered VB.NET code to C#. My program uses AxWebBrowser for simple web browsing. In VB I can mark text and copy it to clipboard. In C# the page comes to Browses as before but it is like locked??? I have not changed any properties and VB application works fine in same
|
| ListBox.SelectionMode = SelectionMode.None | 13 Aug 2008 06:21 GMT | 1 |
Apparently with ListBox.SelectionMode = SelectionMode.None it is not possible to data-bind the control programmatically ?
|
| Is a form already loaded? | 12 Aug 2008 21:21 GMT | 1 |
I have a form that might need to load another form. But if that form is already loaded, I need to know this so that I can tell the form to reinitialize to a specific set of data. But how do I know if that form is already up? When I do a Show, there's nothing that tells me
|
| ComboBox - SelectIndex acting strange (for me) | 08 Aug 2008 19:39 GMT | 2 |
I am using the ComboBox w/ 'DropDown' style (default). The user wants to type in the name of an Item and automatically have it picked. So, I added a TextChanged event handler and used FindStringExact( ) to check for a match to Items in the dropdown list. If a match is found I ...
|
| Changing DataGridView default row height | 08 Aug 2008 17:11 GMT | 2 |
I would like to change the default row height of a DataGridView at runtime. It works fine if I change RowTemplate.Height as long as I set it at the right time. However, I have been not been able to find a good place to do this. If
|
| button control hover background transparency | 08 Aug 2008 13:47 GMT | 1 |
I have a button that is using a background image. When I hover over the button, the transparent part of the image changes color. Is there a way to keep the transparent part tranparent instead of becoming highlighted when I hover over the button?
|