I'm trying to migrate my code to VBA and I don't know much VBA (yet, I imagine I'll learn alot doing this.).
So, for example I have:
Begin Dialog newdlg 71, 28, 172, 103, "Autoreset"
TextBox 65, 15, 40, 13, .userid
TextBox NoEcho 115, 15, 50, 13, .userpasswd
TextBox 65, 50, 40, 13...