ASPFriends.com 'winforms-cs' list Archive - April 2002
Messages
Page: 1
.NET Framework Crash (3 replies)
ASPFriends.com 'winforms-cs' list
Hey all, I currently have a Windows Forms application "out there"; it uses a bootstrapped setup application that installs the .NET Framework REDIST if necessary, then installs our application. Some people have reported the following two exceptions in the .NET Framework debugger. What is odd about these errors is that they have never occured on machines with the full .NET SDK installed; only on tho...
CheckedListBox Question (2 replies)
ASPFriends.com 'winforms-cs' list
Hello list, I am using a checked list box on a WinForm and can't for the life of me figure out how to make this box mutually exclusive so that only one check box can be checked at a time you know like radio buttons that you add to a group. I have set the SelectionMode property to one, but this doesn't do it. Below is the code that I included in the default constructor to initialize my CheckedListB...
AutoSizeColumns in a DataGrid (9 replies)
ASPFriends.com 'winforms-cs' list
Way back in the Beta 2 days there was an AutoSizeColumns Property of the DataGrid, which would do just that... size the columns in the grid to the widest item in the column. Does anyone know the release equivalent? Thanks Jason
DataGrid textbox KeyDown event (3 replies)
ASPFriends.com 'winforms-cs' list
Having declared the following: datagridtextBox (DataGridTextBoxColumn)dataGrid1.TableStyles[0].GridColumnStyles[1]; datagridtextBox.TextBox.DoubleClick new EventHandler(this.ID DoubleClick); datagridtextBox.TextBox.KeyDown new System.Windows.Forms.KeyEventHandler (this.ID KeyDown); And the appropriate event handlers like this: private void VareID DoubleClick(object o, EventArgs e) { SeekForm skFor...
Validating data in DataGrid (2 replies)
ASPFriends.com 'winforms-cs' list
I've set up the delegates in order to validate data in a TextBox calles VareID in a DataGrid. The validation confirms if there is text in the control, and if so, if it contains certain characters. If not, an exception is thrown and captured in the Validate event. 20 The Validate event behaves as expected, but when an ErrorProvider is set up on one column/row in the DataGrid, it affects all the row...
Application Deployment to various Platforms (4 replies)
ASPFriends.com 'winforms-cs' list
I hope this is the right place to ask this question, if not then I apologize. Hello list I am helping to write a large .NET WinApp written in VB.NET and C#. I'm the lucky developer who gets to write the C# part :) A first beta is about 6 months down the road. When installed the application should first check to see if the .NET framework is installed and also if MSDE is installed. If not it will th...
Printing Word doc from webform (4 replies)
ASPFriends.com 'winforms-cs' list
Using IE6, and a winform, I can call up Word, print a text file, and close it. I can't for the life of me figure out how to do this from a webform.
MSChart Com Interoperability in .NET - HELP! (2 replies)
ASPFriends.com 'winforms-cs' list
Hello list, I am not understanding what is happing with a COM object I am trying to make into a C# "Windows Control Library". When I create a C# "Windows Control Library" project and drop onto the form a "Microsoft Chart Control 6.0 (OLE DB)" COM object it creates 4 .dll references "AxMSChart20Lib.dll", "Interop.MSChart20Lib.dll", "MSChart20Lib", "MSDATASCR.dll". This works fine and I can now add ...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com