| Thread | Last Post | Replies |
|
| Data Storage Suggestions?? | 20 Feb 2006 05:12 GMT | 4 |
I load a bunch of data from a dataset (about 10 rows with 125 columns) and with the dataset rows, I perform a bunch (about 75) of calculations. The results of all this are loaded into a third party (C1 FlexGrid) grid. I am trying to figure out the best way to store all this data ...
|
| SplitContainer | 20 Feb 2006 02:57 GMT | 3 |
I have a windows form with two splitters, both Horizontal. Anyone know how I can save and restore their position ??. Tried every way I can thin k of, size, splitterrect etc. and even splitterdistance - but this always gives me an exception 'distance must be between panel1min and ...
|
| Simple ? DataGridView combobox formatting | 19 Feb 2006 19:03 GMT | 1 |
I need help with something that is probably simple. The database table that my DataGridView is bound to has a column of type Int16 that can contain 0 or 1. The DataGridView column type is a combobox. But I don't want 0 and 1 in the combobox, I want "NO" and
|
| How to set video mode when drawing with GDI? | 19 Feb 2006 15:34 GMT | 1 |
I've made an maximized, fullscreen, GDI winform without any borders so it draws itself over the entire screen what's what I wanted but problem is that that form has the same resolution as set in system (of course). So is there a way how to draw that window in some other resolution? ...
|
| Deploying Application | 18 Feb 2006 23:42 GMT | 1 |
I have create a setup project to deploy my Windows Forms application, using Visual Studio 2005. Everythign works perfectly. I have just three questions. 1. Can I have my setup.exe install .NET 2 framework if not installed ?
|
| auto expand individual tile sizes in listview | 18 Feb 2006 23:42 GMT | 1 |
I am using a listview with the view set to tiling to display some text in my windows form application. The problem is that some of the text can be very long and the text is being chopped off based on the tile size . Is there a way to automatically expand the individual tile and ...
|
| ListView component | 18 Feb 2006 10:05 GMT | 1 |
I have problems with ListView-control because of its GridLines bug in Windows XP. I created a function that creates a bitmap which presents those grid lines. Then I set this image to ListView's BackgroundImage. The grid line bug is
|
| Autoscroll panel bug? | 17 Feb 2006 18:50 GMT | 2 |
Here is the thing: I have a panel with autoscroll set to true, and have controls that are outside the viewing area (thus the autoscroll:). Now, I know that the autoscroll panel scrolls the focused control into view which is ok, but it also happens on paint event - when anything ...
|
| Collecting Groups of [3 Objects] | 17 Feb 2006 16:11 GMT | 1 |
What are some reasonable options for storing collections of [3 related object variables]. I see that there are plenty of options for storing collections of individual items (e.g., string or int array) or for name/value pairs (e.g., hash table). But I have a need to create some ...
|
| Make MVP Aware Of Security Model | 17 Feb 2006 12:42 GMT | 5 |
I'm implementing the Model View Presenter (MVP) pattern in a Windows Forms application. There is a need to control which forms (views) are accessible by specific users, and for some forms (views) to enable/disable/hide controls for certain users or groups.
|
| Derived UserCcontrol base controls design time behavior | 17 Feb 2006 12:06 GMT | 2 |
I have building a winforms control that inherits from another user control. For instance Control FeesBase is derived from usercontrol and contains a combobox. I have exposed get and set property to access the comboboxes SelectedValue
|
| Design-Time Control Arrays in C#.NET | 17 Feb 2006 05:34 GMT | 1 |
Hi. Back in VB6, there was a method for creating a control array. The option was presented to you when you did Copy, Paste of any desgn-time control. This was very convenient. Is it still supported? If so, how do I get to it? Alex
|
| Is this a MS bug: Validate event does not set e,Cancel to true of TopLevelForm | 17 Feb 2006 04:05 GMT | 1 |
I am using .net 1.1 sp1. I have a use case where I have added a Form into another Form. f.e.x. I have a Form frmMainForm and another form frmDetails. in constructor of frmMainForm I create frmDetails Form and set its
|
| Windows Form Styles | 17 Feb 2006 03:02 GMT | 3 |
I'm sure this is just me being stupid, but I can't seem to find the properties for setting a Windows Form to be of various styles (like you used to be able to do in 6.0) - things like "Borderless", "Tool Panel", or whatever. What happened to that stuff?
|
| Pro .NET 2.0 Windows Forms and Custom Controls in C# | 16 Feb 2006 20:42 GMT | 2 |
Anyone have any opinions on the above book? I'm in the process of moving from Delphi to VS so I'm familiar with the general concepts of interface design, I just need something that will get me up to speed quickly with the intricacies of the Windows Forms way
|