View previous topic :: View next topic |
Author |
Message |
Kumaresan
Joined: 05 Oct 2013 Posts: 2
|
Posted: Sat Oct 05, 2013 1:17 am Post subject: How to change title of akelpad. |
|
|
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? |
|
Back to top |
|
 |
Kumaresan
Joined: 05 Oct 2013 Posts: 2
|
Posted: Sat Oct 05, 2013 1:19 am Post subject: How to change title of akelpad. |
|
|
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? |
|
Back to top |
|
 |
F. Phoenix
Joined: 24 Dec 2011 Posts: 175
|
Posted: Sat Oct 05, 2013 3:19 am Post subject: |
|
|
hex editor |
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Sat Oct 05, 2013 12:07 pm Post subject: |
|
|
Kumaresan
Simple script (setTitle.js):
Code: | AkelPad.SystemFunction().Call("User32::SetWindowTextW", AkelPad.GetMainWnd(), "My title"); |
|
|
Back to top |
|
 |
KDJ
Joined: 06 Mar 2010 Posts: 1929 Location: Poland
|
Posted: Fri Oct 11, 2013 6:42 pm Post subject: |
|
|
Whole script: AkelPadTitle.js |
|
Back to top |
|
 |
|