Step By Step Guide On How to Create an Enrollment System

Submitted by admin on
If you are a beginner and would like to have a walkthrough on how to create a simple enrollment system then visit http://www.code-expert.com/2011/07/simple-enrollment-system.html. This site is design to teach you on how to create a windows application using Visual Basic.NET 2008 and SQL Server 2005 Express Edition. The main goal of this site is focus on learning VB.NET from scratch without

Whois Gui Application

Submitted by sunny047 on
import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.net.*; import java.io.*; public class Whois extends JFrame { JTextField t1; TextArea t2; JButton b1; FlowLayout f; JProgressBar pb; Timer timer; final static int interval = 1000; int cc=0; Whois(String s) { super(s); t1= new JTextField(30);