Page 1 of 1
How to change title of akelpad.
Posted: Sat Oct 05, 2013 1:17 am
by Kumaresan
Is there any way I can change the title bar of akelpad to custom string?
I m in desperate need to change the title bar.
I tried reshacker but unable to find exact location.
So any idea any one?
How to change title of akelpad.
Posted: Sat Oct 05, 2013 1:19 am
by Kumaresan
Is there any way I can change the title bar of akelpad to custom string?
I m in desperate need to change the title bar.
I tried reshacker but unable to find exact location.
So how do i do that in script? Any idea any one?
Posted: Sat Oct 05, 2013 3:19 am
by F. Phoenix
hex editor
Posted: Sat Oct 05, 2013 12:07 pm
by KDJ
Kumaresan
Simple script (setTitle.js):
Code: Select all
AkelPad.SystemFunction().Call("User32::SetWindowTextW", AkelPad.GetMainWnd(), "My title");
Posted: Fri Oct 11, 2013 6:42 pm
by KDJ