| Thread | Last Post | Replies |
|
| Get Dialog to look like designer | 20 Feb 2007 19:00 GMT | 6 |
In the windows forms designer my buttons have rounded edges and things in general look good. However, when I run the application the windows form has the old looking square buttons and the text and other controls don't look like they do in the designer. Why?
|
| How to do Listboxes with master detail and default selection | 20 Feb 2007 18:10 GMT | 2 |
Hello NG, I am despairing, please help me. With VS2005 i drag 2 Listboxes on my form and a bindingsource. Listbox1 is bind to a bindingSource1.DataSource = data
|
| Being theme-friendly | 20 Feb 2007 16:11 GMT | 1 |
Does anyone have a link to a good reference on using the Theme API? Here's what I'm trying to do: I'm modifying a project I got off of CodeProject. It's a collapsible group box. This control has a standard plus/minus graphic, but it's always a
|
| One form, multiple panels | 20 Feb 2007 16:03 GMT | 2 |
I have an explorer type application with navigation on the left half of the form and a viewing/details panel on the right. The right panel can show different content types based on what is clicked in the left side. What is the best way to organize this code. Should each ...
|
| How to Suppress combobox dropdown? | 20 Feb 2007 16:00 GMT | 1 |
Is there a way to suppress the dropdown of a combobox. Instead of showing the dropdown list I would like to show my own control as popup dialog when user attempts to view the drop down? Any code examples would be appreciated.
|
| Enlarge the screen | 20 Feb 2007 15:55 GMT | 1 |
Is possible to upgrade their workstations to Internet Explorer 7? If so, they can then zoom what is in the browser window. Works really well. Everything is zoomed: fonts, pictures..
|
| OnMouseMove not working while doing ListView item drag | 20 Feb 2007 15:51 GMT | 1 |
can anybody tell me why OnMouseMove isn't working while doing a ListView item drag operation? thx stax using System.Windows.Forms;
|
| SetOverlayImage in windows forms ListView | 20 Feb 2007 13:56 GMT | 1 |
How do I set overlay images for ListViewItems in a Windows Forms ListView? I want to overlay an additional Icon on top of the ListViewItem's icon. Since I can do this in MFC/Win32 I suppose this API is somehow exposed in WindowsForms too ? Or do I have to use P/
|
| ReadOnlyAttribute | 20 Feb 2007 13:43 GMT | 11 |
Given a "PropertyGrid" with one particular property that appears as follows: -Size Width 10 Height 20
|
| can't drag usercontrol to a form | 20 Feb 2007 12:19 GMT | 2 |
I have a usercontrol that doesn't contain a control. When I try to drop the control on a form I get an error: Failed to create component'TestcaseUserControl'. The error message follows: 'System.NullReferenceException: Object reference not set to
|
| Add My app to the 'Open With' menu | 20 Feb 2007 10:55 GMT | 6 |
Can someone guide me to a place where I can learn how to, in the Setup/deployment project for my application, add my Application to the "Open With" menu?
|
| ClickOnce deployment, include font | 20 Feb 2007 05:38 GMT | 5 |
special fonts are not included in my deployed windows forms application (.net 2.0). How can I include them during installation? I am using ClickOnce and all I have read is that you need to create a Setup and Deployment package and install the font to the users windows directory.
|
| .NET C# Winforms question about window opening | 20 Feb 2007 04:06 GMT | 7 |
I think I have a question that probably has an easy answer, but I can't manage to find it. I come from a Sybase PowerBuilder programming background, and pretty much all PB developers used the following technique:
|
| WinForms Designer Keeps Breaking... Losing work | 20 Feb 2007 02:37 GMT | 2 |
Twice now that I have opened a control it's blank on design surface. Designer code is there, but nothing renders on form and getting no compilation errors. What's going on? Thanks,
|
| vb.net usercontrol inheritance designer | 20 Feb 2007 01:07 GMT | 2 |
I am trying to setup a usercontrol as a base class, so that I can derive my usercontrols from it. the base is pretty simple: Imports System.Xml
|