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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|