473,385 Members | 1,553 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

console writeline

Hi, im using
if
(p.skipToEndOfNoCase("document.getElementById('han d0Evaluation').innerHTML
= '") &&
p.extractTo("'", ref strQuote))
Console.WriteLine("Dealer = {0}", strQuote);
to parse details into strQuote, this works fine and writes to command
screen perfect. What Id like to do is write strQuote into a textbox.
Ive tried textbox1.text = strQuote, textbox1.text = strQuote.tostring
and this textbox1.text = strQuote.
Regards Robert

May 17 '06 #1
3 1214
this.textbox1.Text = string.Format("Dealer = {0}", strQuote);

--
William Stacey [MVP]

<Ro********@yahoo.co.uk> wrote in message
news:11**********************@g10g2000cwb.googlegr oups.com...
| Hi, im using
| if
| (p.skipToEndOfNoCase("document.getElementById('han d0Evaluation').innerHTML
| = '") &&
| p.extractTo("'", ref strQuote))
| Console.WriteLine("Dealer = {0}", strQuote);
| to parse details into strQuote, this works fine and writes to command
| screen perfect. What Id like to do is write strQuote into a textbox.
| Ive tried textbox1.text = strQuote, textbox1.text = strQuote.tostring
| and this textbox1.text = strQuote.
| Regards Robert
|
May 17 '06 #2
textbox1.Text property (T is capital later)
Hi, im using
if
(p.skipToEndOfNoCase("document.getElementById('han d0Evaluation').innerHTML
= '") &&
p.extractTo("'", ref strQuote))
Console.WriteLine("Dealer = {0}", strQuote);
to parse details into strQuote, this works fine and writes to command
screen perfect. What Id like to do is write strQuote into a textbox.
Ive tried textbox1.text = strQuote, textbox1.text = strQuote.tostring
and this textbox1.text = strQuote.
Regards Robert


--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche

May 17 '06 #3
Thankyou for your replys. Im always amazed and gratefull at how quick
the replys come. This worked perfect.
Regards Robert

May 17 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Oz | last post by:
This is long. Bear with me, as I will really go through all the convoluted stuff that shows there is a problem with streams (at least when used to redirect stdout). The basic idea is that my...
7
by: shawnk | last post by:
Hello Everyone How do you format format numbers right-justified using Console.WriteLine(), i.e I need to line up numbers in vertical columns and the MSDN documentation is pretty poor Here is the...
5
by: portroe | last post by:
Hi I am using console.Writeline in my simple program. I do not however see anything happening in the output window when I debug, there are also no error messages, Has anybody a tip on what...
1
by: Oz | last post by:
This is long. Bear with me, as I will really go through all the convoluted stuff that shows there is a problem with streams (at least when used to redirect stdout). The basic idea is that my...
1
by: John Wright | last post by:
I am running a console application that connects to an Access database (8 million rows) and converts it to a text file and then cleans and compacts the database. When it runs I get the following...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.