Important: The information in this document is obsolete and should not be used for new development.
ShowConnectDialog
Displays the Connect To dialog box.
void ShowConnectDialog ();DISCUSSION
This method displays the Connect To dialog box and opens the Cyberdog item specified by the user. This method differs fromPromptForCyberItem
in that this method initiates opening the Cyberdog item specified by the user, whereasPromptForCyberItem
simply returns the Cyberdog item.Do not subclass this class.
SEE ALSO
ThePromptForCyberItem
method (page 371).