Window Message Reference for LCDHype ==================================== You can control LCDHype throught window messages. To control LCDHype in this way simply send a message from the list below to a window of LCDHype. (class is "TLCDHypeClass" or "TLCDHypeMessageHandler"). Shortcuts: NE -> not evaluated, means value is ignored Description Message Value WParam Value LParam Value Comment --------------------------------------------------------------------------------------------------------------- change script 1024 1 script index --------------------------------------------------------------------------------------------------------------- change script next 1024 5 NE --------------------------------------------------------------------------------------------------------------- change script previous 1024 6 NE --------------------------------------------------------------------------------------------------------------- light control 1024 2 0 = light on 1 = light off 2 = light control by script --------------------------------------------------------------------------------------------------------------- input 1024 3 input code --------------------------------------------------------------------------------------------------------------- mp3 controller 1024 4 controller key 0-9 --------------------------------------------------------------------------------------------------------------- minimize LCDHype 1024 7 NE --------------------------------------------------------------------------------------------------------------- default closing 16 NE NE default closing behavoir, same as clicking on close button --------------------------------------------------------------------------------------------------------------- forced closing 1024 8 NE forced closing of LCDHype, all unsaved data will be lost ---------------------------------------------------------------------------------------------------------------