Thread: develpo a system help plzz :(

  1. #1
    Registered User
    Join Date
    Jan 2011
    Posts
    20

    develpo a system help plzz :(

    I have this project to develp a student registration system using c# and sql server 2000.... Iam using visual studio 2008 for this... I have never ever develpoed a system..


    Im first gonna develpo the windows application forms then make the database..

    but first when u r developing forms I started new--> project---> windows application...
    I made the login form..
    now I have to make the student registration form name age and all.. but i donno whether i have to go file ---> new----> project ----> windows app.. or new--> file then what?


    please help me to make this project.. I have coding info and all but i have never ever created an system before

  2. #2
    Registered User
    Join Date
    Mar 2009
    Location
    england
    Posts
    209
    Before thinking about GUI, learn how c# and mssql communicate. There are a few ways, eg. Linq, ADO...

    Study the System.Data.SqlClient namespace. It would probably be the best place to start.

  3. #3
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    If you're just trying to add a new form to your application, right click your project in the solution explorer, then add -> windows form.
    If you understand what you're doing, you're not learning anything.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Operating System
    By Houssen in forum C Programming
    Replies: 18
    Last Post: 04-22-2008, 12:51 PM
  2. File System Implementation
    By dodgeviper in forum C Programming
    Replies: 9
    Last Post: 11-16-2007, 01:04 PM
  3. Using system icons
    By @nthony in forum Windows Programming
    Replies: 1
    Last Post: 01-13-2007, 07:56 PM
  4. Linux database system needed
    By BobS0327 in forum Tech Board
    Replies: 7
    Last Post: 06-11-2006, 03:56 PM
  5. BIOS system and memory allocation problem
    By beely in forum Tech Board
    Replies: 9
    Last Post: 11-25-2003, 07:12 AM