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 monday march 29

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

Is there an easy way to parse a path to get to just the filename and extention?
Posted by GreenHornShabaz at 3/29/2004 10:11:05 PM
i can do this using split as well as other ways, but i would think that there is an easier way to get to just the filename.ext from a rather long path. it's been a while since i pounded code but i remember at one point, there being functions for such a purpose. i looked through the .net stuff and ha...more >>


How do I mask the input of a Text Box in VB.NET
Posted by Bob at 3/29/2004 5:34:35 PM
I am using a standard VB.NET Textbox to allow the user to enter a SSN in a windows form which I submit to SQL Server. I would like to mask the input so the format is of 999-99-9999 to limit bad data entry. Is there a way to do this? ... ...more >>

~~ Creating Dynamic Controls in Windows Forms
Posted by c#wonder at 3/29/2004 4:51:29 PM
Hello, I'm buildig an application that wil allow users to create their own forms. In the form builder the aim is to allow them to pick from 3 ro 4 predefined types of windows controls ( i.e. text box, list box e.t.c. ) I believe the easist way would be to create 4 custom controls tha...more >>

OnClosing is not called when I press my window 'X'
Posted by ebascon NO[at]SPAM hotmail.com at 3/29/2004 4:33:19 PM
Hi everybody: I have a dialog class inherited from Form. It has several list views that are populated by several threads. My problem is that my overridden OnClosing(CancelEventArgs e) method is not called while the threads are populating my window. I also have one "Cancel" button. My butt...more >>

exception after using HttpWebRequest
Posted by z. f. at 3/29/2004 3:59:32 PM
my system runs Windows2000 server with sp4, dot-net framework version = 1.1 (1.1.4322), Visual Studio 2003 (7.1.3088), making a windows application in C# that uses HttpWebRequest and brings = data, after about a minuete from the end of the response, while the = window stays open, i get exception...more >>

Filtering items in a listview
Posted by Timothy Parez at 3/29/2004 12:57:09 PM
Hi, I have a listview in "detail" mode with several columns. But because the number of items displayed is rather high, I would like to provide a filter For example allowing the user to filter on the text of the second column If he would then type 'AC in a textbox the listview would show o...more >>

Combobox quirks in Mozilla
Posted by Davindra at 3/29/2004 11:43:28 AM
Hello, sorry if this is posted in the wrong area, but any help and/or direction would be appreciated. I have a combobox on a form that is bound to collection. The collection however starts off empty, and as the user manipulates data, values are added and removed from the collection. The com...more >>

Deploying XML
Posted by JezB at 3/29/2004 10:10:56 AM
I've added an XML file to my project, with data in it, but when I BUILD the project the xml file seems to be compiled into the executable or one of the DLLs. I want the XML file itself placed into the assembly so that when deployed it can be edited by the end-users - a kind of application config...more >>



DataGrids - column width
Posted by Mark at 3/29/2004 5:51:08 AM
I am populating datagrid dynamically. How can I adjust column widths?...more >>

Store Global variables in a hashtable
Posted by sunil NO[at]SPAM volcanomail.com at 3/29/2004 4:19:39 AM
Dear All, I am designing a WinForm Application and would like to keep track of all the Global variables declared in my application. The logic for this that I have in mind is to create a class that has a hashtable and all application programs store their variables in a hashtable by calling my ...more >>

Problem with winforms
Posted by Paul K at 3/29/2004 3:41:06 AM
I am having a problem with winforms in C#. When I run the release build of an app that I have finished, the app takes an excessive amount of time loading and switching between forms (mdi). I know there are several routes I can take to deal with the loading time, but I am really confused about the ...more >>


DevelopmentNow Blog