/ Forums / Advansys Formativ / Creating Solutions with Formativ / Object API and ActiveX – Create a message / Reply To: Object API and ActiveX – Create a message

#7988
ctaleck
Participant

    I’m sorry, I guess I should have put this under the forum called “Free Solutions from GroupWise Cool Solutions or Advansys” as it is the exact code you supplied for the “TUT333 – Object API ActiveX – Message Store.

    Specifically, when this code is executed:

    Sub btnSpellCheckClick(Sender)
      call GroupWise.InvokeSpellerForWindow(NewMsgDlg.mBody.Handle, false)
    End Sub