相关疑难解决方法(0)

asp.net 3.5中的System.Windows.Forms

我正在尝试实现这里描述的网站屏幕截图类http://www.plentyofcode.com/2007/09/website-screenshot-capture-with-aspnet.html

该类导入以下方法

Imports System
Imports System.Drawing
Imports System.Drawing.Imaging
Imports System.Windows.Forms
Imports System.Diagnostics

Namespace GetSiteThumbnail

   Public Class GetImage [...]
Run Code Online (Sandbox Code Playgroud)

对System.Windows.Forms的引用显然在asp.net 2.0中有效,但已从3/3.5中删除是否有相当于3.5或有没有人知道在3.5中复制此网站屏幕截图设置的方法?

vb.net asp.net winforms

1
推荐指数
1
解决办法
6002
查看次数

标签 统计

asp.net ×1

vb.net ×1

winforms ×1