| Thread | Last Post | Replies |
|
| Windows Forms Designer destroying Forms | 30 May 2005 22:35 GMT | 3 |
I'm developing a multi language application (VC++.NET2003). In the form's InitializeComponent() are the control creation routines. For example: this->menuButtonItem35->Icon = (__try_cast<System::Drawing::Icon *
>(resources->GetObject(S"menuButtonItem35.Icon"))); |
| msgbox empty / blank in visual studio | 30 May 2005 15:44 GMT | 1 |
I wanted to post this question, but I found the solution in: http://groups.google.com/groups?hl=nl&lr=&threadm=49FF1A46-5F36-453A-A467-CDBEFD 5D6DB1%40microsoft.com&rnum=5&prev=/groups%3Fhl%3Dnl%26lr%3D%26q%3Dblank%2Bmessa gebox%2Bvb.net I changed some keywords in my posting hoping ...
|
| Trouble with HelpNamespace | 30 May 2005 02:36 GMT | 1 |
I'm studying for the 70-316 test. One of the questions has to do with the HelpProvider. The question states that they are going to refrain from setting the HelpNamespace property and asks what will happen when the user presses F1.
|
| Checkbox color | 29 May 2005 17:51 GMT | 3 |
Anyone know of a way to set the background color of the check box itself? Not the whole control .. like where the text of the box is .. but just the area where the check goes? Thx in advance..
|
| UserControl - TextBox with custom format | 29 May 2005 00:00 GMT | 1 |
I need to create an user control which: 1. inherits TextBox control 2. Has a Format property 3. users Binding.Format and .Parse events to format the text displayed, using the public property content
|
| Combobox dropdown portion not visible | 27 May 2005 22:49 GMT | 1 |
I have a combo box that is located on the right edge of a form. I've changed the dropdownwidth to a width greater than that of the combobox in order to view the contents. The problem is that in certain display settings, when the combobox is droppeddown, you can not see all of ...
|
| NUmericUpDown Control | 27 May 2005 22:05 GMT | 1 |
I have NumericUpDown Control. OnKeyDown I want to read the text in side Control. Any Idea? Thanks
|
| Reference datagrid control | 27 May 2005 14:44 GMT | 3 |
How do I get a reference to a control that I have in my datagrid? I've seen it in ASP.NET. I want to be able to do something similiar to the below: Dim txt as Textbox txt =CType( dg.Item(0, 9), Textbox)
|
| Win control with web image | 26 May 2005 20:50 GMT | 2 |
Does anyone know if their is a windows form control that can display an image generated from the web? I am looking for either existing controls that can do this, or ideas on how I may develop such a control on my own.
|
| GUI and worker deadlocking due to lock and Control.Invoke... | 26 May 2005 13:09 GMT | 5 |
I have a log class with static methods that grab and release a mutex as required. The log class is designed to be called from both GUI and thread pool threads, and dump output to a logfile and a RichEditBox. To give you some idea of the approach I took...
|
| Scrolling and OnPaint (oops) | 26 May 2005 10:27 GMT | 1 |
Sorry for the double post, the other went got sent before I completed it (stupid OE and shift-enter)... In my OnPaint, in a custom UserControl, I have the following code: protected override void OnPaint(PaintEventArgs pe)
|
| ListView threading issue | 26 May 2005 07:28 GMT | 1 |
I have a problem which I can't solve and hope you can give right direction. I have a form with listview and slider control. That form runs another thread (background) which do some operation based on slider current value and modifies some item in listview. I've read that WinForm ...
|
| Freeware Tabbed Interface Control | 25 May 2005 18:07 GMT | 4 |
Where can I get a freeware tabbed interface control (like the one used in VS.NET)? Can't seem to find any freeware ones, with Google.
|
| Custom DataGridTableStyle with new property defaults | 25 May 2005 17:32 GMT | 1 |
I'm trying to add some custimisation to the standard WinForms DataGrid. Nothing out of the ordinary - just some new column styles initially. I want to allow the user to use the new column styles in the designers when creating a new TabelStyle, so I've created my own
|
| Scrolling | 24 May 2005 22:08 GMT | 6 |
Hi all, I'm having a problem using a scrollable control. I'm drawing on the control taking into account the deviation, but the problem that I've is that when I scroll, it seems like it remeber the last pixels that were there, and that result in a very bad image, with
|