Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~91 People Reached
Favorite Forums
Favorite Tags
Member Avatar for charlie363

I am acquiring a google earth image in vb.Net using the following: [code] imgImage.Load("http://maps.google.com/staticmap?center=" _ + dblLat.ToString + "," + dblLong.ToString + _ "&zoom=" + intZoom.ToString + _ "&size=512x512&maptype=satellite") [/code] where imgImage is a PictureBox .net object. I need to know what the width and height of the image returned …

0
91