954,168 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

need help over here

Hi,any of you know how to like create a alert system(reminder) ??
using vb.net..windows application..and it goes in tis way..
a alert will pop out to tell u the amount of stocks when it left less than 10. (i creating an application -database)

N[e]tt[e]
Newbie Poster
18 posts since Feb 2005
Reputation Points: 10
Solved Threads: 0
 

You want something other than a Message Box?

Why not make a Label or Textbox populate with a response that shows the stock left is less than 10?

Do you mean a windows alert? Why make it that complicated? I would go with either a label or message box route.

If intInventoryAmount < 10 then
MsgBox("Note: The amount left is less than 10 units!")
End If


Please provide more details if this is not what you are asking for?

Paladine
Master Poster
Team Colleague
824 posts since Feb 2003
Reputation Points: 211
Solved Threads: 27
 

thank...i solved it yday le..hee..i used msgbox to pop up the alert.

N[e]tt[e]
Newbie Poster
18 posts since Feb 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You