I have a filebox object loaded into an IHTMLInputFileElement called FileEl1.
The problem I have now is that I want the program to enter text into this filebox... When I try FileEl1.Value = MyValue nothing happens
Another thing I've tried is first FileEl1.Select and then I use Sendkeys() to enter text, this is however unrealiable, and on win2k I can't get it to work at all, it doesn't give an error msg it just doesn't work.
The last resort that actually worked on all is just Sendkeys() right away and TAB yourself to the right box... this is however VERY unrealiable...
any ideas?
thx