| Thread | Last Post | Replies |
|
| DataGridView performance very bad | 27 Apr 2008 08:54 GMT | 1 |
The drawing performance of the DataGridView (.NET Framework 2.0) is very bad. I can every single cell getting painted. This behavior is even worse on nVidia based graphic adapters even with the more powerfull ones with current drivers. (e.g. 8600 GT) On an ATI Radeon X1900 the ...
|
| Change Browsable Attribute Setting at Runtime | 25 Apr 2008 15:33 GMT | 2 |
Is there a way to change the Browsable Attribute Setting at Runtime for a Control. i need to set some properties to off so I can display some settings in a Property Grid. Can this be done?
|
| Problems drawing GDI+ text | 25 Apr 2008 08:31 GMT | 9 |
I'm trying to do something that should be really simple, but I can't get it to work. I have a simple test program that consists of a Panel control (Panel1), a TextBox (TextBox1), and a Button (Button1). When the user clicks on the button, I want to draw the text in the TextBox ...
|
| TreeView defect | 24 Apr 2008 19:53 GMT | 3 |
I have found the following defect with the TreeView Control (i'm using VS .Net 2005, with .Net framework 3.0 installed, on windows XP Professional SP2 machine). Here are the steps to create a sample application that will reproduce the defect (expected time to
|
| UserControl always erases all ClientRectangle | 24 Apr 2008 17:24 GMT | 3 |
I am creating a UserControl in VS2005, which overrides OnPaint and OnPaintBackground. I have a button placed in a corner inside of the control which when pressed calls Invalidate(rect) with a rectangle that is only part of the
|
| ImageAnimator and PNGs? | 23 Apr 2008 21:38 GMT | 1 |
Has anyone had any success with ImageAnimator and Animated PNGs? (APNG) So far I have only been able to get GIF's to be recognized as animate- able.
|
| Danish text not displayed properly with web browser control | 18 Apr 2008 08:43 GMT | 1 |
Im workin on a screen scrapping enginewhere it uses windows forms Web Browser control to simulate the browsing of website from Login, Search, and get search results via RegEx and Logout after the search. If I use Internet Explorer, the search results works fine. All special
|
| Support for Managed Controls in MS Office? Windows Forms or WPF? | 10 Apr 2008 18:47 GMT | 1 |
I would like to write a Microsoft Office (power point, web expression, word) resident control that will play fragments of DVD movies. Can someone point me to the documentation where it says that office supports managed controls? Back in VS2005 days a Visual Studio PM posted ...
|
| Changing property editor in property grid during runtime | 09 Apr 2008 15:19 GMT | 4 |
I have a requirement where I display the properties of an object in the property grid. There are two properties "Type" and "Name". The "Type" is an enum and hence will be displayed as a combo box. The "Name" is dependent on "Type". If "Type" is, say A, I want "Name" to
|
| ASCII characters entered using ALT+<Numpad> in a Textbox | 08 Apr 2008 16:07 GMT | 1 |
I have a TextBox control in a WinForms dialog. If I enter a Character and convert it to ASCII by ASCIIEnconding.ASCII.GetBytes() it works. But when I enter an ASCII value below 0x20 by holding ALT and entering the value using the number pad I get and convert it, I do not get the ...
|
| Suppressing the mouse wheel for a specific control or an entire ap | 07 Apr 2008 17:51 GMT | 2 |
I have a WindowsForms app. A ComboBox's SelectedIndexChanged event drives a bunch of other functions in the app. However, if the ComboBox has the focus and someone scrolls the mouse's wheel, the app can't process the events (and subsequent functions) fast enough and the app hangs ...
|
| Focus gets stuck on control which filling out form | 03 Apr 2008 12:21 GMT | 4 |
We are developing a dynamic GUI that builds the GUI from an XML Document. This is done thru the use of reflections dynamic method invocation and the Activator.CreateInstance methods. I’m not sure is our design and the dynamic layout engine is responsible for the incorrect ...
|
| Comparing files visually - programmatically. | 02 Apr 2008 08:58 GMT | 2 |
Was wondering if anyone could recommend useful objects that could be used to programmatically compare two files visually. Something that could display possible two scrollable regions and highlight the differences between them, through code.
|