.NET开发
JacksonH
less than you know
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C#与C++之间类型的对应
Windows Data Type.NET Data TypeBOOL, BOOLEANBoolean or Int32BSTRStringBYTEByteCHARCharDOUBLEDoubleDWORDInt32 or UInt32FLOATSingleHANDLE (and all other handle types, such as HFONT and HMENU)IntPtr, Uin原创 2005-07-27 17:53:00 · 2323 阅读 · 0 评论 -
使用.NET发送邮件
System.Web.Mail.MailAttachment attach = new MailAttachment("C://cmd.txt",MailEncoding.Base64); MailMessage Message = new MailMessage(); Message.Priority = MailPriority.High; Message.To =原创 2005-03-28 14:31:00 · 1800 阅读 · 0 评论
分享