| Thread | Last Post | Replies |
|
| Cancel selection in ListView on MouseClick | 12 Aug 2006 14:05 GMT | 1 |
I would like to cancel the selection of the ListViewItem in the ListView on MouseClick? Any help would be appreciated. Etienne Lebeau, ing. jr.
|
| Tooltip Font | 11 Aug 2006 17:17 GMT | 2 |
I'm writing a program where I have to draw custom tooltips onto a control through OnPaint. I've figured out how to get the text color and the box color (KnownColor.InfoText and KnownColor.Info), but I can't find anywhere how to figure out what the font is. I've looked through ...
|
| DataGridView CellValueChanged event not firing | 11 Aug 2006 15:32 GMT | 1 |
I have a DataGridView that is bound to a list of objects through it's datasource property. If a cell in the grid is changed by editing directly in the cell I get a CellValueChanged event.
|
| determine which control will get the focus | 11 Aug 2006 14:55 GMT | 1 |
When handling the Lost_Focus event, is there a way to determine which control will get the focus before leaving the Lost Focus handler ? and then prevent the current control to not loose the focus ?
|
| TextBox and OnPaint | 11 Aug 2006 11:03 GMT | 1 |
I am trying to customize the appearance of a textbox but with overriding the onPaint Method it doesn't work! I have read that drawing of a textbox is done by Windows and not by .Net and therfore the WndProc method has to be overridden.
|
| Databinding: "BindingSource - field" syntax | 11 Aug 2006 10:43 GMT | 2 |
I have a question regarding databinding via the Visual Studio 2005 form designer. What I wanted to do is not a very good practice, it was just "quick and dirty" in really small application. I had a WinForms form with a typed dataset and a lot of controls bound to it via
|
| ToolStrip menu and MDI application | 11 Aug 2006 06:18 GMT | 1 |
Using VS2005 and .Net 2.0. I have a MDI parent form, and MDI children. What I would like to do is similar to merging menu's. I found you can define the menus on the child, specify a merge index and have the menu merge nicely with the
|
| Textbox Control | 11 Aug 2006 02:27 GMT | 2 |
I have a textbox with data in it that extends beyond the size of the text box. I am looking for a way to display the data in the textbox with the data scrolled all the way to the right: Before:
|
| Drag & Drop & Timer | 11 Aug 2006 02:11 GMT | 3 |
When doing a Drag & Drop SWF.Timer don't seem to work anymore. What can I do in such case? For now, as the OnDragOver event seems to be fire repetitively I use it. But I cannot control the time interval.
|
| .Visible = False not working... | 10 Aug 2006 23:58 GMT | 6 |
I can't seem to make my form not visible. During the Load event I specifically set Me.Visible = False but the form still displays? Any suggestions ?
|
| How to override Combobox drop-down effect | 10 Aug 2006 22:59 GMT | 1 |
I am trying to prevent the combobox from dropping down; how do I override this effect? Thank you. -
|
| Using Microsoft Chart Control in dotnet | 10 Aug 2006 18:43 GMT | 7 |
I am trying to use the Microsoft Chart Control COM component in dotnet 2.0 but keep getting "class not registered" exceptions when I try to run the code. I have done the following so far to try and get around this issue: - registered mschart20.ocx using "regsvr32 mschrt20.ocx"
|
| adding images to grid columns? .net 1.1 | 10 Aug 2006 16:27 GMT | 2 |
I have a windows forms .net 1.1 question: I tried adding an image (a picturebox) to a column in my grid, but haven't been able to do it adequately. The pictures are there, but they don't seem to be visible until I click on a cell and then the picture is visible. Not
|
| Question about MDI application | 10 Aug 2006 15:58 GMT | 11 |
I have an MDI application with the MDI parent container has a tabcontrol on it. When I bring up any child MDI forms, it won't show up over the tabcontrol. I have tried the form.bringtofront() and that doesnt work. Short setting the controls visible property to false, I
|
| SmartClient Sample | 10 Aug 2006 15:06 GMT | 1 |
I am new to SmartClient. Can anyone provide some links for SmartClient sample or tutorials Thanks, Baren
|