ShowFeeds Method (Utility Control)
Windows - Visual C++
Description
The ShowFeeds method displays a
dialog box containing news feeds for selection.
Syntax
long result = ShowFeeds();
The ShowFeeds syntax has these parts:
Part |
Description |
Result |
Return value. A long integer containing 0 if the user clicked the OK button and -1 if the user clicked the Cancel button. |
Remarks
After ShowFeeds is called, the
chosen feed names are accessed through the GetSelectedFeed
method, and the number of chosen feeds is stored in the GetSelectedFeedCount property.
Note that these properties are only valid if the return value from
ShowFeeds is 0.
See Also: GetSelectedFeed GetSelectedFeedCount
Back to: Utility Methods