Fun with OpenUrl
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I decided a fun project to work on would be a VB app that would log on to my Yahoo! mail account, copy the messages into files on my machine, and then delete the messages online. As easy as it is to use OpenUrl, the project is still proving to be a bit outside the scope of my current abilities. My problem is that when I use OpenUrl on a url that I am currently forcing the user to copy and paste, the cookies required aren't being accessed through my program and I am unsure how to do that. Any suggestions? Thanks, Andrew