9fd88023e0
- Introdotta gestione messaggi multilingua. - Introdotto EgtPopup con la proprietà aggiuntiva Topmost che se disattivata permette di non avere i popup sempre in primo piano.
10 lines
350 B
VB.net
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
|