CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2009
    Posts
    13

    Java -> VB.Net Problem , plz help !

    how to translate ?
    Last edited by wgarnett; March 22nd, 2009 at 07:49 AM.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Java -> VB.Net Problem , plz help !

    Just learn them both...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Aug 2005
    Posts
    198

    Re: Java -> VB.Net Problem , plz help !

    There are translation tools for Java to VB, but these are primarily just syntax converters - i.e., "void" becomes "Sub", "&&" becomes "AndAlso", etc.

    The main challenge you will have is manually converting the Java library references to .NET references. You'll need to research these issues and solve them one by one.
    David Anton
    Convert between VB, C#, C++, & Java
    www.tangiblesoftwaresolutions.com
    Instant C# - VB to C# Converter
    Instant VB - C# to VB Converter

  4. #4
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Java -> VB.Net Problem , plz help !

    I haven't tried it but there is a java converter included in VS Professional.

  5. #5
    Join Date
    Mar 2009
    Posts
    13

    Re: Java -> VB.Net Problem , plz help !

    It's only in VS 2005 , But kickoff in VS 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured