Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要创建一个 Winform,其中包含一个按钮来打开 Facebook 相册并能够查看里面的照片。有谁知道我在哪里可以找到 Facebook 照片标记的编码教程或示例代码?我已经在谷歌上搜索了几天,仍然找不到任何分步教程。任何知道的请帮助。
对于您的接受率:只需将 webbrowser 控件拖到您的 winform 中,然后将此代码输入到 Form_Load 事件中
WebBrowser1.Navigate (url_with_facebook_pics)