Pop up Notification Design
-
I am trying to design a pop-up notification in VB. For example i have an expiring date for some items and wants to notify the user about item that are about expiring and the number of days left. I am using VB and Microsoft SQL Server. ANy help?????
-
I am trying to design a pop-up notification in VB. For example i have an expiring date for some items and wants to notify the user about item that are about expiring and the number of days left. I am using VB and Microsoft SQL Server. ANy help?????
I can't see the problem here. You either need to design your own form and populate it, or you need to use a Message Box like this
MsgBox(String.Format("{0} will expire on th {1}",Product.Name,Product.ExpiryDate)
. I am not sure what you really need to do. -
I am trying to design a pop-up notification in VB. For example i have an expiring date for some items and wants to notify the user about item that are about expiring and the number of days left. I am using VB and Microsoft SQL Server. ANy help?????
What have you tried so far? Sounds an easy enough task, but if you are stuck getting the code to work, post a relevant code snippet describing the problem and I'm sure we can help you out.
If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) [My Articles] [My Website]