VB

5篇文章
  昨天在VB6环境下因为要用到一个MSINET.OCX控件,结果把这个控件添加上去后,却弹出了“该部件的许可证信息没有找到。在设计环境中,没有合适的许可证使用该功能”的错误信息,如图:   控件没有…
Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" …
直接用Inet控件 Microsoft Internet Transfer Control 这就更容易了 Private Sub Form_Load() text1.text = Inet1.Open…
Private Declare Function MultiByteToWideChar Lib "kernel32"(ByVal CodePage As Long, ByVal …
用VB打开网页有多种方法: 1)使用API函数。 Option Explicit     Private Declare Function ShellExecute Li…

关注我们的公众号

微信公众号