I use this code to position Word on my screen:
- Code: Select all Expand view RUN
- oWord:Top := US->UWORDTOP
oWord:Left := US->UWORDLEF
oWord:Width := US->UWORDWID
oWord:Height := US->UWORDHEI
- Code: Select all Expand view RUN
- oWord:Visible := .T.
But why isn't it working for Outlook? How can I postion my Outlook on my screen in FWH?
Thanks a lot in advance.