| Thread | Last Post | Replies |
|
| DataGridView Cell hi-lighting issue | 31 Jan 2007 16:26 GMT | 1 |
I'm currently using the DataGridView for some data display on my windows form. I'm looking to allow the user to hi-light a specific row in which they are working on, and then as they move from cell to cell within that row, the cell selection color changes. I've been
|
| Sum of the columns' FillWeight values cannot exceed 65535. | 31 Jan 2007 12:47 GMT | 2 |
This is really a two part question. I love the DataGridView for small amounts of data. I have some tables I'd like to load but they have many, many columns (900-1000) for some workloads.
|
| Using Datagridview with virtual mode and large amounts of data | 31 Jan 2007 08:36 GMT | 4 |
1. I apologize for the empty posting with a similar title. 2. I've long since mastered virtual mode in datagridview for doing lots of things besides what it was designed for i.e. handling large amounts of data. I have a couple of very clever data entry systems for engineers that ...
|
| DataGridView editing bug (changing Form's font)? | 30 Jan 2007 12:24 GMT | 4 |
I have a simple Form with a DataGridView; in VS2005 designer I change the Form's font size to 9, 10 (or more) points. When editing a text cell the TextBox editing control seems not have sufficient height: characters like 'g' are bottom cutted and text is
|
| datagrid set currentcell | 29 Jan 2007 19:21 GMT | 2 |
i have the problem that my clients want to copy content from an existing cell to an new cell using the shortcut ctrl-enter. i know how to move the cursor with ctrl-enter to the next cell,
|
| Unload Event For User Control? | 29 Jan 2007 15:32 GMT | 4 |
I want to save some data when my User Control unloads but I can't find an UnLoad event. Is there such a thing? If not is there another way of trapping when it unloads?
|
| Form / Control as part of the desktop window | 29 Jan 2007 13:12 GMT | 5 |
I have the following problem: I have a control or form what ever. I want that this is a part of the desktop window. Means all other normal windows on the dektop are over my application.
|
| Selecting a value in a ComboBox | 28 Jan 2007 07:42 GMT | 12 |
In Visual Studio.Net 2005 Windows Form (VB) I have a combobox which is populated from an arraylist of a user defined object. The values appear in the combobox. However when I try to select an option from the combobox based on a
|
| StausBar not in toolbox Form Design | 27 Jan 2007 20:55 GMT | 1 |
How come I cannot find Statusbar in toolbox for Form Design? I am using VS.NET 2003.
|
| Looking for an idea | 27 Jan 2007 05:52 GMT | 2 |
I'm modifying the form that documents an employees hours on the job. Right now the form uses 4 textboxes to get time-in, lunch-in, lunch-out and timeout for the day. I'm looking for an idea to replace those controls with something better, something that would ease the pain of ...
|
| AutoComplete ComboBox with DroppedDown=true | 26 Jan 2007 21:30 GMT | 10 |
I have create an autocomplete combobox in VS.NET 1.1 based on some articles I found on the net. Every thing works fine except when you turn on DroppedDown=true to make the combo behave like an IE autocomplete combobox. The combox seems to be working fine but when you
|
| Is there a way to prevent a RichTextBox from scrolling? | 26 Jan 2007 19:56 GMT | 2 |
Problem: Selecting / changing color of text in a subclassed RichTextBox on TextChanged. - Native suppress redrawing with WM_SETREDRAW
|
| ToolStripControlHost, ToolStripDateTimePicker and ApplicationSettings | 26 Jan 2007 15:15 GMT | 3 |
I have created a ToolStripDateTimePicker with the following code: Public Class ToolStripDateTimePicker Inherits ToolStripControlHost Public Event ValueChanged(ByVal sender As Object, ByVal e As
|
| .NET 2.0 WEBBROWSER MHT | 26 Jan 2007 09:44 GMT | 3 |
i have a MHT file in a stream like this using (StreamReader sr = new StreamReader(@"D:\@Visual Studio projects\test webbrowser MHT\test webbrowser MHT\test.mht"))
|
| Gigasoft Releases New Charting Version | 24 Jan 2007 19:05 GMT | 1 |
Gigasoft, Inc. announces release of their new charting product: ProEssentials v6. Offered in Pro ($2399), Standard ($1299), and Lite ($649) variations. New v6 Features: Full unicode support; New core vector rendering engine expanded to render as 1) GdiPlus with alpha-blending ...
|