Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
(bnguyen) wrote:
I'm having this problem where the focus is on my ListView control but as soon as the pdf is loaded in code my ListView loses focus to the PDF Browser Controls. I've tried to look for something like an onLoadCompleted event in AxAcroPDF but without luck in order to set the focus back to my ListView. Has anyone experienced this problem? Please help!!
axAcroPDF1.LoadFile(C:\\test.pdf);
// if i set the focus like this in code it only works in debugging mode
listView1.Focus();
listView1.Items[index].Focused = true;
listView1.Select();
Thank you,
Bernard
Bernard,
I have this same issue - have you been able to find a solution? Or can anyone recommend a solution? I would appreciate some help, thanks!
Copy link to clipboard
Copied
ekb0211 wrote:
(bnguyen) wrote:
I'm having this problem where the focus is on my ListView control but as soon as the pdf is loaded in code my ListView loses focus to the PDF Browser Controls. I've tried to look for something like an onLoadCompleted event in AxAcroPDF but without luck in order to set the focus back to my ListView. Has anyone experienced this problem? Please help!!
axAcroPDF1.LoadFile(C:\\test.pdf);
// if i set the focus like this in code it only works in debugging mode
listView1.Focus();
listView1.Items[index].Focused = true;
listView1.Select();
Thank you,
BernardBernard,
I have this same issue - have you been able to find a solution? Or can anyone recommend a solution? I would appreciate some help, thanks!
I also have this issue. Anyone managed to figure this out yet?
Thanks, Nate
Copy link to clipboard
Copied
Right now the only way I get it to work is by setting the Activate and Focus of the non-Acrobat controls with a timer event; but this isn't reliable depending on changes in performance.
Let me know if you figure this problem out.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied