Click here to Skip to main content
15,905,419 members
Please Sign up or sign in to vote.
1.36/5 (3 votes)
See more:
Wantt to create desktop popup application which will auto start when when i login to my machine and show knowledge tips.Kindly help to choose technology and guide.
Posted
Comments
muneebalikiyani 27-Aug-13 3:35am    
From Vista onwards, service will not be allowed to interact with the desktop, so cannot have a UI running directly out of the service. You need to build an agent application that starts up at user login that can chat to your service.
[no name] 27-Aug-13 5:58am    
Well you seem to have chosen VB.NET so what else, specifically, would you need help with?
anil shinde 28-Aug-13 2:24am    
I have show everyday different tip and that to on 25 machine.so how tip will get changed everyday..

OK, so what's the problem??

You launch the application out of the HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run key.

This would have to be a normal application, not a service.
 
Share this answer
 
I would suggest the Windows Task Scheduler. There you can declare a trigger to start a certain application, just play with the many possibilities e.g. 'on login', 'everyday at 8 am' etc.

Greetings
0bsidian
 
Share this answer
 
I want to show knowledge tip everday in popup(whenever machine starts) and that to on 25 machines. which technology should i use to develop application? Any suggestions?
 
Share this answer
 
v2

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