delphi - Geting an instance of Windows Control (dialog window) by its handle -
i called dialog window in delphi. i'm trying refference it, bu encountering problem. controls not vcl can't use findwindow(handle): twincontrol
is there method returns proper window control?
is there chace able gather dialog window info like:
*number of controls on dialog window *names, text, classnames of controls on dialog window
if there isn't vcl control representing dialog box, cannot manufacture 1 out of nothing. vcl controls create , assume responsibility corresponding windows controls, if windows controls exist, there no way "wrap" them new vcl objects.
you'll have operate on window handles directly instead. can use them gather whatever information want.
Comments
Post a Comment