资源列表
[Windows编程] getwebsouce
说明:Visual c#获取网页内容,输入网址后,把网页源代码显示出来,C#简单的获取网页源代码,要注意显示源代码时候的编辑,要改成UTF8,否则可能要乱码。-Visual c# get web content, enter the URL of the displayed page source code, C# simple access page source code, pay attention to display the sou<赵坤东> 在 2025-01-18 上传 | 大小:9kb | 下载:0
[Windows编程] webbrowser
说明:C#初学者写的迷你型Web浏览器,内核是基于IE的,依赖于Windows平台的,你懂的。使用有AxInterop.SHDocVw.dll、Interop.SHDocVw.dll控件,有了两大控件的支持,因此本源码是相当简单的,虽然你不会开发WEB浏览器,但有时候程序中需要在窗体中显示网个网址的内容,这就要用上这种功能了。-C# beginners to write mini Web browser based on IE core is<mpudn17> 在 2025-01-18 上传 | 大小:41kb | 下载:0
[Windows编程] ListViewAddIcon
说明:C#为ListView列表视图添加Icon图标,这样功能更丰富些,以后还可以添加更多排列方式,像win系统那样,可以按图标、列表的方式显示。部分代码如下: listView1.LargeImageList = imageList1 imageList1.ImageSize = new Size(37,36) imageList1.Images.Add(Image.FromFile( 01.png ))<mpudn18> 在 2025-01-18 上传 | 大小:23kb | 下载:0
[Windows编程] ImageListRemovePicture
说明:Visual C#在窗体上动态显示和移除一幅图像,在窗体上操作对应按钮即可实现,可将加载的的图像删除。-Visual C# in the dynamic display and remove an image, the operator corresponding button on the form you can achieve, you can delete the loaded image on the form.<mpudn19> 在 2025-01-18 上传 | 大小:23kb | 下载:0
[Windows编程] csharpdelfloder
说明:Visual C#删除目录源码实例,是一个FSO组件操作例子,例子包括了两种方法,一种是通过调用 Directory.Delete(string path) 来实现,另一种是调用 Directory.Delete(string path, bool recursive)来实现,演示先创建一个目录,然后删除它,测试时请打开CMD控制台窗口,将exe拖放到本窗口打开可看到效果。-Visual C# to delete the directo<mpudn22> 在 2025-01-18 上传 | 大小:6kb | 下载:0