0
我試圖讓用戶在我的WinForms應用程序中使用GUI構建一個URL。我遇到了Urlbuilder.Buildurl。它似乎提供了我所需要的。無法在我的應用程序中調用urlbuilder.Buildurl
http://msdn.microsoft.com/en-us/library/ms154075%28v=vs.80%29.aspx
// Launch the Url Builder using the specified control
// parent, initial URL, empty relative base URL path,
// window caption, filter string and URLBuilderOptions value.
不幸的是提供的樣品甚至不進行編譯。
this.Component is unknown member。
有沒有人使用過,如果有的話,任何建議我失蹤?
我應該創建自己的對話框並使用System.UriBuilder(...)嗎?
- 編輯 - 這個是在窗體類。根據文檔,我有做有System.Design引用。
this.Component不是Form類的成員。
- 編輯 -
這個小瑕疵是Visual Studio在您選擇一個URL時使用的內部編輯器,例如您的項目中的超鏈接URL或圖像URL。不是我想要的。有時間構建該對話框。