Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~2K People Reached
Favorite Tags

3 Posted Topics

Member Avatar for LOI_SE

I'm writing a VB.NET software application in which I want to plot some placemarks on a google map which is in a webbrowser control in the application. weburl = applicationpath & "/googlemaps.html" WebBrowser1.Navigate(weburl) To accomplish this I call a javascript function from VB.net in this button event: Private Sub Button1_Click_1(ByVal …

Member Avatar for TnTinMN
1
1K
Member Avatar for LOI_SE

Recently I had an idea for an Asp.net website and now I wonder if you guys think this could generate a lot of traffic. The idea is that I want to make an interactive website where the users can download all kind of kmz files which can be opened in …

0
72
Member Avatar for SaberExcalibur

I would say that an object is the reuse of a particular piece of code ( Which is in the class) that is used a lot of times in a program. So to prevent the user from typing the same code multiple times you create a class in which common …

Member Avatar for SaberExcalibur
0
133

The End.