Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
set additional properties for the window
#1
Hello everyone, I want to know, QM how to set some additional properties of the window, I hope someone can provide some suggestions or methods, thanks in advance Smile

For example, I want to set up a notepad window: 

1.the title bar is hidden

2.the label is not displayed on the taskbar

3.and the transparency of the window is 50%.

4.After clicking the minimize button, in the lower right corner of the taskbar, a small icon is displayed.

Macro Macro2
Code:
Copy      Help
int w
run "$system$\notepad.exe" "" "" "" 0xA00 win("-" "Notepad") w
;code for 1.the title bar is hidden
;2.the label is not displayed on the taskbar
;3.and the transparency of the window is 50%.
;4.After clicking the minimize button, in the lower right corner of the taskbar, a small icon is displayed.


Messages In This Thread
set additional properties for the window - by win - 11-13-2018, 11:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)