RE: [DUG]: SendKeys Problems

1999-07-28 Thread Edward Huang
At 07:54 26/07/99 +1200, you wrote: Ok, well, With a bit of digging around, I found a solution which worked, BUT now when the dialog box appears, (from doing CTRL+S (save)) I cant seem to be able to send keys to the dialog box to enter a filename. The Filename Textbox has the focus by defualt but

RE: [DUG]: SendKeys Problems

1999-07-28 Thread Rohit Gupta
The call to use is keybd_event. On the other issue, remeber that the dialog has control, standard code in other forms wont run. Furthermore, if you are using a menu to initiate it, then I have across it, I cant remember the details, but it was a windows design feature. Try tracing the code

RE: [DUG]: SendKeys Problems

1999-07-25 Thread Jeremy Coulter
Ok, well, With a bit of digging around, I found a solution which worked, BUT now when the dialog box appears, (from doing CTRL+S (save)) I cant seem to be able to send keys to the dialog box to enter a filename. The Filename Textbox has the focus by defualt but nothing happens. Anyone had tis