0
I am making an application where it will be necessary to select an image. so it will be automatic, and then it will publish.
it is possible somehow to select this image, or even to upload, apply in value....
using the webbrowser.
This will be upload field, I have to put an image in it.
@EDIT@
Program I’m doing it makes posting on my facebook page facebook photos, IE, he clicks photos, and will have to put the photo.
so, load and it clicks to publish automatically.
I’ve found an option so far.
SendKeys.SendWait("" & imgDir & "")
SendKeys.Send("{Tab}")
SendKeys.Send("{Tab}")
SendKeys.Send("{Enter}")
Give more details, put what you did. You can’t know what you want and what your problem is with just this.
– Maniero
@bigown updated topic with more information.
– Leonardo Joksan