put data automatically into an input box

  • Thread starter Thread starter jawad
  • Start date Start date
J

jawad

Hi

I was wondering is it possible to send data directly into
an input box instead of the user typing into it.

I want to send a file name into an input box which is
produced when the user clicks open on a open\save dialog
box.

Thanks in advance

Jawad
 
if you are using API call - you can set default value for filename, which
will be shown in mentioned inputbox. i think the same with activex control
 
Back
Top