| Thread | Last Post | Replies |
|
| how to pass key combination to Sendkeys.Send method | 28 Feb 2007 13:15 GMT | 1 |
I have to pass the argument of SendKeys.Send() method is like this key combination (LWin+M). Lwin is for windows logo key and M, these combination will minimize the application, but the problem is how to pass this combination to sendkeys.Send(), i searched in the net but so far ...
|
| how to mimimize an application | 28 Feb 2007 13:11 GMT | 1 |
I am using C#, i dont know to know how to minimize the application in Taskbar when i click the button(its not minimizebox button), that means how to handle it?? normally if u click the minimize button on the form it will minimize the form, how can i do it in a simple button click ...
|
| ImageAnimator exception | 28 Feb 2007 11:52 GMT | 2 |
This is in regards to the following error, which is generated seemingly at random after closing out of a form with several buttons whose image properties are set to looping animated GIFs: "System.InvalidOperationException was unhandled
|
| Need to capture the first digit of the textbox on keypress event | 28 Feb 2007 07:20 GMT | 1 |
E.g: The textbox has text "18765" and we dont know at which place the user is keying in the next number. for instance, If the user keys in "9" in the first digit place. I need to determine on keypress what the digit is being entered and if the digit is being entered at the "first
|
| IE 7 Favorites control | 28 Feb 2007 07:20 GMT | 3 |
I am looking for a Windows form control like Internet Explorer 7's Favorites menu. I would like to populate it with entries from a database. Does anyone know of an existing control that will give me this capability (I'm willing to purchase it as well) - or do I have to create a ...
|
| Centering AutoSize Label within Groupbox | 27 Feb 2007 20:08 GMT | 1 |
Does anyone know how I can dynamically center an AutoSize label control within a groupbox? Roy
|
| DataGridViewTrackBarColumn | 26 Feb 2007 13:13 GMT | 1 |
I want to put a trackbar in a datagridcell of datagridview. The trackbar must be visible in both editing and nonediting mode. Is possible? Best Regards
|
| Set readonly property on cell level in a datagridview | 26 Feb 2007 11:43 GMT | 6 |
I have a datagridview column that will contain both editable and non-editable values. I have set the columns readonly property to true. I then use the AddRows event to check the value of an hidden column and if that is false i set a specific cells readonly property in the column to
|
| Making Checkboxes behave like Radiobuttons | 26 Feb 2007 10:00 GMT | 3 |
I have a set of Checkboxes within a Groupbox container. What's the simplest approach (via handling events) to make Checkboxes behave like Radiobuttons (only one selected at a time). Possibly by handling a Click event and preventing unchecking?
|
| Datagridview.datasource triggers RowsAdded event twice | 26 Feb 2007 07:01 GMT | 9 |
I am binding a datatable to the datasource of a datagridview. I have noticed that this fires the RowsAdded event twice. I have noticed that because I use the method RowsAdded to do some stuff and this method is called twice. Any clue why this happens?
|
| How to customize the form | 26 Feb 2007 03:43 GMT | 4 |
I am creating windows form at the run time and also i am setting the FormBorderStyle to FixedSingle. So that the form comes with some standard size, but i wanted to customize the form size.. How can i customize the form size with FormBorderStyle property as FixedSingle.. Even ...
|
| Get the color of a control's border | 22 Feb 2007 12:03 GMT | 1 |
I have a control which extends CheckBox where I handle the onpaint event. I am doing this so that I can make the actual tickbox larger (and hence the tick), and to change the background color of the tickbox (but not the text area) when the control is disabled. This is
|
| Getting Items from a ListView | 22 Feb 2007 08:58 GMT | 1 |
I am trying to get an item from a ListView from the right clicked location. I have a ContextMenuStrip associated with the ListView. The code looks like: private void Delete_Clicked(object sender,
|
| RichTextBox.Rtf - doesn't show if images in the rtf - Vista only | 22 Feb 2007 06:49 GMT | 5 |
Hi; We have a C# program (a Word AddIn) that works fine on Windows XP. But when running on Vista (and Word 2007) if we call RichTextBox.Rtf = "...rtf file..."; and the rtf file has a bitmap in it - then the control shows
|
| DatagridView Validation assistance needed | 21 Feb 2007 22:56 GMT | 2 |
I have a validation issue that I am having trouble with and would appreciate any insight into the issue. I'll try to make the description as simple as possible. Say I have a datagridview with 3 columns. From a data entry
|