question how to get the outlook advanced find dialog and QueryRestriction restriction

  • Thread starter Thread starter roger
  • Start date Start date
R

roger

hello mvp:
i want to hook the outlook advanced find dialog window(hwnd) and the
QueryRestriction restriction when user used the find dialog and has
specified the restriction.and add my custom button on the advanced find
dialog
 
That's completely unsupported and not documented at all. You'd have to find
the hWnd using Spy++ or another tool and work out adding the button and
handling messages to that window on your own.
 
thanks Ken:
you mean mircosoft is not supported and no documented about how
to get the advanced find
dialog window (hwnd) and retrive the used specidied queryRestriction
restriction.
 
I mean there is no information about any of what you want to do and there's
no published way to get at the restriction that is implemented in the query
dialog. I've never seen anything published about it by MS or anyone else.
 
Back
Top