i have to generate a reminder to the user alerting about payment due dates.
i am doing it using a label control which is placed in the main page, so just after he logged in, the DB will be checked for due dates and if any date is nearing , the reminder will be generated


is there any other way to send an alert or a reminder itself in VB ?

Recommended Answers

All 2 Replies

is there any other way to send an alert or a reminder itself in VB ?

I read the question as that you are wondering how else you can alert the user to the reminder?
You could trigger a popup (msgbox) or a new form purposely for displaying alerts. This is an alternative to just updating a label on a form.

thanx very much i think thats a btter way of having an alert

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.