Jump to content

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

Posted (edited)

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
  • Replies 215
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted (edited)

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
Posted

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

Posted

Do you use the registry for the startup password? and if so do you encrypt it? <_<

Also..... ummm.... Yeah, for the start menu, how is there no window... yet it's a window. :)

Posted

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

Posted

Ahhh, also your monitor resolution is 1440x900 which is far from normal lol, so just make YOUR button extra big and ours will be just right. xD

But pushing the icons over would be cool too. =]

Posted

1024x768

other most common one is 800x600

and all others at least stay in that ration. :)

Ration is 8:6

yours doesnt fit that ratio. xP

1440/8 <> 900/6

Maybe you have a widescreen? <_<

Posted

I have a laptop 17inch, I guess its widescreen, looks sort of the same. <_<

I remembered that I adjusted it to fit my screen resolution because the default resizing wouldn't fit the start button image.

Posted

Maybe add a function/application/thing that allows people to make custom desktop icons to their fav files, I mean icons on microOS. <_<

of course. xD

Posted

it works okay, it's just that it's hard to test to see if it works well on both yours and normal screens. xD

I dunno how you sizing the button but make it add some more width lol. <_<

Posted

Try

$StartButton = GUICtrlCreateButton("Start", 0, @desktopwidth/25, 50, -1, $BS_BITMAP)
GUICtrlSetImage($StartButton, @TempDir & "\StartButton.bmp

25 can be whatever I guess, try out some numbers. xP

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
  • Recently Browsing   0 members

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