10-22-2013, 12:02 AM
for some reason it doesn't work for web controls...i.e.
if web ActiveX control is set to id(1001)
if wParam = id(1001 hDlg);
FieldSelected = 1001
doesn't seem to register clicking on the web page. I think it's because the Mouse Info spy isn't showing it as 1001 but as 0 with class of "internet_explorer_server"
How can I focus the CID selected to be the browser window so the browser gets the return from IDOK rather than something else in the dialog?
Sorry, I thought I figured this one out myself :oops:
Thanks again,
S
if web ActiveX control is set to id(1001)
if wParam = id(1001 hDlg);
FieldSelected = 1001
doesn't seem to register clicking on the web page. I think it's because the Mouse Info spy isn't showing it as 1001 but as 0 with class of "internet_explorer_server"
How can I focus the CID selected to be the browser window so the browser gets the return from IDOK rather than something else in the dialog?
Sorry, I thought I figured this one out myself :oops:
Thanks again,
S
