如何用VB脚本获取客户端的图片的二进制数据?

解决方案 »

  1.   

    http://dotnet.aspx.cc/article/58ea3515-36f2-4fd9-ac89-eaf49f59816c/read.aspx
      

  2.   

    如果能把 Clipboard.GetData("Text") 里面的"Text" 变为图片格式就可以,但我不知道如何变
      

  3.   

    不行的ParameterssDataFormat Required. String that specifies one of the following data format values: Text Retrieves data formatted as text. 
    URL Retrieves data formatted as a URL.
      

  4.   

    只有两种格式 text和url
      

  5.   

    If Clipboard.GetFormat(vbCFBitmap) Then 
        MyPic= Clipboard.GetData( )
    End if
    这样行不行,在VBscript中
      

  6.   

    脚本实现不了.只能用activex 控件实现.
      

  7.   

    那ActiveX用什么语言写好,用VB.NET2005做出来的发布时会不会要.NET 2.0库
      

  8.   

    要的.actvix最好用vc写当然vb也可以,也要调用windows 的api