| Author |
Message |
Topic: Floppy Help!! |
Psycho.Mario
Replies: 4
Views: 342
|
Forum: Ask for Help Posted: Tue Apr 14, 2009 8:38 pm Subject: Floppy Help!! |
Final Code:
#notrayicon
#persistent
Blockinput on
start:
DriveGet, drive, status, A:
ifnotequal, drive, Ready, GoSub start
Setworkingdir, A:\
IF fileexist ("lock.txt" ... |
Topic: Floppy Help!! |
Psycho.Mario
Replies: 4
Views: 342
|
Forum: Ask for Help Posted: Tue Apr 14, 2009 8:36 pm Subject: Floppy Help!! |
That code doesn't seem to work for some reason. Im using DriveGet, which works perfectly. (Apart from the fact that it is very noisy(but it is a floppy drive))
Thanks |
Topic: Floppy Help!! |
Psycho.Mario
Replies: 4
Views: 342
|
Forum: Ask for Help Posted: Tue Apr 14, 2009 5:48 pm Subject: Floppy Help!! |
I am writing a simple script that will only give the user access to the computer when the floppy is inserted:
Blockinput on
start:
IF notexist "A:\" gosub start
Setworkingdir, A& ... |
Topic: Stretch Taskbar |
Psycho.Mario
Replies: 2
Views: 430
|
Forum: Ask for Help Posted: Fri Apr 10, 2009 1:24 pm Subject: Stretch Taskbar |
| OK, Im using Display Fusion Pro now. It Works. However, is it possible to mirror the system tray and clock to the end of the second taskbar? over the top with transparent windows and whatever? |
Topic: Stretch Taskbar |
Psycho.Mario
Replies: 2
Views: 430
|
Forum: Ask for Help Posted: Thu Apr 09, 2009 3:22 pm Subject: Stretch Taskbar |
| I have just aquired a second screen, I have it set to be next to my current screen, on the right. Is it possible to have the taskbar and clock on the far right of the second screen, and the Start butt ... |
Topic: Cursor Help Please |
Psycho.Mario
Replies: 2
Views: 395
|
Forum: Ask for Help Posted: Thu Apr 09, 2009 9:47 am Subject: Cursor Help Please |
Can anyone start me off with writing this script?
Thanks |
Topic: Mplayer Frontend Help |
Psycho.Mario
Replies: 1
Views: 481
|
Forum: Ask for Help Posted: Wed Apr 08, 2009 5:51 pm Subject: Mplayer Frontend Help |
This is the (pretty much) finished script:
FileSelectFile, File,
;Gui, -AlwaysOnTop +Resize +ToolWindow ;-Caption
;Gui, -Resize +LastFound +BackgroundTrans
;Gui, Show,w500 h500 Center
Run, mp ... |
Topic: Mplayer Frontend Help |
Psycho.Mario
Replies: 1
Views: 481
|
Forum: Ask for Help Posted: Wed Apr 08, 2009 5:11 pm Subject: Mplayer Frontend Help |
I am trying to make a sort of frontend for mplayer.exe
When i run mplayer with a file, it opens a command prompt, which i can easily hide, and a small window for the video to be played in. How can i ... |
Topic: Help With Vid Player |
Psycho.Mario
Replies: 6
Views: 487
|
Forum: Ask for Help Posted: Wed Apr 08, 2009 3:58 pm Subject: Help With Vid Player |
| Are there any Dlls i could use to play a video in a GUI? Avi in particular |
Topic: Help With Vid Player |
Psycho.Mario
Replies: 6
Views: 487
|
Forum: Ask for Help Posted: Wed Apr 08, 2009 2:51 pm Subject: Help With Vid Player |
| Thank you. |
Topic: Help With Vid Player |
Psycho.Mario
Replies: 6
Views: 487
|
Forum: Ask for Help Posted: Wed Apr 08, 2009 2:44 pm Subject: Help With Vid Player |
I started to code a video player, It can open a file, and is supposed to play it, it is very simple.
FileSelectFile, File, , , Select A File To Play With VideoPlayer, Audio/Video (*.wav; *.mp3; ... |
Topic: Cursor Help Please |
Psycho.Mario
Replies: 2
Views: 395
|
Forum: Ask for Help Posted: Wed Apr 08, 2009 2:22 pm Subject: Cursor Help Please |
| How can i make a cursor image on screen that can move? I want to have my normal cursor, with a second image of a cursor next to it with an offset of a few pixels. so it looks like there are two cursor ... |
Topic: BSOD |
Psycho.Mario
Replies: 5
Views: 3261
|
Forum: Scripts & Functions Posted: Wed Apr 08, 2009 1:27 pm Subject: BSOD |
Gui,font,% "s" . Round(A_ScreenHeight/45) ,Lucida Console
This looks better on my system (A_ScreenHeight/45 rather than /64) |
Topic: BSOD |
Psycho.Mario
Replies: 5
Views: 3261
|
Forum: Scripts & Functions Posted: Wed Apr 08, 2009 1:22 pm Subject: BSOD |
| Aaah, i didnt think about font sizes, my monitor is 1440x900. I thought it would show the same for all monitors. Thanks |
Topic: Power Down HDD |
Psycho.Mario
Replies: 0
Views: 300
|
Forum: Ask for Help Posted: Wed Apr 08, 2009 1:05 pm Subject: Power Down HDD |
I have started a script which will make it look liek my computer is turned off.
#singleinstance force
^X::Gui, Destroy
^C::ExitApp
^Z::
MouseMove, %A_ScreenWidth%, 0, 0
... |
| |