<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  <CodeSnippet Format="1.0.0">
    <Header>
      <Title>Your Current IP</Title>
      <Shortcut>YourCurrentIP</Shortcut>
      <Description>Your Current IP [VB.NET]</Description>
      <Author>Metaferia Amhayesus</Author>
      <HelpUrl>/PreviewSnippet.aspx?SnippetID=1a94ffcb-34c4-4b13-9f17-ad3b1006d0c8</HelpUrl>
      <SnippetTypes>
        <SnippetType>SurroundsWith</SnippetType>
      </SnippetTypes>
    </Header>
    <Snippet>
      <Code Language="VB"><![CDATA[TextBox1.Text = CStr(AxInet1.OpenURL("http://www.whatismyip.org", 0))
you have to go on the toolbox then right click then add tab then chose the component tab then add microsoft internet trasfer  tool. to declare axnet1]]></Code>
    </Snippet>
  </CodeSnippet>
</CodeSnippets>