HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (WinForms Controls) microsoft.public.dotnet.framework.windowsforms.controls


Discuss in the Dotnet Framework (WinForms Controls) forum.



Post New Thread
Threads in Forum : Dotnet Framework (WinForms Controls) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I have a tabbed dialog for which certain combinations of switching tabs are disallowed. For example, if the user wants to go from tab index 1...
Bob Eaton
11-28-2007 11:07 AM
Bob Eaton Go to last post
0 30
I have a virtual ListView (VirtualMode set to true). To make it more convenient for the users of the ListView to select its items, I've set...
Carl Johansson
11-27-2007 03:31 PM
Carl Johansson Go to last post
0 31
Hi, I have seen the articles related to hosting a date-time picker control within a DataGridView cell and how to implement...
Dan Erc.
11-27-2007 11:19 AM
Eric Dan Go to last post
6 34
Hi Printing Excel documents using ProcessStartInfo and ShellExecute does not work when using a WebBrowser Control. Following short demo (Visual...
Peter Hemmingsen
11-27-2007 10:23 AM
Peter Hemmingsen Go to last post
0 30
Hello group, I have a problem with KeyPreview in Windows Forms. I have a form and set its property 'KeyPreview' to true. Some keys I do not want to...
Norbert Ruessmann
11-24-2007 06:14 PM
Norbert Ruessmann Go to last post
0 27
What's the best procedure for ensure that your custom control uses a font that's available to the system? I'm developing a control that displays...
11-23-2007 10:02 PM
Mr. Arnold Go to last post
1 38
Based on a change of value in a column - c1 - I want the set the value of another column - c2 - hosting a combobox with valid values. When I set...
Paul S
11-23-2007 06:50 AM
Paul S Go to last post
10 56
Hello, I'm trying to use a delegate as a callback in order to receive notification of a SocketException class's method. I have tried...
Carl Jenkins
11-22-2007 01:47 PM
Carl Jenkins Go to last post
0 32
Hello: I need to owner-draw a listbox to display different color for each list item, hence I create a derived ListBox class, and in the constructor,...
sshuangw@yahoo.com
11-21-2007 05:12 PM
sshuangw@yahoo.com Go to last post
0 29
Hello: I need to owner-draw a listbox to display different color for each list item, hence I create a derived ListBox class, and in the constructor,...
sshuangw@yahoo.com
11-21-2007 05:10 PM
sshuangw@yahoo.com Go to last post
0 24
Where i found a free Windows Control, in particolar a DataGrid / Listview with collapse/expand property ? Thanks
Max
11-21-2007 08:39 AM
md Go to last post
1 32
Hello, I'd like to use a TabControl (2.0) in a program I'm making. I'd like the tabs to appear on the left hand side, running down the length of...
Emily Mayfield
11-20-2007 06:42 PM
Emily Mayfield Go to last post
2 33
Hi, I have a DataGridView on my form which is binded to a collection of custom business objects. The collection inherits from BindingList<T>. The...
Rob Blackbourn
11-19-2007 07:25 AM
Rob Blackbourn Go to last post
1 38
Hi, I have a background image I'm using as a form within my report. the problem is that I needed to reduce the resolution of the image to 96 dpi...
Rob Dob
11-19-2007 05:45 AM
micheals sean Go to last post
4 30
Hi, How can I set a "System.Windows.Forms.ToolTip" to a "System.Windows.Forms.ToolStripButton" please? I am using VS.NET 2005 with C#. Thanks in...
Asaf
11-18-2007 09:17 PM
Jeffrey Tan[MSFT] Go to last post
1 44
Hi, I have a Winform with a BindingSource that is databound to some winform controls, when the value of BindingSource.Current changes the...
Rob Dob
11-17-2007 10:26 AM
Rob Dob Go to last post
0 33
Let's say i want to moove default location of groupbox caption by 100 pixel's to the right. How do i achieve this. I mean i haven't done anything...
Mikus Sleiners
11-16-2007 04:44 AM
Mikus Sleiners Go to last post
0 25
Sorry about the repost, but according to MS ()to get a reply) it is required... :-< I have a form with a ToolStripContainer and four ToolStrips in...
TBQ
11-15-2007 09:36 AM
TBQ Go to last post
2 26
Hi I have implemented my own TimeEditorControl: public class TimeEditorControl : IDataGridViewEditingControl with the input mask hh:mm. If the...
Paul S
11-15-2007 02:16 AM
Paul S Go to last post
10 49
Hi, Is it possible to print a ssrs report to the printer from c# without rendering it to a EMF file first? The problem is that when I'm forced...
Rob Dob
11-12-2007 08:03 AM
Rob Dob Go to last post
0 25
Hello, I hope someone help me with the following problem: I have a DataGridView bound directly to a dataset, and are using ComboBox columns bound...
Asgeir
11-12-2007 02:49 AM
Asgeir Go to last post
0 23
Hi, I have a WinForms app that has a timer, which updates at regular times different textboxes and draws on the Graphics of a panel. The problem I...
cornel
11-10-2007 10:21 PM
cornel Go to last post
0 22
Hi everyone, I'm writing a custom TextBox that inherits from UserControl. I can't use a standard TextBox, or inherit from it or TextBoxBase, as it...
rachel@bluetang.co.uk
11-10-2007 05:11 PM
Bob Powell [MVP] Go to last post
1 33
I thought using treeview control would be as easy as binding an xml file to a tree view control. I downloaded this example, but the project does not...
mr t
11-09-2007 12:40 PM
mr t Go to last post
0 20
How can I enter text into a row cell where the text is formatted as follows: StringBuilder sb = new StringBuilder(); sb.AppendLine ("The first...
ESmith
11-09-2007 08:22 AM
ESmith Go to last post
0 28
Hi David, I agree with Jonathan that moving the line of code to call the InitializeComponent method before the code that determines which...
Linda Liu[MSFT]
11-09-2007 06:04 AM
Linda Liu[MSFT] Go to last post
2 24
Hi, Since the InitializeComponent() creates ucBaseFilter and inserts the object in the dialogbox, the instruction Me.UcProdFilter = New...
David Scemama
11-09-2007 04:58 AM
David Scemama Go to last post
0 30
I have a DataGridView that is bound to a BindingSource at design time. Also at design time the BindingSource has its DataSource bound to one of...
MarcG
11-09-2007 04:57 AM
Linda Liu[MSFT] Go to last post
5 30
I have a DataGridView that is bound to a BindingSource that is bound to a BindingList(Of T). The problem is that the first three columns in the...
Dan Russell
11-08-2007 12:13 AM
Dan Russell Go to last post
1 11
I'm extending the ComboBox class to create a combo for entering times like in Outlook 2007. I'd like the combo to drop down and let the user...
0to60
11-06-2007 05:22 PM
Jeff Gaines Go to last post
1 11
I have down-loaded some source from the Code Project which contains a file called ExtendedRichTextBox.dll which is supposed to be issued by MSFT...
Jeff Gaines
11-05-2007 03:07 AM
Linda Liu[MSFT] Go to last post
10 22
Hi, I need a simple button control with a Image on the left and text on the right using the Button control. I am...
Tee
11-05-2007 01:36 AM
Tee Go to last post
0 13
I used CheckedListBox in VB.NET 2005. Assumed I have 35 items in the CheckedListBox to be shown. The Box size only can show 3 columns at a time with...
mt
11-02-2007 09:18 PM
mt Go to last post
1 10
I have a form, and in design mode, I want to plunk down a bunch of custom controls onto it, and set their properties. Then, when the application...
David
11-02-2007 02:05 PM
David Go to last post
2 12
Hello, My group is investigating the conversion of our WinForm 2.0 development to 3.X with XAML. Within our legacy development we have created...
Stuart Blavatnik
11-02-2007 11:07 AM
Stuart Blavatnik Go to last post
6 14
Last time I checked (back in 2005), only IE supported controls written in ..NET. Does Micrsoft Office, for example, support controls written in...
Siegfried Heintze
11-02-2007 06:15 AM
Kevin Spencer Go to last post
1 15
Hello, Is there any way to make the tab control, when a control within it's bounds has focus, respond to control+tab? I am hoping for a codeless...
Andrew Backer
10-31-2007 01:03 PM
Andrew Backer Go to last post
0 15
Hi I have a datagrid that I have filled with data from a dataset with more tables and the proper relationships between the tables. One of the cells...
Paul S
10-31-2007 05:25 AM
Paul S Go to last post
2 15
I need to fill in default values for new rows in a DataGridView. The control is bound via BindingSource to a DataTable. I use the...
=?Utf-8?B?TWFya3VzIEZyaXNjaGhvbHo=?=
10-30-2007 06:39 PM
mnlarsen Go to last post
1 10
I have a form with a ToolStripContainer and four ToolStrips in the TopToolStripContainer. They simply refuse to be cooperate with positioning given...
TBQ
10-30-2007 06:37 PM
TBQ Go to last post
0 12
I have a list Control to which I am binding an array of custom objects. Say the custom object is ClassA. ClassA has a property XYZ. The property XYZ...
Rahul
10-30-2007 03:25 AM
Mr. Arnold Go to last post
1 13
Is there a way to always get the actual caret position in a multi-line text box? Using SelectionStart will not work when pressing Shift+Down...
David Davidson
10-29-2007 12:21 PM
David Davidson Go to last post
2 17
I have a form with a treeview and a textbox. In the textbox_validating event I show a messagebox. If the focus is on the textbox (where you changed...
tosch
10-29-2007 11:24 AM
tosch Go to last post
0 14
Hi, is there any way to develop automatic check for new release of my application. So when i start my application i want to check for new version on...
Dzemal Tipura
10-29-2007 02:59 AM
Go to last post
1 11
Hi, I have created a custom control that inherits the UserControl (Framework 2.0) but when I set the borderStyle to Fixed3D i get the...
Ole
10-29-2007 02:56 AM
Go to last post
1 17
Hi, Can someone tell me how do I disable the multiselection of datagrid on windows forms. I want to stop multiselection of Datagrid when user...
Raj
10-29-2007 12:53 AM
Sangeetha Go to last post
4 30
Hi all, Simple question: I need that if I select some text in a RTB the RTB does NOT scroll! I simply change the selection color of a text via...
Fabio
10-28-2007 10:40 PM
BigMan Go to last post
1 14
In VS2005 I build a menu with code. One of the top level menu items, "Apps", has a ToolStripDropDownMenu that I populate on the fly during its...
Jack Jackson
10-28-2007 07:52 PM
Jack Jackson Go to last post
0 10
DataGridView How can move to specific cell by x,y
mtczx232@yahoo.com
10-28-2007 11:18 AM
Brendon Bezuidenhout Go to last post
1 17
I have a usercontrol, which contains a textbox (as well as other controls). The textbox is set for multiline, so it *should* accept an Enter Key to...
Simon Verona
10-28-2007 11:01 AM
Brendon Bezuidenhout Go to last post
1 10
Post New Thread

Display Options
Showing threads 51 to 100 of 5439
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.