<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 9/27/2012 8:54 AM, AlexM wrote:<br>
    </div>
    <blockquote
cite="mid:CAHgbZ6CK+jj1Rn3TQ75RVZUjif2srngm_-dheC3vQsKqYLR+uA@mail.gmail.com"
      type="cite">Hi guys, <br>
      Did someone has an example how to access a VB.Net class methods
      from<br>
      IronPython?<br>
      <br>
      Thanks!<br>
      alex.<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Ironpython-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a>
<a class="moz-txt-link-freetext" href="http://mail.python.org/mailman/listinfo/ironpython-users">http://mail.python.org/mailman/listinfo/ironpython-users</a>
</pre>
    </blockquote>
    Here's a link to my IronPython Scratch Pad app. (VB.Net,
    VisualStudio 10)<br>
    <a class="moz-txt-link-freetext" href="https://docs.google.com/folder/d/0BwbB7sKzrSFqbHBxMTROQ2IzRDQ/edit">https://docs.google.com/folder/d/0BwbB7sKzrSFqbHBxMTROQ2IzRDQ/edit</a><br>
    Just run the startup.bat =><br>
        cd C:\IPy27_Projects\IPyScratchPad                           
                        <= change this or create it<br>
        start "IPyScratchPad" "C:\IronPython 2.7\ipy.exe" Startup.py   
    <= you may need to change this depending on how you intalled IPy<br>
        pause<br>
    <br>
    Toolbar Buttons 1 thru 5 are active and do some simple demo stuff.<br>
    <br>
    Have fun!<br>
  </body>
</html>