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 > march 2004 > threads for thursday march 18

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

IDE Winform Design problems
Posted by Lloyd Sheen at 3/18/2004 8:34:04 PM
This is beyond me how people can make change to existing forms with the new panel / splitter combination. I have a form that needs a panel and a editor (3rd party) at the top of an existing form. I have had absolutely no luck in making anything usable with this requirement. No amount of dock...more >>


Serializing Collections to Code
Posted by Mark Olbert at 3/18/2004 6:42:08 PM
I'm trying to get a CollectionBase property to serialize properly into the IntializeComponent() call. My understanding is that I have to: 1) implement a TypeConverter that can return an InstanceDescriptor that describes how to create the objects that are in the collection; 2) mark the pro...more >>

get rid of close icon in upper right corner
Posted by Nancy at 3/18/2004 5:09:43 PM
BlankI don't want a user to be able to close a form by selecting the X = close icon in the upper right hand corner of the form. I don't know how = to reference it. The form class allows access to the min and max icons = but I don't see the close icon. Can't find the class that references the = l...more >>

using the Dock property for controls....???
Posted by Paul M at 3/18/2004 3:18:37 PM
hi there, this might be an easy question but i cant seem to figure it out. I have a form, with 3 controls and i want to dock them all on the top of the form, which is all and good, but i want them to be in a specific order. How can this be done? thanks, paul ...more >>

URGENT: How can I avoid my SOURCE CODE from DECOMPILERS like Anakrino9??
Posted by chang cocho at 3/18/2004 3:00:42 PM
I'm scare because using Anakrino9 I was able to DECOMPILE my PROJECT. I have been working on it for a year now and it's too unfair that anybody out threr will be able to DECOMPILE my APP what can I do??? Thanks ...more >>

How to display listbox (or other control) on top of the parent form
Posted by Jack at 3/18/2004 2:41:06 PM
Hi, all winform experts If I add a listbox control on a form, when the size of the form decreases and the height of the form is less than the height of the listbox, part of listbox will be hidden. However if I add a combobox to the form, when the combobox is clicked, all the items can be seen ev...more >>

Changing keyboard language
Posted by Mystique at 3/18/2004 1:14:47 PM
How can i change the keyboard language (layout) programatically? ...more >>

Basic TreeView Databinding
Posted by Jonathan Miller at 3/18/2004 10:07:36 AM
Hello All, I have a table of objects that I want to put in a treeview through databinding. I have 3 fields, the first in the PrimaryKey (int), the second is the Name (string), and the third is the ParentID (pointing to the node of the parent). The top node in the tree has a parentID of 0. Any i...more >>



print content of RichTextBox
Posted by Dean at 3/18/2004 6:11:05 AM
Printing content of RichTextBox (as described here http://support.microsoft.com/default.aspx?scid=kb;en-us;812425 results in white background of the printed text. Is there any to print the text on arbitrary background color Any suggestion would be more than appreciated Thanx All!...more >>


DevelopmentNow Blog