Jump to content

FAT64

Member
  • Posts

    657
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by FAT64

  1. In Windows 2000 Server you can create a GPO to only allow certain software to run.

    User Configuration>Administrative Templates>System>Run only allowed Windows applications.

    B)

    Edit: Just checked, and it's in exactly the same place in Windows 2003 Server.

  2. I'm assuming then that the user types in their first name and last name in the TextBoxes and then click on the Button to copy them to the appropriate ListBoxes?

    If so, double click on the button to create the click event and type something like the following...

    ListBox1.Items.Add (TextBox1.Text);

    ListBox2.Items.Add (TextBox2.Text);

  3. With respect, you're all recommending languages now you know how to program. Learning a new language once you know how to program is relatively straight-forward. Most of you admit to learning programming with either BASIC and/or Pascal. Do you honestly think you would be able to program in Java or C# if you've never programmed before?

  4. either c++ or java

    These languages, while important, were never designed to teach programming to those who have never programmed before. As far as I know only two languages were designed to teach programming and they are BASIC (which I wouldn't recommend, just my personal preference) and Pascal. I always use Pascal to teach programming to non-programmers (sometimes Delphi - Visual Pascal).

    Just my 2p worth. :w00t:

×
×
  • Create New...