VB.net API new login procedure

Try this:


		Send("/login")
		Send("=name=" + user)
		Send("=password=" + pass, True)

(Alternatively, use the tik4net package: http://forum.mikrotik.com/t/c-api-tik4net-on-github/90879/1)