| Thread | Last Post | Replies |
|
| DataGridView crash when selecting Data Source | 30 Sep 2006 15:55 GMT | 1 |
I have one Windows project that crashed on me when I tried to select the data source on a DataGridView control after adding it to my project. Since then, I can no longer set any data source fields on any controls anywhere in that project. I can do it just fine in other projects ...
|
| Spell Check | 30 Sep 2006 14:18 GMT | 10 |
Is it possible to use a spell check in a windows and/or asp application. Say, there is some text in a textbox. How can we run a spell check on the contents.
|
| Developer CV | 30 Sep 2006 13:14 GMT | 2 |
I have been developing for about three years now, i am now looking forward to getting a new job. I am MCAD.net certified. I am looking forward to have some one who could send me a sample of a mature CV that can attract an employer. Can anyone help? my email address is federick ...
|
| How to submit a message into Message Queue? | 30 Sep 2006 00:52 GMT | 1 |
I have an application that get data and write xml file from this data. The application should put the data as a message in the Message Queuing. Every time I encounter an error saying: "The queue does not exist or you do not have sufficient permissions to perform the operation".
|
| ErrorProvider Property | 29 Sep 2006 22:18 GMT | 3 |
I know how to set the message for an ErrorProvider through code when handling a validating event, however, I would like to use the message that is entered at design time in the properties window for a given control. ie. Error or ErrorProvider1. How can I use this message with
|
| Setting value of datagridviewcheckboxcell | 29 Sep 2006 22:01 GMT | 2 |
I have a datagridview with a datagridviewcheckboxcolumn. The datagridview is bound to a custom collection. The DGV, itself, is loading fine, but I cannot seem to figure out how to programmatically set whether or not the checkbox is checked.
|
| Inherited control with design mode capabilities | 29 Sep 2006 15:43 GMT | 3 |
How can I make inherited control, which I can edit in design mode: add more controls on it etc. Basically, I need a usercontrol, but it cannot by inherited form UserControl class but from some another class (say GroupBox). If I inherit directly form GroupBox, I loose design mode ...
|
| C++ Win Forms DLL | 29 Sep 2006 13:58 GMT | 2 |
Dear List, I am writing to ask your advice on whether you think this is possible - I use a SDK written in C++ to create DLL audio 'plugins'. I am able to succesfully build these DLL's in VS2005. I was wondering if you think it
|
| Opacity flickering problem | 29 Sep 2006 13:45 GMT | 1 |
Non of the advises I've found here helped me. Anyone knows a simple solution for that problem? Thanks!
|
| Load Form on Startup with Folder Dialog | 29 Sep 2006 08:29 GMT | 2 |
When I load the main form of my MDI application and it doesn't find a specific registry value, I want to show the Folder dialog box. However, I want this dialog to be ON TOP of my main form. Performing my checks and showing the dialog in Form_Load displays the dialog before the main
|
| DataGridView and DataRow[] | 29 Sep 2006 08:01 GMT | 1 |
Is it possible to bind a DataGridView control to an DataRow[] (array of DataRow )?
|
| Custom User Controls do not show up in toolbox (VS2005 pro) | 29 Sep 2006 03:07 GMT | 5 |
In my C# winform project (MyProject), I added a new 'User Control' item. I can't (visually) add it to any forms because it does not show up in my Toolbox. If I open the project using Visual C# Express, the top grouping in my
|
| Winform open WebService dime pdf attachment | 29 Sep 2006 00:39 GMT | 2 |
I have a C#.net windows form project that connects to a webservice that returns a dime attachment (pdf document). I need the winform to open and load the pdf document into acrobat reader. I do not want to write the file to the hard drive to create a path so that I can call
|
| DataGridView columns being reordered | 28 Sep 2006 22:01 GMT | 1 |
I have a DataGridView which I have configured a set of columns and their fill weights in the designer. Also, I have specified a DataPropertyName for each column. I programmatically create a BindingSource to hold a set of objects that I want to display in the DataGridView. I ...
|
| How can o run a commanline app in C # | 28 Sep 2006 20:39 GMT | 1 |
when i run this code i get an error message cant find the specified file, But if i paste the command into the command prompt it works fine could someone tell me why this is happening i uses a break point and quick watch to get the command string.
|