Answer Questions
adolydenko Exception Handling in Windows Forms
All, I want to bring the focus to handling General Windows Forms exceptions. In ASP.NET we have Global.asax.cs file that has Application_Error() function where all the exceptions that's not been handled for the application bubbles to the function and you can ...Show All
BioHazard How to add a new row as header?
Hello, I would like to know if is possible to add another row as Header (or as a Footer). for example: Considering Sales of the year as main header and Mounts as sub-headers. Sales 2004 Sales 2005 <-Main header Jan Feb Mar... Jan Feb Mar ... ...Show All
Arun-MS DataBinding.Format and Parse
Hi Guys, I am tyring to bind an SQL Image field to a picturebox in windows forms with format and parse. Here is the problem. 1) When I call save on my form calling EndCurrentEdit, even though, I didn't change the picture or anything in my& ...Show All
Fordy Listview questions
Hi all Can someone please post me some code on how to register and handle the event of the user clicking/scrolling the vertical scrollbar on a listview. Secondly, if I allow the user to reorder listview columns, what is the best way to keep these re-orderings when the user closes the app and opens it up later Writing the index positions of each col header to file xml Thanks to everyone Tomas ...Show All
muk2cl GDI handles leaks in Form class
Hi, I develop my own controls derived from the Form class (for some reasons I need to derived from the Form) and I found that my controls cause GDI handles leaks. I searched for the problem and found that the leaks are caused by calli ...Show All
Craig Guyer LineTotal and Subtoal
Hi folks. I having a datagrid that I fill from a access db table. I have got it working quite well with the easy option like displaying the data. Now I have googeld for a couple of day with out any success. I would like to get my grid to look like this : -------------------Grid starts----------------------- Date Description Income Cost Li ...Show All
Paul P Clement IV Another Validation Conundrum
I would appreciate your input on the following validation conundrum... I have a UserControl that will have several "Modes". Each mode will trigger certain panels on the control to be visible. Each of these dynamic panels has its own set of&nbs ...Show All
carolyn H DataGridViewComboBoxCell . ParseFormattedValue - How does it work?
Hi, I have had the same problem as outlined in this thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=251770&SiteID=1 I am trying to make a workaround by creating my own combobox colum type for the DataGridview. I have overriden the ParseFormattedValue, and that seems to be doing the work. It takes the string, calls the base procedure of ParseFormattedValue, and hey presto out pops the actual object (this assumes i have set the Va ...Show All
Ido F. DataBinded TextBox
Hi, On a window form, I've binded a textbox on a dataset. When I change the text of this textbox the dataset doesn't change.(I've tested with the HasChanged() method). Why On the same form, if I bind a datagrid and I make changes in this datagrid, the HasChanged() method return true. Can someone explain (sorry for my english). thanks a lot! Hi, have the same problem, ...Show All
Nits Newbie : form like a web page
Hi, I am new to C# and Vs.net. I would like to design an interface for my form like the start page of Vs.net, that is like a web page. is it possible to do that What tool do I use Can I catch the events associated&n ...Show All
timecop To make the border of a group box invisible !!. - URGENT PLEASE>
Hi I am working on the group box in the C#, can u help me in making the border visible false. In Need, Anuradha. Please use the Windows Forms forum for questions related to Windows controls. Please reserve the C# forum for questions specifically related to the C# language. I'm moving this thread to the Windows Forms forum. Thanks. Michael Taylor - 6/14/06 just use System.Windows.Forms. Pa ...Show All
bikebogota.com Need Help: StackOverflowException on DatagridView RowValidating event
A stackoverflow exception is fired on datagridview rowvalidating event when we made changed on [qty] column which is part of an aggregate expression on a parent table column "sum(child.qty)". This is a part of exception stacktrace. System.Windows.Forms.dll!System.Windows.Forms.BindingSource.ParentCurrencyManager_CurrentItemChanged(object sender = {System.Windows.Forms.CurrencyManager}, System.EventArgs e) + 0x1f bytes &nb ...Show All
SamCKayak Keystroke to sort datagrid
The docs have a huge list of keystrokes for navigation and selection within a datagrid, but nothing about sorting a datagrid on a column by using the keyboard. Is clicking on the column header the only way Without customizing it,&nbs ...Show All
catlyt ComboBox issue
Hi all, I'm having serious trouble with an thing that is supposed work without troubles. I'm using VS 1.1 with XP pro for an Win32 app. Thing is: Have an form with an ComboBox, that is filled from an Business Object, to have the name displayed,  ...Show All
Quinn Dexter Threading
I Have 3 Functions Timer_Tick, this one gets started with the Timer 'Ticks' GetMails, that returns emails in an array of string InsertMails, that inserts the emails in to a database's When I run the app the form hangs untill all the functions are complet ...Show All
