How to change title of akelpad.

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 2
Joined: Sat Oct 05, 2013 1:03 am

How to change title of akelpad.

Post 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?

Offline
Posts: 2
Joined: Sat Oct 05, 2013 1:03 am

How to change title of akelpad.

Post 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?

Offline
Posts: 176
Joined: Sat Dec 24, 2011 4:05 pm

Post by F. Phoenix »

hex editor

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »

Kumaresan
Simple script (setTitle.js):

Code: Select all

AkelPad.SystemFunction().Call("User32::SetWindowTextW", AkelPad.GetMainWnd(), "My title");

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »

Whole script: AkelPadTitle.js
Post Reply