topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 25, 2024, 4:56 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - wep [ switch to compact view ]

Pages: prev1 [2]
26
Unfinished Requests / Re: Can someone here make dll ?
« on: July 01, 2008, 09:22 PM »
you might have a look at DM2:
http://dm2.sourceforge.net/

it does things similar to that and it's open source so you could extend it to do what you want.
thank you for the link.

I already used DM2 before! (I'm just forgot)
But it is not exactly that I need. Maybe I need a plugin for DM2? But I prefer to have a dll which I can just register and I do not need any tray-icon and .exe processes in the memory. They are absolutely superfluous for my idea.

You can look on my idea for new OS at
http://wep.dcmembers.com/interface.html.
So, I meant that I want to have similar list of the already opened applications in the dropdown context menu of the (any) window's header for the MS Windows OS.
Many programs can include to this menu items and submenu, but all of them only for command to set windows' transparency, "always ontop" status, etc, move to next virtual desktop, etc.
I never made plugins before. And I never made dll. But I prefer to have dll for this idea.

27
Unfinished Requests / Can someone here make dll ?
« on: July 01, 2008, 01:53 PM »
When I click on the header of any window I have windows' system menu includes: Restore, Move, Size, Minimize, Maximize and Close(Alt+F4) commands for the active window. So, I interested to include before Close(Alt+F4) list of the opened windows without active one.
Selecting one of the item in the such enhanced windows' system menu will switch to the window, which name was selected, as if I press button in the taskbar.

Who can made such dll-library?

Thanks

28
Finished Programs / Re: ALT-TAB edge of the screen (new)
« on: July 01, 2008, 01:33 PM »
Hi,

I was working on an assignment over the weekend and found myself constantly pressing ALT-TAB to switch between two windows, I was wondering if anyone knew of a program or could script a small program to invoke ALT-TAB whn i move my mouse to the edge of the screen - like hot corners except instead of corners - edges of the screen.

Thanks !!!  :Thmbsup:

Phil

try this code

#CapsLock::
WinGetActiveTitle, Title
WinSet, Transparent, 125, %Title%
KeyWait, CapsLock
WinSet, Transparent, off, %Title%

#Esc::
WinGetActiveTitle, Title
WinMinimize, %Title%
KeyWait, Esc
WinRestore, %Title%
WinActivate, %Title%
Return

or try this compiled WinEsc.exe Maybe this one make you life easier :)

29
Finished Programs / Re: ALT-TAB edge of the screen (new)
« on: July 01, 2008, 01:31 PM »
try this ahk-code:

;;;;;;;;;;;;start;;;;;;;;;;;;;;
#CapsLock::
WinGetActiveTitle, Title
WinSet, Transparent, 125, %Title%
KeyWait, CapsLock
WinSet, Transparent, off, %Title%

#Esc::
WinGetActiveTitle, Title
WinMinimize, %Title%
KeyWait, Esc
WinRestore, %Title%
WinActivate, %Title%
Return
;;;;;;;;;;;;;end;;;;;;;;;;;;;;;;;

or try this compiled WinEsc.exe to make you life easier :)

30
to jgpaiva:
Do you interest only winesc AHK-source?
If, yes - that is here:

;;;;start winesc's ahk-code;;;;;
#CapsLock::
WinGetActiveTitle, Title
WinSet, Transparent, 125, %Title%
KeyWait, CapsLock
WinSet, Transparent, off, %Title%
Return
#Esc::
WinGetActiveTitle, Title
WinMinimize, %Title%
KeyWait, Esc
WinRestore, %Title%
WinActivate, %Title%
Return
;;;;;;;;;;end;;;;;;;;;;;;;;;;;;;

I like your GridMove and used it.
But I want to make similar <Win>-keyed functionality.
Do you interested to make such program, which will move active window to predefined (by selected customizable profiles) positions?

to tomos and to nosh:
AHK-links I'll include into the homepage some time (next days) later. I think I must to recast my homepage.

to TucknDar:
Autohotkey scripting is that all you need! :)
Are you interested in the specific functions?

to f0dder:
I cannot and don't want to change wep-abbreviation in the home-page of the project.
I think that this project will not grow so, that someone place information about WEP in WikiPedia pages ;)

----------------------------------------
Thanks for your posts

31
Do you interesting to enhance <Win>-key functionality? Then welcome to the WinKey Enhancement Project (WEP)! Visit http://wep.dcmembers.com, and tell me what do you think about it. Try my little programs and use it if you like them for free. All of them based on Autohotkey scripting. I plan to collect user's opinions and then to make program that will combine all useful functions with <Win>-key. Also I have an idea to write javascript, which will make possible to compile all functions that end-user checked in the table of functions, online, into the single program with wide functionality of the <Win>-key.

Pages: prev1 [2]