Skip to main content

AccessTr.neT


Webden Forma Browser İle Resim Gösterip Alma

Webden Forma Browser İle Resim Gösterip Alma

#6
Hocam 
aynen aynı dizide resimlerim diye klasör açtım. 
ama bu sefer bunu verdi hocam

Private Function DecodeBase64(ByVal strData As String) As Byte()
 
    Dim objXML As MSXML2.DOMDocument
    Dim objNode As MSXML2.IXMLDOMElement
    
    ' help from MSXML
    Set objXML = New MSXML2.DOMDocument
    Set objNode = objXML.createElement("b64")
    objNode.DataType = "bin.base64"
    objNode.Text = strData
    DecodeBase64 = objNode.nodeTypedValue
    
    ' thanks, bye
    Set objNode = Nothing
    Set objXML = Nothing
 
End Function
ielmacilar, 09-05-2010 tarihinden beri AccessTr.neT üyesidir.
Cevapla

Bir hesap oluşturun veya yorum yapmak için giriş yapın

Yorum yapmak için üye olmanız gerekiyor

ya da

Bu Konudaki Yorumlar
Cvp: Webden Forma Browser İle Resim Gösterip Alma - Yazar: ielmacilar - 28/07/2018, 15:01
Task