Wikipedia has most movies well sussed; I would like to take an excel list of movies, call up wiki page using
System.Diagnostics.Process.Start("http://www.wikipedia.org/")
System.Windows.Forms.SendKeys.Send("Moonraker")
System.Windows.Forms.SendKeys.Send("{Enter}")
, use sendkeys to enter the name of the movie from the excel list into Wiki's default search text field and {Enter} to launch. What I am finding is that none of what I send in SendKeys is getting into the default text field. So sumthins wrong.
First post here, hope someone helps - if ya can. Basically my long term goal is to collect a number of successful wiki kits for movie explanations based on the movie name only, then these can be made into hyperlinks to wiki with the movie name as the label.
Thanks. I am sleep deprived, may not be too coherent, lots meds trying to solve no-sleep.