Results 1 to 8 of 8

Thread: Mock Operating System

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2011
    Location
    Florida, USA
    Posts
    8

    Mock Operating System

    Hello,
    I am fairly new to the forums and I have decided that I will post some of my discontinued projects for others to further upon and learn from.

    The following application was intended for me to practice basic functions of Visual Basic to present to my programming class. The application has the look of an operating system (modeled after Windows 7) and has some very basic features.

    I like to refer to this application as "Test OS" and I have outlined it's features below.

    FEATURES
    ----------------

    • Creates system directory in (My Documents\Test OS)
    • Basic user accounts (Select Account, Create Account, Select Picture)
    • Basic desktop (Start menu with applications running, Customize background, Customize theme color, Internet Connectivity)
    • Basic Applications (Tabbed web browser, calculator, notepad, settings)
    • Basic Activation (Very, very basic. I have developed a new version but have not updated this release)


    There are a few more features that I have not listed. I have tried adding an update system, but I stopped due to lack of interest.

    Please let me know what you think about the application, I am eager for your feedback!

    Thanks,
    VisualCode

    EDIT:
    In order for the add user account function to work, you must enable the link label in designer view and edit the following code:

    Settings.vb Line 145
    FROM: If NewAccountName.Trim <> "" Then
    TO: If NewAccountName = "" Then


    Screen Shots




    Download Link - (42.25 MB)
    My apologies, MegaUpload is no more. I have provided a few alternates. I am not quite sure they are as new as the other version, though.



    4shared - http://www.4shared.com/zip/OxrNyzAe/...l?refurl=d1url
    Mediafire - http://www.mediafire.com/?r9v7ulyuog89gd5
    Last edited by VisualCode; Mar 5th, 2012 at 10:18 PM. Reason: Updated Links
    Saying thanks let's others know that they've helped.

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