| Thread | Last Post | Replies |
|
| UserControl - Painting in Control-Designer | 31 Dec 2006 15:21 GMT | 3 |
Hello NG, hope i have a little problem. I have a usercontrol thats paint itself in OnPaint-Method. It works at runtime and at designtime on forms or other controls. So i need a way to paint the control in the Control-Designer.
|
| Menu items disappearing | 31 Dec 2006 00:43 GMT | 1 |
This item is for the Google archive and requires no response. The VS 2005 Windows Forms Designer has an annoying bug that causes all menu and toolbar items to disappear if an entry is deleted from the project RESX document. It may happen at other times, as well, but this is when ...
|
| WebBrowser Control | 30 Dec 2006 16:45 GMT | 2 |
After adding a WebBrowser control to my form (VS 2005), and the following 2 lines of code to a click event: webBrowser1.Navigate(new Uri(NextURL)); String PageData = webBrowser1.DocumentText;
|
| Culture prevents listview columns autosizing? | 29 Dec 2006 09:42 GMT | 4 |
I have discovered a problem in the Compact Framework that can only be reproduced by running the same code against an English and German emulator/device. I am setting ColumnHeader.Width to -1 and -2, to find the best fit for each
|
| creating splash screen | 26 Dec 2006 12:16 GMT | 3 |
hi i want to create a splash screen in c#.net framework 1.1. can anyone help me or provide me with source code Regards Aviinaash S
|
| SHow data in a DataGridView | 26 Dec 2006 12:15 GMT | 1 |
I come from a Java background and I'm getting lost showing data from a List in a DataGridView. I Java I would use a TableFormat and TableModel to show this information. Is there something similar in C#. A code sample would be appreciaited.
|
| making panels visible/not visible issue... | 21 Dec 2006 23:31 GMT | 1 |
I am developing an application using panels. Depending on user selection I make panels visible or not. I currently have only two panels. For some reason when the user selects the 2nd menu item - which makes the appropriate panel visible, I only get a
|
| Use of Panels... | 20 Dec 2006 00:12 GMT | 4 |
I am completley new to vb .net 2005. I think I want to use the panel control but I want to do the following and I am not sure if this is the best control to use or not... I have a split panel control on screen. On the left panel I have menu items.
|
| Caret Position in Textbox Control | 19 Dec 2006 11:42 GMT | 3 |
I'm looking for some code that will give me the caret position or character position in a textbox (VB.net 2005). I'm looking for a way to determine the position if clicked in the textbox or if the user arrows back and forth between text characters. I want to display the column ...
|
| MouseLeave e MouseEnter | 19 Dec 2006 00:44 GMT | 9 |
I've got a problem using the MouseLeave/MouseEnter events. What I would like to do is something like that: I have a panel and a button inside it.. Using the MouseEnter/MouseLeave events on the panel, I dinamically show/hide the button so that when I enter the panel, the button is ...
|
| Wizard Control | 18 Dec 2006 11:17 GMT | 1 |
Where can I get a wizard control for .NET 2.0 for a windows forms application? This is for visual studio 2005. Something like this,
|
| How to change selected ComboBox selected item colour | 18 Dec 2006 08:56 GMT | 1 |
I'm extending the .NET ComboBox control in several ways. One way is that when the user types something into the textbox portion, I try to jump to a matching item in the dropdown (which I expand). If the substring entered by the user exactly matches the display text of an item, ...
|
| Some TrackBar settings use excessive CPU and RAM | 18 Dec 2006 08:48 GMT | 4 |
Some TrackBar settings use excessive CPU and RAM. How to reproduce: 1. In VS 2005 or VS 2003, Create a new WinForms app (the code below is C#, but it works in any .NET language)
|
| Dragging from a listview control | 15 Dec 2006 15:00 GMT | 2 |
I have a listview control, in detail mode, and I am trying to implement Drag-and-drop from it. If I click on an item, I can then re-click and drag it, but if I just click and drag, it doesn't work, because the item I clicked isn't selected until
|
| Avoid resize of combobox while dropdown visible and adding items? | 15 Dec 2006 07:55 GMT | 5 |
If I place a standard .NET combobox on a Windows Form, I can write code such that items are added to the list while the combobox's dropdown is displayed. The following sample code uses a timer to accomplish this (I added a combobox named comboBox1 to the form):
|