• Congratulations to the Class of 2024 on your results!
    Let us know how you went here
    Got a question about your uni preferences? Ask us here

Search results

  1. N

    Visual Basic, loading a txt file from the hdd. line brakes dont work

    how are you loading the text file? Perhaps the text file is using Unix or Mac formatting... Load the file up like this: Dim FF as Integer Dim LineStr as String FF = Freefile Open "FilePath" For Input As FF Do While Not EOF(#FF) Line Input #FF, LineStr Text1.Text = LineStr &...
  2. N

    Major Project - what are you doing?

    I am making a website using PERL. Javascript and other crap. Im going to have Visual Basic Tutorials... I dunno VB is too easy for me. Last year my year 11 major was a Chat Program... Its mad. Its huge bout 8000 lines of code. But now that im into PERL 8000 lines isnt much at all. If...
  3. N

    Evolution Of Programming Languages

    yeahp :D delphi came from VB 1.0 and Pascal... PHP came from Perl 5.0 i have a 3 page graph on the wall in my dads office... with dates and everything:D
  4. N

    sdd scaling

    SDD scales really well for me, coz in my SDD class, every one except me and 2 other guys, do 4 unit maths and are in the top 2% and shit, one guy always wins state maths comps etc... so we get scaled really well... to do SDD @ my school min req. are 3 unit maths
  5. N

    Evolution Of Programming Languages

    my dad has a diagram, where all SDD languages are listed, and it shows their developent, and how some developed into others etc... how VB and DELPHI both came from basic etc... its really mad, i will try and get the link
  6. N

    Feasibility Study...

    i did the feasabilty study on my dads work, he was working for the army at the time (hes a software developer) and they were working on a anzac frigate, i did the study on the feasabilty of them upgrading to what my dad was doing, it was real good coz dad had all the info, and a lot of it is...
  7. N

    what is a schema?

    a ERD is for a offline database, ie. not fields, entities... a schema is the lil boxes with the lines going from the primary keys, it just visualy displays the relationships between the tables and the fields... im pretty sure an ERD is only for an offline dbase tho..
  8. N

    changing world

    We are doing BLADE RUNNER for our Supplimentary text... it looks ok... we are also doing On Giants Shoulders the book... which is boring as hell! lol... perhaps 12 Monkeys might be a good movie for changing worlds? its about the terrible future, and going back in time and discovering...
  9. N

    Major Project

    BTW - if anyone wants my code from the UDP broadcast chat program, i can give it to you, but i will need to talk to you about it first. so either add my to ur MSN neester_@hotmail.com or email me @ webmaster@neester.com :D thanx!
  10. N

    Major Project

    Im in year 12 this year. what i did for last years major was a network chat program using UDP broadcast. that got me 100% so i was happy. it was 100% skinnable etc... all done in Visual Basic... No central server. but yeah, this year im thinking of making somethign with PERL as i have...
Top