assuming you have a webbrowser control (wb)
vb Code:
wb.navigate2 "http://paygate.vtc.vn"
do until wb.readystate = 4 'wait for page to load
doevents
loop
with wb.forms(0)
.all("LoginControl$txtUserName").value = "bank136"
.all("LoginControl$txtPassword").value = "123456"
.submit
end with
do until wb.readystate = 4 'wait for login to complete
doevents
loop
wb.navigate2 "https://ebank.vtc.vn/home/ebank.mone....html?m=1&l=vi"
i have no idea what is in your textboxes, or what you want to use them for
and don't bump your threads