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


all groups > dotnet general > december 2005 > threads for monday december 26

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

Downloading a text file from a Web Server
Posted by Rob at 12/26/2005 10:10:19 PM
I would like to download a text file on a web server, and use the contents of the file as data input. The file can theoretically be accessed from internet explorer using the address http://home.att.net/~rs_abq/GetText.txt Also, I have not as yet accessed the file using FTP protocol and feel t...more >>

How to strech the background image in a MDI Parent form?
Posted by Georges Bessis at 12/26/2005 8:56:21 PM
The image I set as background are left at original size. In a picturebox, I can decide to strech the image. Can I do that to fill my background ? Regards GB ...more >>

Binding a Collection as a component
Posted by Ruben at 12/26/2005 3:51:02 PM
I have a collection (PersonCollection inherits collectionbase and implements ITypedList it's a collection of Person objects) this collection also implements the IComponent interface, so I can drag the collection from the toolbar to the form editor. Now the problem is when I add a new property ...more >>

associating subdomains to .net sockets
Posted by radiax at 12/26/2005 8:24:24 AM
Is there a way to associate or bind a subdomain to a tcp sockets under .net framework (vb.net / c#). I know ip address can be used when using sockets, but the problem is the ip address is shared among subdomains (limited ips supply). Iam looking for possible way to use subdomain.domain.com instea...more >>

What is the fastest way to count lines in a text file?
Posted by mesterak at 12/26/2005 1:06:01 AM
I want to very quickly count the number of lines in text files without having to read each line and increment a counter. I am working in VB.NET and C#. Does anyone have a very fast example on how to do this? Thanks, Matt...more >>

Change parameters in Deployment project ?
Posted by Georges Bessis at 12/26/2005 1:00:10 AM
Hi, In an existing Deployment project, I want to modify the Product Name, Manufacturer Name, and the DefaultLocation of the Application Directory. I cant see where this can be done. Could you help? Thanks in advance. GB ...more >>

Need to know the best method to perform sort merge of log file con
Posted by mesterak at 12/26/2005 12:39:02 AM
I'm trying to write a text log file processor but am having significant performance issues. * On average, there are about 100-200 files to process each file being about 1MB in size. * Typically there are ~600k to 1m lines to process total. Every line in each log file typically contains a ...more >>

UNIX formatted file content handling
Posted by mesterak at 12/26/2005 12:12:03 AM
I have some log files I need to process via VB.NET and C# based applications. I read the entire contents of each file individually into a string variable using the StreamReader class (.ReadToEnd). I want to split the lines up from each file and add the lines to an an ArrayList (via AddRange)...more >>




DevelopmentNow Blog