Is it possible to select input file[file] Webbrowser VB.NET?

Asked

Viewed 158 times

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.

Este será campo de upload, tenho que colocar uma imagem nele.

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.

  • @bigown updated topic with more information.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.