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

    [RESOLVED]High school project...

    Im in the third year of high school and in Sweden we have to do a project... 50 hours of work...
    you can do whatever you want. (ex: write a book about drugs, teenages, ... make a program.. make something... , whatever you want)
    and since im Math/programming student so I chose to make a windows application.

    [about the idea]:
    about the site:
    We have a site here in sweden where almost every student uses it. Its a site where you can learn the words which you already have entered them in a word list. "word book"
    In this site you can: create an account, create/delete/edit a word list, download wordlist from other users, test your self from the word list that you already have created. and get the test results.

    about the application: see the attached file
    The purpose of this program is to:
    1- learn more about databases, communicating with a web server and programming.
    2-Students can learn the words and do tests on their laptops.
    3-If I success at creating this program, I will make the mobile version too.

    There only one problem, I dont know where and how to begin.
    if you have any tips, comments or question please ask.

    please help me on this project.
    Attached Images Attached Images
    Last edited by alexandergre; April 11th, 2009 at 06:59 PM.

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

    Re: High school project...

    Well, did you attend any classes? Did you get any books? Have you looked at MSDN?

    There are plenty of samples out there for those that want to (or HAVE to) do work for yourself. Best to learn how to do that.

    Click the link(s) in my signature, download the samples, and dig in.

    Long weekend/spring break time? Perfect. Crack the books!
    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
    Sep 2008
    Posts
    13

    Re: High school project...

    Quote Originally Posted by dglienna View Post
    Well, did you attend any classes? Did you get any books? Have you looked at MSDN?

    There are plenty of samples out there for those that want to (or HAVE to) do work for yourself. Best to learn how to do that.

    Click the link(s) in my signature, download the samples, and dig in.

    Long weekend/spring break time? Perfect. Crack the books!
    Im know c# and objective C.
    yesternight before sleep I thought more about the problems:

    I can do all the things by my self except:
    1- When you log-in in the app then you have logged in to your account on glosboken.se (http://www.codeguru.com/forum/showthread.php?t=464736) somebody else had the same question as mine.
    2- Download the worldlists. I dont know what type of databse they are.
    Last edited by alexandergre; April 11th, 2009 at 05:18 AM.

  4. #4
    Join Date
    Mar 2005
    Location
    Vienna, Austria
    Posts
    4,538

    Re: High school project...

    Quote Originally Posted by alexandergre View Post
    Im know c# and objective C.
    yesternight before sleep I thought more about the problems:

    I can do all the things by my self except:
    1- When you log-in in the app then you have logged in to your account on glosboken.se (http://www.codeguru.com/forum/showthread.php?t=464736) somebody else had the same question as mine.
    2- Download the worldlists. I dont know what type of databse they are.
    We cannot answer you the question what database is used there. Simple goto the sysadmin and ask him a) if its allowed to access by a selfwritten program, b) data about database the needed schema ...
    So for getting this information the question is done simple in the wrong place
    Jonny Poet

    To be Alive is depending on the willingsness to help others and also to permit others to help you. So lets be alive. !
    Using Code Tags makes the difference: Code is easier to read, so its easier to help. Do it like this: [CODE] Put Your Code here [/code]
    If anyone felt he has got help, show it in rating the post.
    Also dont forget to set a post which is fully answered to 'resolved'. For more details look to FAQ's about Forum Usage. BTW I'm using Framework 3.5 and you ?
    My latest articles :
    Creating a Dockable Panel-Controlmanager Using C#, Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7

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