Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Kindly help me which technology is suitable for developing Desktop ticker for Windows application
Posted
Updated 11-Feb-13 22:52pm
v2
Comments
nv3 12-Feb-13 4:51am    
That same question was posted almost simultaneously by another user. So I guess, either you have two accounts or this is a classroom homework assignment.

1 solution

I'm not quite sure what you mean by 'Desktop ticker', but I I'd go with AutoIt for this aim.

http://www.autoitscript.com/site/autoit/[^]

It's a light weight script language for windows with (surprisingly) VB alike syntax
 
Share this answer
 
v2
Comments
Shiv irfi 12-Feb-13 5:40am    
Thank you very much for you're response.

I will give u an clear picture about my question it is said below :

Application to display Messages in Desktop Bottom - We can have an application which will by default run on everyone system. Whenever a new notification or circular is sent, it will display a running message with the notification content in the bottom of the screen (like we get messages in bottom of TV) The message will run till the user closes the small message window in the bottom of the screen. So everyone will read n close the message. Messages will also be archived for future reference.

Kindly let me know which programming technology is suitable to use.
Any help would be greatly appreciated
Thank you
max_nowak 12-Feb-13 7:27am    
I'm sure there already are a lot of software solutions out there, which would meet your requirements.
But if you really want to develop it yourself, you will need something like a server application and a client program which listens on e. g. tcp-layer level for a certain port for incoming messages and notifies the users if so. Also its not recommandable to tell your client to listen continuously for new message because otherwise the network traffic will be so huge that your network will be slowed down tremendously, especially when there are many clients.

But still, most probably there are many better solutions for this.
Shiv irfi 12-Feb-13 7:44am    
Thank you very much for you're response.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900