| Thread | Last Post | Replies |
|
| Question about user controls | 13 Feb 2007 18:24 GMT | 2 |
I am creating a user control called FindBar. It will sit in a panel to the top of a DataGridView. It has a textbox to let the user type in what they want to find and a drop down combo box to indicate the available fields for searching, a find button and a clear button.
|
| help! need to sumulate a Copy inside a WebBrowser control... | 13 Feb 2007 16:45 GMT | 2 |
i have a C# WinForms application with an embedded WebBrowser control. i need to be able to programmatically Copy the entire contents of the currently viewed web page to the Windows Clipboard. this needs to be the same as if the user selected ALL of the contents on the
|
| Do any microsoft buildtime dependancies C#/C/c++/VB/etc. need to be updated for the 2007 policy on daylight savings time? | 13 Feb 2007 08:11 GMT | 1 |
Do any microsoft buildtime dependancies C#/C/c++/VB/etc. need to be updated for the 2007 policy on daylight savings time? I know the OS needs to be updated but I care now about C libraries, .net binaries, etc. that microsoft maintains which have coded in them logic
|
| Need Component Collection to automatically update at design-time | 12 Feb 2007 23:36 GMT | 3 |
Using VS2005 I've created Wizard and WizardPage controls. WizardPages drop onto the Wizard control. The Wizard component has a "Pages" collection property. But, I don't know how to get the WizardPages to automatically appear in that
|
| WebBrowser Control 2.0.0.0 | 12 Feb 2007 19:22 GMT | 2 |
Hello, I am using the above within a form of a C# Winapp. Is there a way to make the web page displayed within the control adjust to the size of the WebBrowser control?
|
| domainupdown control clips lower case characters - how to fix? | 12 Feb 2007 09:36 GMT | 3 |
We're using a domainupdown control to display lowercase english alphabet characters. The bottom (decenders) of lowercase letters such as "j" are being clipped / hidden by the bottom of the textbox that is part of that control. Increasing the font size doesn't help, and the ...
|
| Column Headers of DataGridView Control | 11 Feb 2007 11:04 GMT | 4 |
I would like to change the column headers appearance, is it possible? I did change the ColumnHeaderDefaultCellStyle but it has no effect Thank you, Sam
|
| Display Group Data in DataGridView | 11 Feb 2007 07:02 GMT | 1 |
Hello, I have an Sql-query with group. Can I display it in a DataGridView (as in Report)? for example table : saleitem Item Qty
|
| WPF TreeviewItem Parent | 11 Feb 2007 06:55 GMT | 2 |
I may be mssing something but I cannot figure out how to access a treeviewitem's parent node (if it is not the root node of course) I was expecting a property like Parent to be able to give me this any help would be great
|
| Changing column orders in DataGridView | 10 Feb 2007 00:13 GMT | 1 |
I need to change column order by dragging column headers by mouse. I tried but DataGridView and DataGrid ignore ordering attempts. How to implement interactive column ordering in DataGridView or in DataGrid ?
|
| Z-order on my custom control at design-time is wrong | 09 Feb 2007 19:04 GMT | 4 |
I've created a very simple custom "UserControl" that has a Panel docked to the top. I've decorated my custom control with the: [Designer(typeof(System.Windows.Forms.Design.ScrollableControlDesigner))] attribute so that I can drop other controls onto it when used elsewhere.
|
| checkedListBox_Mouseclick does not work for MouseButtons.Right | 09 Feb 2007 16:55 GMT | 1 |
For checkedListBox I create an event checkedListBox.MouseClick. When I write this code if(e.Buttons == MouseButtons.Left) MessageBox.Show("Hello World!"); I get the message, but when I write:
|
| DataGrid / Context menu - HowTo | 09 Feb 2007 03:26 GMT | 1 |
Can someone direct me to a reference that describes how to create a context menu for a selected row in a datagrid? I have come across many threads regarding context menus and datagrids but they all seem to be how to modify the default behavior. I've gone through a couple of books
|
| Event or override for Control.SendToBack ? | 08 Feb 2007 23:59 GMT | 2 |
How can I hook into the SendToBack call stack? I want to always have my base controls to be in the very back at all times, so if a user of my component clicks on their child control and chooses to send it to the back, I still want the base objects to my composite component to be ...
|
| Scrollbar not fully visible | 08 Feb 2007 21:47 GMT | 1 |
I've inherited some code and now I'm trying to fix a bug in it. The bug is that the verticle scrollbar doesn't fully appear. It's like only half the scrollbar is visible. It's like the scrollbar is being pushed too far to the right.
|