Publisher Control
Windows - Visual C++
Description
The Publisher control sends an
internal news story to the NewsEdge server for storage and
broadcasting to users.
File Name
OCXPUB.OCX
Remarks
You can program the Publisher
control to either display the Publisher dialog (using the ShowPublisher
method) and let the user enter story information or you can program
this control to eliminate the need for user interaction. To publish a
story without the need for user interaction, you need to first set
the NewsServerIP and HeadlineText properties and optionally any of
the other properties, then call the SendStory method.
Note:
The NewsEdge server must be configured to accept stories from
your server.
Back to: NewsObjects