我只是想做的就是在消息框中显示AutoCompleteSource.HistoryList
。以下所有代码都显示单词HistoryList。如何让它实际显示HistoryLIst的URL,换句话说,我希望HistoryList的内容出现在MessageBox中。
string s = AutoCompleteSource.HistoryList;
MessageBox.Show(s, "History", MessageBoxButtons.OK, MessageBoxIcon.Information);