vb.net - Implementing timer states(Available,Busy,Away etc) in a chat application vb8 -
i developing chat application , trying include:
- various states, msn does, available, busy , away.
- if user doesn't touch keyboard 1 minute, state of user isto changed away. or similar these.
i need program able play sound while running.
can community aid me resources me implement , perhaps code if has experience similar application?
to manage inactive state, can use timer paired global keyboard hook (the article c#, can translate vb.net). each time application receives keyboard message, timer reset inactivity interval. if timer runs out, can set status of application inactive.
Comments
Post a Comment