Answer Questions
Fatou How do I stop new rows
I want a datagrid with 4 rows only and one column editable. I've loaded the data, and figured out how to allow one column only to be editable (by setting other columns to readonly. Problem is, how do I stop the user from inserting new rows ...Show All
cberman Open source version?
Has anyone started an open source version of this If not is anyone interested in starting one Possibly, maybe the same functionality but built with vs 2005 I had one that allowed snap-ins, but because of 2005 dropped it. And issuevision ...Show All
Mark Bradshaw datagrid column header width
Hi, I am binding datagrid in From_Load () to a datatable, but the datagrid column header width is not big enough. As a result the column headings are half hidden. How can I make the datagrid column width as big as the column heading Al ...Show All
Bob Y Can't publish using August CTP
I took an existing application written in BETA 2 and attempted to publish it using the August CTP build. I made the required changes, recompiled, etc. And I can't get it to deploy to a machine that doesn't have the August CTP bits on it. I keep getting the following manifest erorr. PLATFORM VERSION INFO Windows : 5.2.3790.65536 (Win32NT) Common Language Runtime : 2.0.50215.44 System.Deployment.dll   ...Show All
atame Programmatic Sorting with "custom business objects" in master/detail?
Can anyone recommend the approach that should be used when using (a) custom business objects as the data source, using BindingList<T>, per the post http://forums.microsoft.com/msdn/ShowPost.aspx PostID=65826, (b) I have a master/detail approach in place using these custom lists, (c) a BindingSource is used to bind the master DataGridView to the master BindingList<T> list, then the bindingsource for the detail DataGridView is pointed ...Show All
RLRTech ToolStrip Merging
In a mdi application, I'm having trouble getting the toolstripmenu and statusstrip to merge from the child into the mdi parent. I could do it when I had the old menu's. The mid child menu just appears in its own window. I tried all of the merge settings. For the status strip, I guess I can update the parent status strip. Any ideas Thanks, Mike D I had the same issue with the august ctp, the way i ...Show All
Ron J51027 Problem With TextDescription Field
Has anyone else been getting collision detection problems from having too much text in the text description field It seems when I use a large amount of text that the task will be inserted in sql server but when I check the tasks tab ...Show All
jason d Using the DataGridViewComboBoxColumn
Hi, I have a table with around 100 records, one of the fields in the table is a priority field which has a value of high, medium or low. I am bindins all the columns in this table (around 20) to a datagridview. For the priority column I want to use the DataGridViewComboBoxColumn. I am writing the following code for binding the data to the column : comboboxColumn.DataSource = ds.Tables[0]; comboboxColumn.ValueMember = "priority"; comboboxColumn.D ...Show All
CRChambers Disable Control Designer for WinForm Control
How Can i disable ControlDesigner for standard WINForm control in VS 2005. i.e. restrict resizing or moving it on form in design time. For exampe for standart Panel or Button to Lock it is not acceptable. Disable the adorners collection for this control in designer. Get adorners through selection service. What is the scenario you are trying to support Martin Hi, The ability to resize or move a control is done v ...Show All
James C. coding dtls section of rpt.
Hi, I would be grateful for some help. I am trying to make certain fields visible and invisible on a report depending on the value in another field. The code I am using below throws an exception saying that the field is not a valid object, ...Show All
Martin Thorsen - MSFT How to translate Setup Dialogs in Setup project
Hello! Needing some help here. How can I translate dialog windows of the setup made by setup project in Visual Strudio Thank you for the answers! Depending on the language you want to use, the 8 Visual Studio languages are pre-translated for you. Select the Setup project in the Solution Explorer, go to the properties grid, and find the Language property. Set the one you want. If you want a language that's not there, it's prett ...Show All
parlance configure your server to unblock any restricted file extensions
how do you configure your server to unblock any restricted file extensions on IIS6 My first error is with .manifest file Configure IIS server with following MIME associations: .application -> application/x-ms-application (you prob have this already) .manifest -> application/x-ms-manifest .deploy -> application/octet-stream This should unblock files with .manifest and .deploy. By default the "Use .deploy extension" ...Show All
Grigory71677 The operation has timed out "during install"
I need help resolving this problem, has anyone seen this message, and if so what is the solution. It looks like its failing on the following line, Not sure what may be causing this. The install works fine on all PCs but not one of our clients. So I'm guessing its a PC issue and not clickonce, but what I don't know, maybe; firewall, .Net 2.0 not installed correctly, internet connection My client sent a screen shot and it starts download ...Show All
szary How can I make update version for application which was signed with certificate now expired?
If I change expired code signing certificate to new one and publish updated application, client will fail to launch. And code signing fails if I try to use expired certificate. How can I make update version for application signed with old certificate Call Microsoft Customer Support Services. If anyone else is having this same problem, please report and comment about it at the following link as th ...Show All
Danielle01 Bug DataGridView: InvalidArgument=Value of '0' is not valid for 'SelectedIndex'.
Hi, The probelm in short: When minimizing then maximizing a Form with a DataGridView I get the the following error (InvalidArgument=Value of '0' is not valid for 'SelectedIndex'. Parameter Name: 'SelectedIndex') I traced the problem to a similar bug with a DataGrid (ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.KB.v10.en/enu_kbnetframeworkkb/netframeworkkb/838087.htm). I however cannot find any documentation if a similar bug exists for the DataGrid ...Show All
