| Thread | Last Post | Replies |
|
| TableLayoutPanel and AutoSize... | 31 Oct 2006 21:55 GMT | 8 |
I have an TableLayoutPanel with one row and two Columns. On the first Column is a Label with AutoSize on and Anchored to the Left. On the 2nd Column is, let's say, a Listbox with Docking set to "Fill". Now, if I set the Text from the Label immediately after the
|
| clickonce deployment | 31 Oct 2006 21:26 GMT | 8 |
I've been trying to get the clickonce deployment to work correctly ever since I got VS2005Pro. I'm trying to deploy via our Intranet and therefore do not feel the need to donate $495 per year to Verisign or some other money grubbing entity just to
|
| SaveFileDialog inside a windows form | 31 Oct 2006 20:34 GMT | 4 |
I have a windows form that displays another Windows Form, which in turns displays a SaveFileDialog when a certain menu option is selected from the toolbar. When the SaveFileDialog opens, I can't use it. The focus is set to another window, and when I click on the SaveFileDialog,
|
| ContextMenuStrip and submenus - virtual impossibility??? huh? | 31 Oct 2006 16:53 GMT | 2 |
I have a context menu strip. I can Add elements to its "Items", but there is nothing in there to add a sub context menu strip. Menu Item 1
|
| Naming .NET executables: any practices? | 31 Oct 2006 13:40 GMT | 2 |
What MS recommends regarding naming .NET executable files? Is it better to name my assembly as MyCompany.MyProduct.exe or MyProduct.exe? Is there any guidelines from MS? Specifically, if the product contains many
|
| How to change the grid color of a TableLayoutPanel | 31 Oct 2006 03:26 GMT | 1 |
How to change the grid (vertical and horizontal lines) color of a TableLayoutPanel? Thanks for your help.
|
| Keeping button sizes the same after a resolution change. | 31 Oct 2006 03:20 GMT | 1 |
I am developing a touch screen application and as such, we have minimum button size requirements (for example, the touchable area of a button has to be at least 9mm^2, etc.) Now, if the user changes
|
| Resource Manager and complex objects | 31 Oct 2006 03:16 GMT | 1 |
I have a question about how well resource files and the Resource Manager handle complex objects. Can complex objects be serialized into resource files and consumed by applications using the Resource Manager? Can objects such as a toolbar be serialized into resource files, rather ...
|
| ContextMenuStrip for TopMost Form won't display over taskbar | 31 Oct 2006 03:12 GMT | 1 |
I have an app with a Form whose TopMost property set to true so that it display on top of everything else on the desktop, including the Windows TaskBar. This form's ContextMenuStrip property is set so that when you right-click the form, it displays this as the context menu. So ...
|
| Wizard Construction | 31 Oct 2006 02:35 GMT | 1 |
I would like to provide the users of my Windows Forms (2.0) app with a 3-step wizard. What is a standard practice for building the wizard: one form with 3 GroupBox controls (with only one visible at a time)? Multiple Forms? Something else? I'd prefer to avoid a tabbed dialog.
|
| stop dbconnection in InitializeComponent() | 31 Oct 2006 01:31 GMT | 1 |
Is there any way to change the order code is generated in InitializeComponent()? Or to keep designer generated ADO.NET code from trying to connect? If im dropping data adapters, connections, etc.. in the designer, as soon as the connection string is set any following code that ...
|
| How? setting DataGridView row error text and indicator | 30 Oct 2006 23:03 GMT | 1 |
I am using the DataGridView in virtual mode. I respond to data needed, RowErrorTextNeeded, and such. I have done a number of these sorts of apps just fine. Trying to indicate error conditions for selected rows which I am about
|
| My.Settings values are incorrect? | 30 Oct 2006 22:27 GMT | 1 |
Hello, I have an application that uses my.settings to hold a boolean value if the program has been setup (IsProgramSetup). When it is installed the value is False, and the first time the application opens, an extra process is ran. When the process completes it sets the my ...
|
| Modal windows only to their parent forms | 30 Oct 2006 20:43 GMT | 2 |
I have created an MDI application. I would like to open a windows form, from a child window of the MDI application, that is modal only to its parent (not to the whole MDI application).
|
| Pause painting while data updates? | 30 Oct 2006 20:23 GMT | 1 |
I have custom painting code that renders data from a datatable. The datatable can be refreshed with new rows being added and the old ones being deleted. As this happens async, I frequently get the nasty red cross on my controls.
|