Files
Emmanuele Sassi 9fd88023e0 EgtWPFLib :
- Introdotta gestione messaggi multilingua.
- Introdotto EgtPopup con la proprietà aggiuntiva Topmost che se disattivata permette di non avere i popup sempre in primo piano.
2016-02-12 08:32:23 +00:00

10 lines
350 B
VB.net

Module ConstMsg
Public Const MSG_EGTWPFLIB As Integer = 20000
Public Const MSG_EGTCALCULATOR As Integer = MSG_EGTWPFLIB + 10
Public Const MSG_EGTCALCULATORWD As Integer = MSG_EGTWPFLIB + 20
Public Const MSG_EGTKEYBOARD As Integer = MSG_EGTWPFLIB + 30
Public Const MSG_EGTMSGBOX As Integer = MSG_EGTWPFLIB + 40
End Module