I did try the append approach, using a little regex routine to sift through the page code to find the URL. I used the regex to get the index of the string pattern I set, and then counted up 22 characters from there. This returned most of what I needed, but the encoding of the regex results didn't include the double quotes I needed to pass the result over to my WMP as a target URL, so I had to figure out how to add them later. David Smith Systems Administrator Doan Family of Dealerships (585) 352-6600 ext.1730 [EMAIL PROTECTED]
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Bourke Sent: Tuesday, June 24, 2008 11:44 AM To: [EMAIL PROTECTED] Subject: Re: [NF] C# tip of the day On Tue, 24 Jun 2008 10:44:48 -0400, "MB Software Solutions General Account" <[EMAIL PROTECTED]> said: > Can you use some other character for delimiting strings than double > quotes, for example like in Fox where you can use [ and ] brackets? You could use a StringBuilder object I suppose, and use the Append(?) method. -- Alan Bourke [EMAIL PROTECTED] [excessive quoting removed by server] _______________________________________________ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.