desktop program trying to connect to internet

robbage

New member
Joined
Apr 27, 2013
Messages
1
Location
Australia
Programming Experience
1-3
I recently downloaded VB2010 and noticed the program I was working on trying to connect to the internet. I decided to start a new program to see what was going on.

I started from scratch to create a new desktop program, used the default form, added a label, a treeview and a listview (no other objects or code). When I started the program from the IDE it tried to connect to the internet (Specifically "Akamai")
Any ideas what's going on here? Is it something I can prevent with a setting in the IDE? I don't want to be in a position where I have to block every program I write.
 
Back
Top