Click here to Skip to main content
15,886,037 members
Please Sign up or sign in to vote.
1.67/5 (3 votes)
See more:
Hello i need help with coding a few lines of code. I basically need my computer to read out load highlighted text from a website,text file ,etc. I am new to programming so please explain simply.Thank you

Im working on the code in Visual Basic (C#) PLEASE HELP

Some of the code that im using in the project-----

case "paste document":
case "paste documents":
case "paste files":
SendKeys.Send("^(v)");
JARVIS.Speak("Objects Pasted");
break;
Posted
Comments
BillWoodruff 19-Dec-13 17:36pm    
What is the problem(s) you have now ? What works, and what doesn't work ?
ProjectShift 19-Dec-13 18:58pm    
well im trying to write a program that will work like JARVIS from the movie IronMan.so basically im making a program that uses voice commands to control the pc.I pretty much hit a brick wall with this next idea .This idea will read text to you. so like a text to speech application.
The problem is that i have no idea how to write a code that will read HIGHLIGHTED text off of text documents and websites.
Please note that i just started to program so im kinda new to it.
[no name] 19-Dec-13 17:52pm    
This is not a puzzle corner ... I thought .... at least up til now
ProjectShift 19-Dec-13 18:59pm    
well im trying to write a program that will work like JARVIS from the movie IronMan.so basically im making a program that uses voice commands to control the pc.I pretty much hit a brick wall with this next idea .This idea will read text to you. so like a text to speech application.
The problem is that i have no idea how to write a code that will read HIGHLIGHTED text off of text documents and websites.
Please note that i just started to program so im kinda new to it.
[no name] 19-Dec-13 19:27pm    
In other words, you are able to handle Microsoft Speech API but you are not able to determine highlighted texts. Very interesting constellation....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900