473,387 Members | 1,603 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How to create a popup birthday reminder application in VB6

vdraceil
236 100+
Can someone help me develop a BIRTHDAY REMINDER in vb6.0?? I want it pop up on the screen once the computer comes to life or when it becomes active..
Aug 26 '07 #1
17 15464
Killer42
8,435 Expert 8TB
Can someone help me develop a BIRTHDAY REMINDER in vb6.0?? I want it pop up on the screen once the computer comes to life or when it becomes active..
You really need to give it a shot yourself, and come back to us if you run into difficulties in the code. We're not a programming school, we're more oriented toward helping developers overcome specific problems in the programming.

(As for doing it when the computer starts up, just put a shortcut to your program in the Startup group.)
Aug 27 '07 #2
hariharanmca
1,977 1GB
Can someone help me develop a BIRTHDAY REMINDER in vb6.0?? I want it pop up on the screen once the computer comes to life or when it becomes active..
Store DOB in database and check with system date = DOB in database.
Aug 27 '07 #3
Killer42
8,435 Expert 8TB
Store DOB in database and check with system date = DOB in database.
You realise of course, that would only work once per person? And only if you set it up before they are born? :D
Aug 27 '07 #4
hariharanmca
1,977 1GB
You realise of course, that would only work once per person? And only if you set it up before they are born? :D
Yes. Okay, how about month and date of DOB is equal to Month and date of system date?
Aug 27 '07 #5
Killer42
8,435 Expert 8TB
Yes. Okay, how about month and date of DOB is equal to Month and date of system date?
I assume that was what you meant. I was just being especially nitpicky today. :)
Aug 27 '07 #6
hariharanmca
1,977 1GB
I assume that was what you meant. I was just being especially nitpicky today. :)

You mean, System date is changeable?

Of-course. All our process date will get from system (if it is net work, then ‘Server’) only. And one more thing, interested to get your solution.
Aug 27 '07 #7
Ali Rizwan
925 512MB
Can someone help me develop a BIRTHDAY REMINDER in vb6.0?? I want it pop up on the screen once the computer comes to life or when it becomes active..
A reminder is not much defficult to erite.

Just use timer text boxes and fso for this purpose. I have also made my own reminder for me with sound features like siren etc. When the selected day comes let 4 then after computer turns on siren sound played.

If you want it i will send you with source only for you. But i dont know how to make an icon in right side of task bar beside soundcontrol i just want that thing other wise my reminder is good.
Aug 27 '07 #8
QVeen72
1,445 Expert 1GB
Hi,

As all the above say, Store DOB and Names in a Database,
Create a New Project, Add A Form, In Form Activate Event , Compare System Date (Day/Month) With the Stored Values, If Any Thing Matches, Pop-Up the BDay Wish. Else, End the Propgram. Compile and Place the Exe in "Start up".

So whenever the system starts, the Exe is Run...

REgards
Veena
Aug 27 '07 #9
vdraceil
236 100+
A reminder is not much defficult to erite.

Just use timer text boxes and fso for this purpose. I have also made my own reminder for me with sound features like siren etc. When the selected day comes let 4 then after computer turns on siren sound played.

If you want it i will send you with source only for you. But i dont know how to make an icon in right side of task bar beside soundcontrol i just want that thing other wise my reminder is good.
I'll be happy if you post the code you mentioned..
Aug 28 '07 #10
Ali Rizwan
925 512MB
I'll be happy if you post the code you mentioned..
I m writing just wait for a while and be online it takes just few minutes.
Ok bye
Aug 28 '07 #11
kadghar
1,295 Expert 1GB
I'll be happy if you post the code you mentioned..
The basic idea would be... let's say you have the array with dates called DOB()
and an array of strings with the names in the same order Names().

When the program initializes, it just has to do something like

Expand|Select|Wrap|Line Numbers
  1. Dim i As Long 'yeah, we've got a lot of friends
  2. For i = Lbound(dob) To Ubound(dob)
  3.      If Year(dob(i)) = Year(Date) And Month(dob(i)) = Month(date) Then Msgbox "Today is " & names(i) & " BD!!!"
  4. Next
Aug 28 '07 #12
Ali Rizwan
925 512MB
the basic idea would be... lets say you have the array with dates called DOB() ...
My program is very simple Ok
You can understand very easily.
NO declarations just textboxes and timers.

Execute Birth Wisher.exe and see

Please tell me that you like this because it is running good I'm here waiting for your reply.
Aug 28 '07 #13
Ali Rizwan
925 512MB
I'll be happy if you post the code you mentioned..
Ok sorry i have send it to another person.
Ok
I have attached it.
Just execute it and see
remember i have made it for only one person. You can modify it for yourself.
Now enjoy and telll me tha you liked it or not.
I m waiting
Attached Files
File Type: zip Wisher.zip (51.8 KB, 2363 views)
Aug 28 '07 #14
vdraceil
236 100+
i've successfully made a birthday wisher program and it runs perfectly when added to startup list..i created a package of my project, is there any possibility that when it is installed,it automatically adds itself to start up group...so that many others can use it with ease
Oct 12 '07 #15
Ali Rizwan
925 512MB
i've successfully made a birthday wisher program and it runs perfectly when added to startup list..i created a package of my project, is there any possibility that when it is installed,it automatically adds itself to start up group...so that many others can use it with ease
Great!
Have you used database at back end?
I have also start making an but i have to pause it in the middle.
But now you have made it.
To make install package use any type of software like setupfactory, installshield etc by using these you can make you software setups quickly and conveniently. And you can also make shortcuts automatically after installation.
Use one of these softwares.
GOODLUCK
ALI
Oct 12 '07 #16
jaypal
1
hello sir i want to make reminder so plz help me...
Feb 8 '12 #17
@Ali Rizwan
Sir, please tell me how to install & check this software
Dec 10 '19 #18

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Alice Z. | last post by:
I have Cassini running on my windows XP Home. I am trying to create an ASP.NET application using VB.NET, but I keep on getting following error: Unable to create web project 'WebApplication1'. The...
2
by: Mickey | last post by:
When I try to create a new web application in VS Studio .NET 2003 at a simple default location eg: http://localhost/WebApplication1 I get the following error: Visual Studio .NET cannot create or...
2
by: Roberto Rocco | last post by:
Whenever I try to create a new ASP Web Page I get this message : "Visual Studio cannot create or open the application because the Web server on this computer is not running. Start the Web server...
1
by: hashemian | last post by:
Hello, I would create a new web application, So I created a virtual folder and added FrontPage Server Extensions to the virtusl folder to create a subweb. But when I try to get a new web...
5
by: Ataana | last post by:
Hi I want to implement reminder application that pops up at the specified time. I think there would be some sort of timer that will check when a reminder is due and pop-up the reminders. The...
3
by: SamsonJohn | last post by:
HI ALL HOW CAN I CREATE POPUP APPEARS WITH TAIL POINTING TO PARENT WINDOW You can go through google calender When you click On theEvent a popup box APPEARS WITH TAIL POINTING TO PARENT WINDOW ...
5
vdraceil
by: vdraceil | last post by:
Hi everyone,i've programmed a birthday reminder in VB6.0.It runs perfectly when added to start up list. I want to make a setup of it,so that when any user installs it,it must add itself to the start...
1
by: Paul Owusu Mensah | last post by:
Bytes I'm having problem with microsoft access / VBA program. I have been able to program for a birthday reminder pop- up in the 'on load property sheet'Form. it is working alright but when I...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.