| Thread | Last Post | Replies |
|
| Buggy Tooltip? | 31 Aug 2007 13:07 GMT | 2 |
Did anyone notice, the WinForm tooltip component cannot show again if you click on a label? The repro steps are quite simple: Just create a simple Winform Application Project, put a label and a
|
| How do I disable vertical scroll bar in a listbox? | 31 Aug 2007 11:06 GMT | 9 |
Is there a way to prevent a vertical scroll bar to appear in a listbox if there are more items then can show in the listbox? I know you can set it to alway be visible but I want the opposite, I want to never show them.
|
| DataGridViewCell - how to make a cell blink? | 30 Aug 2007 20:08 GMT | 2 |
Given the rather complex style inheritance model that exists for determining the colors and style and so forth that a cell actually displays in, I am trying to find a way to highlight the cell, and put it back, such that when it is all done blinking I can completely restore it
|
| Multicolumn listbox or combobox | 30 Aug 2007 11:17 GMT | 8 |
Is there a way for a list or combo box (or anay simialr control) to display multiple columns of items from multiple columns of the data source. I want the list to display "Cust#", "LastName" and "Firstname" from my customer table so the user can select a row and it will return ...
|
| Create Popup like DateTimePicker | 29 Aug 2007 20:39 GMT | 2 |
I want to build a control that will have a popup similar to the month object in the DateTimePicker. Like the month object, my popup needs to have a variety of controls on it. Can anyone suggest what type of control(s) would be suitable for this.
|
| Cannot use WebBrowser | 29 Aug 2007 09:10 GMT | 1 |
I'm a problem using WebBrowser: each time there is some windows update VisualStudio give me an error for WebBrowser (IE7). Today wen I try to add the WB on a form it says that cannot instanziate the component and don't add it.
|
| ToolStripMenuItem.Enabled Property problem - BUG? | 29 Aug 2007 05:44 GMT | 3 |
I am getting some unexpected behavior in WinForms 2.0 with VS2005 SP1. Scenario: Start a new WindowsApplication project in vb. Paste the following code into the .vb code behind of Form1, and the designer
|
| MaskedTextBox.SelectionStart Not working | 28 Aug 2007 18:52 GMT | 1 |
I have six .NET 2.0 MaskedTextBoxes in a user control (With a mask on each of 3 numeric characters). When the length of the text in the right-most masked textbox is 0, I want to put the cursor at the end of the previous (5th) masked textbox. I've tried the following:
|
| Combobox does not hide selection | 27 Aug 2007 15:51 GMT | 6 |
I added a lot of myComboBox controls to form. Every combobox shows all its content selected. Selection is removed only when I tab off from the control. How to hide selection initially?
|
| Setting WebBrowser.DocumentText - interprets as plaintext? | 24 Aug 2007 00:33 GMT | 2 |
I have an odd problem that only occurs on one machine, running IE 6.0 (latest SP etc.) and Windows Server 2000, .NET 2.0 SP1, whereby setting the DocumentText property sometimes causes the text to be interpreted as plain text rather than HTML. That is, after doing:
|
| .NET-BroadcastEventWindow Application Error | 23 Aug 2007 03:30 GMT | 3 |
We are experiencing a problem with a windows forms control hosted in IE. Everytime I close the IE window we get this error: --------------------------- .NET-BroadcastEventWindow.2.0.0.0.218f99c.0: iexplore.exe - Application Error
|
| Custom control: MouseMove event continually generated under Vista | 22 Aug 2007 19:47 GMT | 1 |
My PropertyGrid component works fine under XP but has an issue under Vista. When the mouse is over the grid, the CPU raises to 100%. Actually, under Vista, I realized that the OnMouseMove handler is continually called, even when the mouse is not moved. Do you know the
|
| How to Show only Year in C# using DayTimePicker | 22 Aug 2007 17:06 GMT | 1 |
How to show only year on UI using VS DayTimePicker in C#. Looking forward for your response. Thanks Sandy
|
| How to use other controls in listview cells, such as button and combobox? | 22 Aug 2007 09:40 GMT | 6 |
Visual Studio's Properties windows is an example.
|
| Filtering Properties Out | 21 Aug 2007 18:50 GMT | 1 |
I have created a custom control where I have applied a new custom category to all properties I would like users to set. All other properties I want to filter out. For example, I have derived a CustomTextBox from TextBox, and have filtered out all properties that aren't tagged ...
|