Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 7 matches

by ThePianistop66
Sun Jan 24, 2016 5:10 pm
Forum: General Support
Topic: Move taskbar to second monitor
Replies: 10
Views: 5707

Re: Move taskbar to second monitor

I have made a huge progress after learning some python. I used this script and it succesfully moves the taskbar:

import win32api,time,ctypes
eg.plugins.Window.SendKeys(u'{Win+T}', False)
win32api.SetCursorPos((1000,1080))
time.sleep(0.5)
ctypes.windll.user32.mouse_event(2, 0, 0, 0,0) # left down ...
by ThePianistop66
Wed Apr 29, 2015 10:17 pm
Forum: General Support
Topic: Move taskbar to second monitor
Replies: 10
Views: 5707

Re: Move taskbar to second monitor

I'm currently in my finals week but I'll take a look at the link you gave me when I finish. Thank you!
by ThePianistop66
Mon Apr 27, 2015 4:53 pm
Forum: General Support
Topic: Speak Tasker Variables
Replies: 3
Views: 2518

Re: Speak Tasker Variables

I have no idea how to do it without autoremote, but I can tell you autoremote is an amazing plugin and is very easy to use. You can try the free version to see if it's good for you. With autoremote you would just do an action on tasker:
Send message: say=:=%CONDITIONS

Then in eventghost the event ...
by ThePianistop66
Sun Apr 26, 2015 10:54 pm
Forum: General Support
Topic: Move taskbar to second monitor
Replies: 10
Views: 5707

Re: Move taskbar to second monitor

Yes I do have lol! Thank you very much for taking your time to try to help me!
by ThePianistop66
Sun Apr 26, 2015 10:13 pm
Forum: General Support
Topic: Move taskbar to second monitor
Replies: 10
Views: 5707

Re: Move taskbar to second monitor

I tested it and yes, the taskbar does get to the Dell display, but the problem is that if I set it to primary monitor all my programs open by default on it and I want the programs to open on my HP monitor. I use my dell monitor as a notification and control center with rainmeter on it.
by ThePianistop66
Sun Apr 26, 2015 9:35 pm
Forum: General Support
Topic: Move taskbar to second monitor
Replies: 10
Views: 5707

Re: Move taskbar to second monitor

Thanks for your answer.

I'm already using this tool to activate/deactivate monitors, but I read the possible commands and I can't find one to move the taskbar. I don't necessarily want to edit my registry (I would even prefer to avoid doing this), but I posted what I found with my research to help ...
by ThePianistop66
Sun Apr 26, 2015 2:58 am
Forum: General Support
Topic: Move taskbar to second monitor
Replies: 10
Views: 5707

Move taskbar to second monitor

Hi!

I have a graphics card that can't support more than 2 monitors at the same time (AMD HD6670 2 Go DDR3). The thing is I often plug my TV to watch movies (which means there are sometimes 3 monitors at the same time). I already did a macro that automatically duplicates the main monitor on my TV ...