syedaleem
03-16-2001, 02:46 AM
how to pass user name and password to a ISP after dialing
the number using visual basic
the number using visual basic
how to pass user name and password to a ISP aftersyedaleem 03-16-2001, 02:46 AM how to pass user name and password to a ISP after dialing the number using visual basic pponchot 03-16-2001, 01:29 PM Use sendkeys. for instance: username = text1.text password = text2.text 'do the dialing thing sendkeys username sendkeys (read the vb help but you can send a tab that moves the focus to the next box) sendkeys password I think that this will work as sendkeys kinda acts like a script. Phillip |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum