Jump to content

MicroOS


JustinReno
 Share

What OS do you have?  

139 members have voted

  1. 1. What OS do you have?

    • Linux
      40
    • Windows XP or Higher
      126
    • Windows 2000/ME or lower
      9
  2. 2. What's your screen resolution?

    • 1440x900
      28
    • 1280x1024
      56
    • 1280x768
      19
    • 1280x720
      27
    • 1024x768
      26
    • 800x600
      4


Recommended Posts

Sorry about getting all mad about, and for getting you warned, :">

I'll give out some parts like the ones you just suggested!

Also a function.application/thing suggestion would be to allow users to create folders/txt files on the OS.

I thought about that, And I succeed in making the folder, but took it out for the release becuase it didn't do much, and would be a bit hard to configure, but I'll think about it! <_<

Some Things:

To make your script talk put this: (Windows XP or higher will be needed!)

Put this at the top of your script:

Global $Speech = ObjCreate("SAPI.SpVoice")oÝ÷ Øû­¶¬j|°z·¢*.®Ç+m«r¢ìØ­¶ZF®¶­sbb33cµ7VV6å7V²gV÷C´VÆÆòb333²gV÷C²oÝ÷ Ù8^.$«º0ØgºfÞ®¬³
+vÆî´wöÇ}ç-÷Û"^jëh×6Func _Lock()
    $Pass = InputBox("MicroOS - Lock", "What password do you want to lock MicroOS with?", "", "*M")
    $Lock = GUICreate("MicroOS - Lock - Type your Password to unlock.", 388, 26)
    $Input1 = GUICtrlCreateInput("", 0, 0, 121, 21, $ES_PASSWORD)
    $Ok = GUICtrlCreateButton("Ok", 120, 0, 267, 25, $BS_DEFPUSHBUTTON)
    GUISetState(@SW_SHOW)
    While 1
        If Not WinActive($Lock) Then WinActivate($Lock)
        $LockMsg = GUIGetMsg()
        Switch $LockMsg
            Case $Ok
                $ReadPasswordField = GUICtrlRead($Input1)
                If $ReadPasswordField <> $Pass Then
                    MsgBox(16, "MicroOS - Lock", "Invalid Password.")
                Else
                    MsgBox(0, "MicroOS - Lock", "Correct.")
                    GUIDelete($Pass)
                    ExitLoop (2)
                EndIf
        EndSwitch
    WEnd
EndFunc   ;==>_Lock

And you said something about certain windows and how they work? I'll be glad to tell you. :)

Edited by JustinReno
Link to comment
Share on other sites

  • Replies 215
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Here's the start menu sizing problem screenie:

Posted Image

Two things, make it not crop the menu. <_<

Also move the icons a fw pixels to the right, they're too squished nest to the border. :)

Edited by Foy
Link to comment
Share on other sites

Ooooh I mean unofficially warned, not forum warned, as in I won't do it again. <_<

No problem, I didn't mean to seem naggy, just really curious lol, there's so many things autoit can do and the help file isn't (most unfortunately) infinitely helpful. ><

That's cool, the talking thing. :)

Always wondered how AutoIt 1-2-3 did that. :P

Link to comment
Share on other sites

Yes, I use the registry for startup password, and no, its not encrypted, which will be there in future versions! Like you said, it is a window but isn't! I put $WS_POPUP as a GUI style, like this:

$StartMenu = GUICreate("", 150, 244, -1, -1, $WS_Popup)

And here is my screenshot of my MicroOS desktop:

Posted Image

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...