need help over here

Please support our VB.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Feb 2005
Posts: 18
Reputation: N[e]tt[e] is an unknown quantity at this point 
Solved Threads: 0
N[e]tt[e] N[e]tt[e] is offline Offline
Newbie Poster

need help over here

 
0
  #1
Apr 6th, 2005
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)
Reply With Quote Quick reply to this message  
Join Date: Feb 2003
Posts: 793
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Solved Threads: 26
Team Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: need help over here

 
0
  #2
Apr 7th, 2005
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?
Assistant Manager, Pharmacy Informatics
Wordpress Learning Blog
Updated : ASP.Net Login Code
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 18
Reputation: N[e]tt[e] is an unknown quantity at this point 
Solved Threads: 0
N[e]tt[e] N[e]tt[e] is offline Offline
Newbie Poster

Re: need help over here

 
0
  #3
Apr 7th, 2005
thank...i solved it yday le..hee..i used msgbox to pop up the alert.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the VB.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC