Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm Controls / June 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
overriding the leave and Keyup events in custom combo01 Jul 2008 00:00 GMT1
Hi,
  I have created a custom combo box control that autocompletes entries with
the code as shown below:
However I wish to override the Leave and KeyUp events of the combobox, so
DataGridView col header click triggers SelectionChanged28 Jun 2008 21:18 GMT1
Apparently clicking on a DataGridView column header triggers the
SelectionChanged event ...
I'm not sure why this is happenning ... possibilities I can think of are :
1. the selection actually changes to the column header ( ? this seems
disable sortable cols28 Jun 2008 21:00 GMT1
Is it possible to disable a DataGridView's sortable columns functionality ?
How to disable (Auto)Scroll for a DataGridView27 Jun 2008 17:47 GMT4
Hi Group,
I am using C# with .NET 2.0 and Visual Studio 2005. I have a GUI with
a DataGridView (DGV) and a BindingSource for the data. The data are
added programmatically, up to 5 rows per second.
bind listbox to a generic arraylist of a class25 Jun 2008 17:14 GMT1
Hi, I have a generic arraylist of a class as follows:
List<MergeItem> lstSelectedItems;
public class MergeItem
   {
programmatically show new empty row24 Jun 2008 08:20 GMT1
For DataGridView.AllowUserToAddRows = False :
how to programmatically cause the DataGridView to display a new empty row ?
( where of course the cells should not be allowed to be edited  )
scroll DataGridView to selected row24 Jun 2008 07:43 GMT2
For a DataGridView, programmatically selecting a row not currently displayed
does not cause the grid to scroll ...
How to programmatically cause the grid to scroll to display the selected row
?
Can't derive from System.Windows.Forms.TreeView24 Jun 2008 00:39 GMT3
I'd like to create a specialized version of System.Windows.Forms.TreeView. But creating a class and deriving from TreeView doesn't work. I can't drag this new class onto a Form or store it in the Toolbox.
What am I doing wrong here? How can I derive from TreeView and have all the ...
Notifying user of Textbox input error23 Jun 2008 18:56 GMT3
I have 20+ Textboxes on a form bound to data fields; some hold dates.  If an
invalid date is entered the control prevents the user from moving to another
control (this is automatically handled by the default implementation of
Textbox), but no error message is shown and nothing ...
ToolStripProgressBar: Style is always Continuous21 Jun 2008 18:40 GMT1
I don't seem to be able to change the ProgressBar Style property in Visual Studio 2008. No matter what value I set it to, the ProgressBar is always displayed as "Continuous".
Does anyone have the same experience? Or am I doing something wrong here?
TIA,
Axel Dahmen
Any free UI controls? I mean real free controls.21 Jun 2008 05:48 GMT4
A few years ago, when the .NET version was still 1.1, there was a UI
controls library called Magic Library. It was free, but now it's gone
commercial.
I'd like to add some UI eye candies for my freewares but don't need
DataGridViewImageButtonColumn, custom column for DataGridView, image with mouse-overs20 Jun 2008 22:25 GMT1
Dear DataGridView lovers,
I want a DataGridViewColumn that acts like a button but that shows an
image. Furthermore, when the user mouse-overs the image or clicks on it,
I want the image to change.
ToolStripStatusLabel (.NET 3.5): Can't clear text property20 Jun 2008 18:30 GMT1
in a WinForms application I'm using a System.Windows.Forms.StatusStrip control. In this control I'm using a System.Windows.Forms.ToolStripStatusLabel control.
What's strange is that I can't clear the text of the ToolStripStatusLabel control once I've set it to something else but ...
How to refresh a computed column in DataGridView before leaving the row ?19 Jun 2008 14:28 GMT1
I'm using a DataTable with computed columns as the source for my
DataGridView.
When I change the value used by the computed column, the computed column is
updated only when I leave the row. I would like to update the computed
Recommendation for tree control?18 Jun 2008 21:20 GMT3
Could anyone recommend me a decent tree control that can have extra columns of text data (like how Outlook Express shows the messages), preferably in C#.
Many thanks
---
Test
Pages: 1 2 May, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.