Search found 32 matches

by adamantine
03 Nov 2022, 18:11
Forum: Ask for Help (v1)
Topic: completely remove the start-button and get the space under it
Replies: 7
Views: 3119

Re: completely remove the start-button and get the space under it

I'm the guy from the voidtools forum who wishes to help out - yes, of course i remember you (these days i was waiting for your message here) - thanks again (for your wish to help)        (as we see in practice, this is something rare, unfortunately) but I can't send you a PM on either of these foru...
by adamantine
18 Oct 2022, 09:10
Forum: Ask for Help (v1)
Topic: completely remove the start-button and get the space under it
Replies: 7
Views: 3119

Re: completely remove the start-button and get the space under it

i need this new absence of tool-tips to always be automatic i solved this problem (without using my huge ahk-script) by adding the following 2 lines to the end of my     auto-load.vbs : WScript.Sleep(3000) Shell.Run """D:\Programs\NirCmd.exe"" win close class tooltips_class32""", 0, True     i stil...
by adamantine
10 Oct 2022, 02:35
Forum: Ask for Help (v1)
Topic: completely remove the start-button and get the space under it
Replies: 7
Views: 3119

Re: completely remove the start-button and get the space under it

while hopelessly waiting for a possible help concerning the above-mentioned problem with the start-button, there are a few (more or less related) thoughts concerning the standard yellow tool-tips         that unwantedly and unavoidably appear when hovering a task-bar button, or even just quickly mov...
by adamantine
18 Sep 2022, 00:16
Forum: Ask for Help (v1)
Topic: direct remapping of 24 keyboard extra-buttons using ahk only
Replies: 2
Views: 1511

Re: direct remapping of 24 keyboard extra-buttons using ahk only

there are similar old topics like this or that the 2nd link contains the following sad conclusion (written in 2014):   I ended up having to make the steelseries program make the macro keys output CTRL+F1, CTRL+F2 etc. and use autohotkeys from there it's 2022, and i forcibly came to the nearly same ...
by adamantine
16 Sep 2022, 23:50
Forum: Ask for Help (v1)
Topic: completely remove the start-button and get the space under it
Replies: 7
Views: 3119

Re: completely remove the start-button and get the space under it

