Jump to content

alex16

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Location
    hull,UK

alex16's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. is it possible for you to post different links to the above, as they links there on for the latest version of the script dont seem to be working, Cheers.
  2. Hi Guys, any thoughts to how the script would install drivers for Win vista/win7 and win 8? cheers.
  3. Hi, Guys, Just thought id throw this out there, I am creating a script to change the resolution of my screen from 1280 by 1024 to 1024 by 768, what i was wondering was, is there another way to change the resolution without showing all of the boxes or is it possible to make the running of the script transparent so as its not seen when run, Here is the script below, BlockInput(1) run("control desktop") WinWaitActive("Personalization") MouseClick("left",316,507) WinWaitActive("Display Settings") MouseClick("left",83,349) MouseClick("left",419,454) WinWaitActive("Display Settings","Yes") MouseClick("left",242,113) MouseClick("left",262,449) Just something simple, I know that it works on windows vista home premium not sure about other variants, Cheers, Alex
  4. Hey guys, I am new to scripting and am willing to learn and am wondering if there is a way to create a GUI that can be run which will be able to show a specific list of a file structure and load a programe that is selected. A little like a menu but there are more options built in other then just launching the file. It is so that i can launch some .pdf's Any ideas, Code will be welcome. This is the GUI that i have created but am not sure how to get the file structure in place or for the launch button to work properly. #Region --- CodeWizard generated code Start --- ;MsgBox features: Title=Yes, Text=Yes, Buttons=OK and Cancel, Icon=Warning, Modality=Task Modal If Not IsDeclared("iMsgBoxAnswer") Then Local $iMsgBoxAnswer $iMsgBoxAnswer = MsgBox(8241,"Browse pc plus pdf","This will now load the PDF Archive wizard") Select Case $iMsgBoxAnswer = 1 ;OK Case $iMsgBoxAnswer = 2 ;Cancel EndSelect #EndRegion --- CodeWizard generated code End --- SplashTextOn("PC Plus Archive Loader", "Please be patient while we try and load the archive", -1, -1, -1, -1, 4, "", 24) Sleep(3000) SplashOff() Thanks, Alex
  5. Hey guys, I am new to scripting and am willing to learn and am wondering if there is a way to create a GUI that can be run which will be able to show a specific list of a file structure and load a programe that is selected. A little like a menu but there are more options built in other then just launching the file. It is so that i can launch some .pdf's Any ideas, Code will be welcome. This is the GUI that i have created but am not sure how to get the file structure in place or for the launch button to work properly. #Region --- CodeWizard generated code Start --- ;MsgBox features: Title=Yes, Text=Yes, Buttons=OK and Cancel, Icon=Warning, Modality=Task Modal If Not IsDeclared("iMsgBoxAnswer") Then Local $iMsgBoxAnswer $iMsgBoxAnswer = MsgBox(8241,"Browse pc plus pdf","This will now load the PDF Archive wizard") Select Case $iMsgBoxAnswer = 1 ;OK Case $iMsgBoxAnswer = 2 ;Cancel EndSelect #EndRegion --- CodeWizard generated code End --- SplashTextOn("PC Plus Archive Loader", "Please be patient while we try and load the archive", -1, -1, -1, -1, 4, "", 24) Sleep(3000) SplashOff() Thanks, Alex
×
×
  • Create New...