Message Boards Message Boards

Connecting wolfram alpha to visual studio in c#

I have been trying to connect a program im writing in c# wolfram alpha I don't know where to start. I tried using this
System.Diagnostics.Process.Start("http://api.wolframalpha.com/v2/query?input=speech&appid= my appid"); (speech) is a variable, but when I run the program it queries the word speech instead of what is in the variable speech.
if the variable speech equals dog it will still query speech. I need another way to construct the string so the variable is at the end like this. System.Diagnostics.Process.Start("http://api.wolframalpha.com/v2/query?&appid= my appid"input=speech); Or something like that. If I put the variable speech in the middle of the string like this ("http://api.wolframalpha.com/v2/query?input=speech&appid= my appid"); then the program treats it like it was the word being queried.<image> query</image>

POSTED BY: douglas debnar
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract