Controller Xbox360

Post any examples or modules that you want to share here
Almeida
Posts: 10
Joined: Wed Jun 12, 2013 12:43 pm

Re: Controller Xbox360

Post by Almeida »

i have doing this but its about a windows program which open twenty windows with different name each time.

Thx you
User avatar
digitalwhitebyte
Posts: 106
Joined: Sat Jul 31, 2010 10:20 am

Re: Controller Xbox360

Post by digitalwhitebyte »

Your request at this point does not seem to be inherent to Flowstone. ;)
If you explain better what you need to do, we can help the same, but without knowing what your intent is difficult.
Almeida
Posts: 10
Joined: Wed Jun 12, 2013 12:43 pm

Re: Controller Xbox360

Post by Almeida »

i' m simply searching to do the same like AHK :
Right::
WinGetActiveTitle, Title1
WinMove, %Title1%,, 938, 10

cause i can move the active window without needing the window' s name. i cant know names of windows before. Sometimes they are call Hamburg 6, Hamburg 7, Tokyo 2, Tokyo 3, etc,

I hope I was clear in my explanations,

Cheers.
User avatar
MyCo
Posts: 718
Joined: Tue Jul 13, 2010 12:33 pm
Location: Germany
Contact:

Re: Controller Xbox360

Post by MyCo »

...
Attachments
Move Active Window (MyCo).fsm
(937 Bytes) Downloaded 1548 times
Almeida
Posts: 10
Joined: Wed Jun 12, 2013 12:43 pm

Re: Controller Xbox360

Post by Almeida »

this is exactly what I was looking.

Thanks for help
User avatar
jjs
Posts: 142
Joined: Thu Jun 09, 2011 12:15 pm

Re: Controller Xbox360

Post by jjs »

i use this for a standalone program.
it is not as nice as having something internal which could take care of it.
Because now an external little program is called, and you always have to check if it is in the right place.
But it works.

I had it from someone else i can't remember but it is somewhere here on the forum allready.
Attachments
move position.zip
(686.61 KiB) Downloaded 1585 times
Post Reply