vb.net中的多文件attacment按钮代码 [英] multi file attacment button code in vb.net

查看:116
本文介绍了vb.net中的多文件attacment按钮代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在创建一个像电子邮件smtp服务器这样的Web应用程序。所以在这里我需要发送多个文件到其他邮件,所以请在vb.net中告诉我多浏览按钮逻辑的代码

解决方案

假设您正在使用OpenFileDialog只需将multiselect选项设置为true。

 myOpenFileDialog.Multiselect =  True  



更多这里。 [ ^ ]


i am creating a web application like email smtp server. so here i need to send multiple file to some other mail's, so please tel me the code of multi browse button logic in vb.net

解决方案

Assuming you are using OpenFileDialog just set the multiselect option to true.

myOpenFileDialog.Multiselect = True 


More here.[^]


这篇关于vb.net中的多文件attacment按钮代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