e =>
WS_EX_CONTROLPARENT, -exstyle => WS_EX_CONTENTPARENT,
to -expushstyle => WS_EX_CONTROLPARENT, but I have had no
success.
Thanks in advance for any help you can offer.
Brad Smith
will discover that the Delete key will delete only
the selected text. For some reason, it does not operate as te inverse of
Backspace.
Brad Smith
("Navigate", "http://www.adobe,com";);
#$OLEControl = $Control->GetOLE();
#$OLEControl->Navigate("http://www.adobe,com";);
}
sub EditCopy_Click {
$Control->CallMethod(ExecWB,12,2);
}
sub EditPaste_Click {
$Control->CallMethod(ExecWB,13,2);
}
sub EditCut_Click {
$Control->CallMethod(ExecWB,11,2);
}
sub EditSelectAll_Click {
$Control->CallMethod(ExecWB,17,2);
}
sub EditDelete_Click {
$Control->CallMethod(ExecWB,33,2);
}
sub mainWindow_Terminate {
return (-1);
}
###
As I mentioned earlier, I have not been able to get the TAB key to work.
This is a vital key, especially when working with a web form, where you
want the end-user to Tab through sequential form fields. I hope that
this bit of brain-candy helps the list. But, further, I hope that someone
can tell me/us how to enable the Tab key to tab through form fields.
Please help! It's the last piece in my puzzle! :)
Brad Smith
win32-gui docs, I found that the dialogui controls tabs, etc. But, having
tried applying it to both the AxWindow($Control) and the main Window
($mainWindow), I am still without these keys.
Can someone recommend how to overcome this? Thanks.
Brad Smith
ryone for offering advice on
threading. The information has been put me on the rigt path.
Brad Smith
processing, and
cgi. Two years ago, I discovered the power of OLE. Now, I am
revisiting GUI, and contemplating threads. Next, I might begin
considering myself to be a programmer! :)
Brad Smith
refreshing when the
Window loses focus. The rest of the web page refreshes properly.
Does anyone have a suggestion as to how to keep the NetMeeting OLE
refreshed?
Brad Smith
shutdown based on inactivity.
Thanks in advance for your help.
Sincerely,
Brad Smith
I can't seem to find the tarball that contains the sample files. Can
anyone send me the URL where I can download the samples?
Thanks in advance.
Brad Smith
9 matches
Mail list logo