try autohotkey, which is used to control hotkey and gui
this is my autohotkey script that is used for lauch gvim
SetTitleMatchMode, 2 ;set ahk title mode run C:\Program Files (x86)\Vim\vim73\gvim.exe ;lauch gvim winactivate, No Name ; active this window sleep, 500 ; sleep 500ms WinSet, Style, -0xC00000, [Vim default title] ;hide title bar WinSet, Transparent, 200, [Vim default title] ;make vim backgroup Transparent
source share