| Thread | Last Post | Replies |
|
| How to see properties composed in the Trowel of Properties? | 24 Feb 2006 00:37 GMT | 2 |
Good day; I have this one problem; I declared struct "myNumber", and in a UserControl "MyControl". I declared a property myNumber named "NumberComposition", desire that in
|
| Playing an animated gif file in a windows form application. | 24 Feb 2006 00:18 GMT | 3 |
What's the easiest way to play an animated gif in a windows forms application? TIA - Jeff.
|
| Solution / Request for Suggestions: DataGrid Button Column using C# | 23 Feb 2006 21:08 GMT | 1 |
I've tried to find examples of adding a button column to a WinForms DataGrid. Unfortunately, all of the examples I have found only allow you to click on the button for the currently selected row. Below is a class that I wrote that displays clickable buttons for each row along
|
| Desinger view error with simple inheritance: Constructor on type '' not found. | 23 Feb 2006 19:27 GMT | 3 |
I have a class that inherits user control: public partial class ValidationSubDesigner : UserControl { It works jsut fine, the problem occurs when I try to inherit it: public partial class FieldCompareFieldDesigner : ParamDesigner {
|
| Slide-out and Splitter | 23 Feb 2006 16:24 GMT | 2 |
Two questions. First, what does MS recommend / offer for creating those nifty slide-out dialogues (?) that Visual Studio has? Yes I'm talking about, for example, the default behavior of the Toolbox, or Properties dialogues in Visual Studio, which slide back and forth (Unless ...
|
| Setting a control focus in OnLoad event. | 23 Feb 2006 16:22 GMT | 2 |
Based on data present when I load a form, I need to be able to set focus to a specific control. I have added code as the last line of my Load handler setting a control to have focus. e.g. control3.Focus().
|
| trouble with events (Paint event) question - please help | 23 Feb 2006 15:31 GMT | 2 |
I have a Splash form in my Windows Forms app. It has a label on it, and in the Paint event of the label, I draw some text on the label. But I also want the Splash form to load my MDI form and carry out the initialisation of the application...
|
| control.invoke help | 23 Feb 2006 15:18 GMT | 2 |
I think that the solution of the problem might be control.invoke nut i can't understand how it function...here's the problem. I have a C# application with 3 buttons and one textbox. the first one, Start Reading, whenever clicked creates a thread, readthread. The entry
|
| errorProvider | 23 Feb 2006 12:29 GMT | 8 |
I've got an error provider that I want ignored if somebody tries to close the application. Right now, when bad input is given, I'm simply setting e.Cancel=true in the texbox_validating handler, and then setting e.Cancel = false in the FormClosing handler. Is there a more ...
|
| Show date as DD/MM/YYYY in DataGridTextBoxColumn | 23 Feb 2006 09:45 GMT | 3 |
We have a DataSet bound to a DataGrid, this DataSet has a datetime column, coming from SQL Server. We want to show this field on the DataGrid always as "DD/MM/YYYY", ignoring user's regional configuration.
|
| Borderless Window Drag/Move Handling in C# | 23 Feb 2006 07:37 GMT | 3 |
Hi. I want to have a borderless window which handles mouse clicks in the normal way. BUT, when the user DRAGs the window (as opposed to clicking it), I want to start moving the window with the user's drag. How do I determine when the user is DRAGGING within the window and then ...
|
| A Java implementation of CLR? | 23 Feb 2006 05:28 GMT | 2 |
Is it possible to make such a gift so that MSIL programs can run on JVM?
|
| DataGridColumnStyle Format Property | 23 Feb 2006 03:28 GMT | 1 |
One of the columns of my datagrid is an account #. The actual field which is coming from a sql server database is defined as a character. Within the database the account # 200300001 come across in our financial system as 20030000.1. How do I define a character field format, as ...
|
| The dreded EnableVisualStyles and External exception error | 23 Feb 2006 01:24 GMT | 2 |
We really want to use the visual styles in our app but get that stupid external exception error at the weirdest times. I call it like this: static void Main()
|
| Display Data from Access 2003 DB | 22 Feb 2006 16:52 GMT | 6 |
All, I'm looking for a "newbie" friendly example/tutorial that will show me step-by-step how to display data from Access DB on a comboBox control on a WinForm.
|