there is this example in the docs: Temporarily remove the active window from the taskbar by using COM          ...   DllCall   ... 17 months have passed. please let me clarify again: could this example be really useful in a serious attempt to completely remove the start-button? (and get the space u...
by adamantine
09 Sep 2020, 16:41
Forum: Ask for Help (v1)
Topic: transparent windows in screen-shots
Replies: 19
Views: 3494

Re: transparent windows in screen-shots

iseahound, the only problem with your working code is that it's not usable at all because it makes the cursor flicker . can you understand these words? all your speech has nothing to do with the real problem instead you decided to mention (and then to repeat it for some reason) your dissatisfaction ...
by adamantine
09 Sep 2020, 05:58
Forum: Ask for Help (v1)
Topic: transparent windows in screen-shots
Replies: 19
Views: 3494

Re: transparent windows in screen-shots

unfortunately i'm obliged to forget about this code (which works with transparent windows) because the cursor flickers in the moment when a screen-shot is created sometimes it flickers, sometimes not (~ in 5 cases out of 10) (but even if it was 1 out of 10, then it is still absolutely not acceptable...
by adamantine
08 Sep 2020, 19:25
Forum: Ask for Help (v1)
Topic: transparent windows in screen-shots
Replies: 19
Views: 3494

Re: transparent windows in screen-shots

iseahound , thank you. i altered the code experimentally (including the removal of a 'jpg' part and a '___date___' part ) the code works. and i hope that it will be in a constant use with no trouble i plan to use it very-very often (~700-1200 times every 24 hours: mostly as an automatic screen-shot...
by adamantine
08 Sep 2020, 08:08
Forum: Ask for Help (v1)
Topic: transparent windows in screen-shots
Replies: 19
Views: 3494

Re: transparent windows in screen-shots

easy fix = of course, i tried this several times. and it does not work Change 3 occurrences of directory . to directory . "\" . tmplinshi , thank you. these 3 changes turned out to be a solution (i also had to add the backslash at the end of the 2nd line, as Xtra suggested) iseahound , thank you fo...
by adamantine
07 Sep 2020, 22:26
Forum: Ask for Help (v1)
Topic: transparent windows in screen-shots
Replies: 19
Views: 3494

Re: transparent windows in screen-shots

try using it does not help Are you on a PC with Aero disabled? i have windows server 2003 Either way the answer is the CAPTUREBLT flag this code works for transparent windows but there is the similar problem (as in the 3rd message of this thread). the problem is related to the creation of a png-fil...
by adamantine
07 Sep 2020, 20:51
Forum: Ask for Help (v1)
Topic: transparent windows in screen-shots
Replies: 19
Views: 3494

Re: transparent windows in screen-shots

Does the following code work for transparent windows?
this code creates a screen-shot
but it does not work for transparent windows
by adamantine
07 Sep 2020, 12:40
Forum: Ask for Help (v1)
Topic: transparent windows in screen-shots
Replies: 19
Views: 3494

Re: transparent windows in screen-shots

what exactly should be changed so that the script began to save the png-files to A_Desktop "\Screen" ? the current situation is: - a png-file does not appear in the folder (but it should appear there) - a screen-shot appears in the clipboard (but this is the undesired behavior) (the clipboard should...
by adamantine
03 Sep 2020, 14:45
Forum: Ask for Help (v1)
Topic: switching between 2 windows only
Replies: 14
Views: 7152

Re: switching between 2 windows only

You should simplify the script to only sending next window and previous window and send it over and over i have nothing against simplifying. but i only know how to code the switching to next window or to previous window so now i'm trying to find out how to code the switching to 2 different windows ...
by adamantine
25 Aug 2020, 18:27
Forum: Ask for Help (v1)
Topic: transparent windows in screen-shots
Replies: 19
Views: 3494

Re: transparent windows in screen-shots

which captures transparent windows and cursors i saw the main part of this code earlier (in some other thread/forum) it really captures transparent windows and the cursor. but there are several problems. the 1st of them is: i cannot achieve the saving of png-files to: A_Desktop "\Screen" a png-file...
by adamantine
22 Aug 2020, 13:35
Forum: Ask for Help (v1)
Topic: switching between 2 windows only
Replies: 14
Views: 7152

Re: switching between 2 windows only

littlegandhi1199 I need to get your script working at all 1) were your attempts (to get the script working) successful? 2) what do you think about the question from my previous message? do you have any ideas concerning the implementation of that "count reset"?   sorry if this my message bothers you...
by adamantine
20 Aug 2020, 09:35
Forum: Ask for Help (v1)
Topic: completely remove the start-button and get the space under it
Replies: 7
Views: 3119

Re: completely remove the start-button and get the space under it

the 'StartKiller' utility only contains these files:
- StartKiller.exe - 90,5 KB (92 760 bytes)
- startkiller.ini - 38 bytes
- ashook.dll - 58,5 KB (59 992 bytes)

is it a good/safe idea to do this?:
1) unload the utility
2) regsvr32 ashook.dll
but i really suspect that it simply cannot be that easy
by adamantine
18 Aug 2020, 05:05
Forum: Ask for Help (v1)
Topic: completely remove the start-button and get the space under it
Replies: 7
Views: 3119

completely remove the start-button and get the space under it

i know just 1 really good and useful way to remove the start-button: to have the great and stable 'StartKiller' utility (startkiller.com) as constantly running exe-file in my case: - 'mem usage' is 5140 k - 'i/o write bytes' is always 232 (which is typical for more or less simple ahk-scripts or auto...
by adamantine
17 Aug 2020, 03:37
Forum: Ask for Help (v1)
Topic: switching between 2 windows only
Replies: 14
Views: 7152

Re: switching between 2 windows only

here's a question (for those of you who want to try to help but don't want to delve into the topic):

how to tell the script to reset the count if some other taskbar button got the focus somehow? (not the 2 recent taskbar buttons that were having the focus alternately)
by adamantine
15 Aug 2020, 14:13
Forum: Ask for Help (v1)
Topic: auto screen-shots (with auto pauses/continuations) (with special auto saves) Topic is solved
Replies: 5
Views: 2465

Re: auto screen-shots (with auto pauses/continuations) (with special auto saves) Topic is solved

in addition to the code from this thread, i have a code for manual creation of screen-shots so there is always running exe-file that contains (among many other things) this code (in the auto-execute section)...: ; automatic creation of screen-shots: pToken := Gdip_Startup() ;OnExit, ShutDown ;------...
by adamantine
14 Aug 2020, 04:12
Forum: Ask for Help (v1)
Topic: switching between 2 windows only
Replies: 14
Views: 7152

Re: switching between 2 windows only

windows server03 r2 sp2 (build 3790) autohotkey version: 1.1.28.02 i'm trying to guess: maybe the 321 and 32 numbers should be altered in these lines (in your OS): SendMessage, 0x418, 0, 0, ToolbarWindow32%idxTB%, ahk_class Shell_TrayWnd ; TB_BUTTONCOUNT SendMessage, 0x417, A_Index-1, pProc, Toolbar...

Go to advanced search