| | | Junior Member
       
Group: Forum Members Last Login: 3/26/2010 1:58:55 AM Posts: 12, Visits: 21 |
| hey guys,
help me again.
i want a code for alarm. the program should store at least 10 messages at a time.i have some sample.
now the problem is that i miss the alarm when the pc is off. i want tht it should remind me when i start my pc next to that time.
what can i do..
can i have a simpler code.
my need is to get reminder, no graphics is also not a problem. i just need that a message box is open telling me the reminder.
reply ASAP |
| | | | 
Forum God

Group: Moderators Last Login: 2 days ago @ 6:29:46 PM Posts: 1,889, Visits: 5,254 |
| | Well it would be a guessing game without seeing your app. Can you post your app or is it a secret? You can have it running as soon as Windows starts up. You best option would be to have it running in the background but you have an icon for it in the Systray (next to the clock). 
Keith
I've been programming with VB for 15 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning. |
| | | | 
Forum God
       
Group: Forum Members Last Login: 12/4/2011 11:46:01 PM Posts: 545, Visits: 2,544 |
| You can do as Keith said or you can have your program start by scheduling it in the Scheduled Tasks found in your Control Panel. Just select "Start At Log On".
________________________________________________________________ "So much to learn. So little time to do it. Wise men know it's later than one thinks"! Mark's Syntax.Zip Pause Sub I don't answer programming questions via PMs. That's what the forum is for! |
| | | | Junior Member
       
Group: Forum Members Last Login: 3/26/2010 1:58:55 AM Posts: 12, Visits: 21 |
| i want a code with least complexity..
it shold be as simple as possible , also i dont know how to run code in backgroung.
do any one have a sample code , so that from which i can learn.
thank you
reply ASAP |
| | | | 
Forum God

Group: Moderators Last Login: 2 days ago @ 6:29:46 PM Posts: 1,889, Visits: 5,254 |
| mattaankit12 (2/9/2010)
it shold be as simple as possible , also i dont know how to run code in backgroung. do any one have a sample code , so that from which i can learn.Ok here is an example of how to put your app in the Systray. It shows a few tips like ToolTip and flashing icon. If its running in the background it can be visible in the Systray. To save on my upload space here is an app that will allow you to add or remove your app from the Windows startup Show Application at Startup. If you get stuck then you can always do a search on PSC 
Keith
I've been programming with VB for 15 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.
|
| | | | Forum Newbie
       
Group: Forum Members Last Login: 3/10/2010 4:55:03 AM Posts: 2, Visits: 1 |
| | We will be uploading the source code for the programme ,soon.Meanwhile check the other similar codes at http://www.codin-guru.tk |
| |
|
|