We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Obaid Profile

photo Obaid (Obaid)
17 Jul 2003
India

http://www26.brinkster.com/ourahman/xpad
Contact memberContact this Member Edit ProfileEdit my profile

This user has contributed 0 articles, 1 code samples and posted 1 messages in our discussion forums.

Technology Interests

      Code Samples

    • Compiling and executing Java Code in Visual Basic

      by Obaid

      If you are familiar with Java programming then you would probably know that one has to code in some text editor and then use Command Prompt to compile and run them by using the same old commands. Now that is indeed very annoying and of course there are many editor which allow you to compile and show the output of your code right there and then. Here I am going to show you how you can do this in Visual Basic. The program will ask for JDK Path and the Path of your code. . Read full article