13.01.2013 Views

Connecting to PaymentTrust's Secure Transaction Network - WorldPay

Connecting to PaymentTrust's Secure Transaction Network - WorldPay

Connecting to PaymentTrust's Secure Transaction Network - WorldPay

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Whereas the OpenUrl method returns immediately, the Internet Transfer Control will fire a<br />

StateChanged event on incoming data as follows:<br />

Private Sub Inet1_StateChanged(ByVal State As Integer)<br />

If State = icResponseCompleted Then<br />

Inbox.Text = Inet1.GetChunk(1000, icString) + vbCrLf ‘ incoming data assigned <strong>to</strong> a<br />

text box<br />

End If<br />

End Sub<br />

269

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!