Visual Basic Reference

Operation not valid in an ActiveX DLL (Error 369)

See Also

Some operations are not valid in an ActiveX DLL or ActiveX Control project. This error has the following causes:

  • You set the LinkMode property of a form or control.

  • You set or accessed the App.TaskVisible property.

  • You set or accessed the App.OleRequestPendingTimeout property.

  • You set or accessed the App.OleServerBusyRaiseError property.

  • You set or accessed the App.OleServerBusyTimeout property.

  • You set or accessed the App.OleServerBusyMsgTitle property.

  • You set or accessed the App.OleServerBusyMsgText property.

  • You set or accessed the App.OleRequestPendingMsgTitle property.

  • You set or accessed the App.OleRequestPendingMsgText property.

For additional information, select the item in question and press F1.