Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet windows forms > july 2004 > threads for tuesday july 20

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

How to make a ListBox Extending beyond Form Boundaries
Posted by balg at 7/20/2004 11:31:02 PM
Hello, I want to simulate a combobox by having a textbox and a Listbox. The only problem is that list box, when shown, cannot extend beyond it's owner form boundaries (like a combobox does). I have to achieve this by creating a new form for list box etc. which creates other focusing problems. ...more >>

form data validation
Posted by Dan at 7/20/2004 10:43:10 PM
I have a question about form data validation and error providers: typically, I add some controls and an error provider to my form, then I handle the Validating event of each control which requires validation and perform the data check. In this handler I use the error provider SetError and set e....more >>

Short cut keys on Tab Control
Posted by sunil NO[at]SPAM volcanomail.com at 7/20/2004 9:21:55 PM
Dear All, Is it possible to have ShortCut keys on tab pages f.e.x. If I have two tab pages <tabPerson> and <tabMachine> I would like to assign hot keys to them like <tab&Person> and <tab&Machine>...I tried doing this but failed...is there some other workaround... Please help TALIA Man...more >>

How to inform parent window the control that has focus?
Posted by Deena at 7/20/2004 6:27:42 PM
Hello Is there anyway that a parent form can be informed if a control on it has focus? I could just inform the parent form on the controls "GotFocus" event but this is not the ideal solution for me. It would mean adding code for every control that I add to the form. And I want to create a base...more >>

Can't see Methods/Functions/Events in Inherited UserControl
Posted by DraguVaso at 7/20/2004 4:12:16 PM
Hi, I have a UserControl (MyUserControl) which has a DataGrid (MyDataGrid). I made a new UserControl that Inherits of my first UserControl: I named it MyInheritedUserControl. For some reason I don't 'see' the Methods/Events etc of the Controls I putted on MyUserControl in the two ComboBoxes...more >>

DataGridColumnStyle + DateTimePicker arrow key problem
Posted by Elisabete de Moraes at 7/20/2004 3:10:11 PM
Hi everyone, I am inheriting the DataGridColumnStyle class that hosts a DateTimePicker control and that's ok. The problem I'm going through is that the right and left arrow keys don't work like they do in an isolated instance of a DateTimePicker control, ie, the focus go to the next grid cell...more >>

Form not Closing
Posted by Brian at 7/20/2004 1:18:02 PM
I am having an issue with a windows form where the form (most of the time) will not close when mouse clicking the close X on the upper right. Debugging it shows that the closing event is called, but it never makes it to the closed event. Any suggestions? Any help on how I might debug what is ha...more >>

How do i remove xmlns:xsd when serialize?
Posted by Julia at 7/20/2004 12:56:52 PM
Hello How can i control the serialize result? I dont need <?xml version="1.0" encoding="utf-8" ?> and "xmlns:xsd=http://www.w3.org/2001/XMLSchema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" in the following example: <?xml version="1.0" encoding="utf-8" ?> <Message xmlns:xs...more >>



Binding DataGrid Exception
Posted by KeithH at 7/20/2004 9:46:12 AM
Very Random Problem. Unable to reproduce. Sometimes when I bind a dataset to a datagrid I get the following exception: ************** Exception Text ************** System.ArgumentException: '0' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum'. at System.Wind...more >>

Binding Datagrid Exception
Posted by KeithH at 7/20/2004 9:42:03 AM
Very Random. Can't seem to reproduce. But sometimes when I bind my dataset to my datagrid I get the following exception: ************** Exception Text ************** System.ArgumentException: '0' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum'. at System....more >>

UserControl collections not editable
Posted by knormand at 7/20/2004 8:13:02 AM
I'm a seasoned C# developer, but new to custom controls. I'm writing a control that has its own toolbar, and I'd like the toolbar buttons to be editable in the collection editor at design time (just like normal toolbar button setup). To accomplish this I exposed the internal toolbar via a pulblic pr...more >>

Word Processing/RTF control in my Form Panel. UNICODE support.
Posted by Zac at 7/20/2004 6:40:01 AM
What VB.Net controls exists that give me full RTf/Word processing with multi-language support ? I really want to run Word Pad or MS word within my VB.Net Application ? What are my options....more >>

Strange painting problems
Posted by Bent Ivar Helland at 7/20/2004 5:40:02 AM
I've got an application that consists of lots of controls with custom painting. Most of these inherit from UserControl but there are also others (Control, Button, 3rd party grids). Now, in several of the controls I experience a really strange problem with drawing lines in the paint overrides. It ju...more >>

Multiple top-level window with singleton application
Posted by Etienne Boucher at 7/20/2004 2:43:07 AM
I have a singleton application that is meant to manage multiple top-level windows. I use remoting to send the arguments of the extra application instances the user might start back to the first one. The method I call on my remoting object is not executed on the same thread as the forms so I can'...more >>


DevelopmentNow Blog