Jump to content

tiny

Members
  • Posts

    9
  • Joined

  • Last visited

tiny's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi, I think Splitmon is really cool. I just miss two functions. It would be cool if the user were able to move the mouse with the window with a serperate modifier key. Maybe something like that. WIN+Arrow --> move window, Win+Arrow+Shift --> move window with mouse. And my second wish is to span a single windows over all displays, with a keyboard shortcut of course. Finally i recognized that spiltmon will crash if i connect to a dual display machine with rdp (remote desktop). If there will be a fix splitmon would be perfect.
  2. I know the command line parameters, but there are no parameters defined to run benchmarks. Ok that look like I have to take a look at another software.
  3. Hi, I'm trying to write a script which will run a Benchmark Suite. But I'm having problems to select single benchmarks and recognize if the benchmark is finished. The program I'm wanne working with is freeware. It can be found here PC Wizard 2008. I'm able to start the program, but I can't select the Benchmark section from the left buttom bar. This section includes the single benchmarks. I tried for example... Run('C:\_Install\PC Wizard 2008\PC Wizard.exe') WinWait("PC Wizard 2008","") ControlClick("PC Wizard 2008","","ThunderRT6PictureBoxDC6") WinWait("PC Wizard 2008","") ;AutoIt supports no ToolbarWindow32 ... but fixed positions can't be the solution. Futhermore the solution doesn't work, too. With WinGetClassList I got Button RichEdit20A ReBarWindow32 ToolbarWindow32 RichEdit20A ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ThunderRT6ComboBox ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ThunderRT6Timer ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ToolbarWindow32 ToolbarWindow32 ThunderRT6PictureBoxDC ToolbarWindow32 ToolbarWindow32 ThunderRT6PictureBoxDC ToolbarWindow32 ToolbarWindow32 ThunderRT6PictureBoxDC ToolbarWindow32 ToolbarWindow32 ThunderRT6PictureBoxDC ToolbarWindow32 ToolbarWindow32 msctls_statusbar32 msctls_progress32 SysListView32 SysHeader32 SysTabControl32 ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC A second problem is to recognize if the benchmark is finished. Has anybody out there an idea how to manage this problems with AutoIT?
  4. Your Code really looks like what I'm looking for. But I wanne change the hotkeys because Winkey is used by another application. I would prefer ALT+CTRL+LEFT but I was not able to realize that. ALT+CTRL+"l" works great "^!l" but I don't know how to ALT+CTRL and arrow keys. My second problem is that I just want to move a fullscreen or normal size window to the second or first screen without split windows. Maybe you or anybody else has an idea.
  5. Thank you again, that works. I had build a loop whitch tries to start the extension tree times. If the option is greyed out I stop the execution.
  6. @ptrex Cool, that's working great. But I have two additional Problems. First the entry is inside the context menu, but it is greyed out. Can I check if the item is valid? And second question. Is there an Option to select and run the item if it's valid? Thanks for your help.
  7. Hi, I'm trying to write an AutoIt Script which should use an Explorer Context Menu entry. For example: File.xyz --> Shift+F10 --> Context Menu appears --------Entries ------- Open Explore Search ... Test Now I wanne check if Test exists at target computer. And if it is useable it sould be selected and started. Can anybody help me? Thanks.
  8. @SmOke_N Your first solution works great, but it doesn't cares about the toolsbars name. Thanks anyway.
  9. Hi, I search an option to bring the quicklaunch bar from the tray into Focus independently from the display resolution without using the mouse. If its possible to focus the quicklauch toolbar with autoit my problem will be solved. Is This possible?
×
×
  • Create New...