How do I put the next lines in a OLE-instruction in FW ?
- Code: Select all Expand view
Application.WindowState = wdWindowStateNormal
Application.Move Left:=0, Top:=43
Application.Resize Width:=768, Height:=553
Thank you.
Michel
Application.WindowState = wdWindowStateNormal
Application.Move Left:=0, Top:=43
Application.Resize Width:=768, Height:=553
oWord:=TOleAuto():New( "Word.Application" )
oWord:Documents:Open( "C:\AUTOEXEC.BAT" )
oWord:Top := 0
oWord:Left := 43
oWord:Width :=768
oWord:Height :=553
oWord:Visible := .t.
oWord:Visible := .t.
oWord:Visible := .t.
oWord:WindowState := 1
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 45 guests