Reply

Join Date: Mar 2005
Posts: 3
Reputation: coolgal_neha is an unknown quantity at this point 
Solved Threads: 0
coolgal_neha coolgal_neha is offline Offline
Newbie Poster

project help

 
0
  #1
May 28th, 2005
hi
i am a newbie here and i have a school project to make on cafe management and it is an eating cafe . wat i wanted to know was is making a progress bar in vb only possible in vb.net or is it possible throught vb6 also .2)i wanted to ask if someone has any projects on cafes or cateens or retraunts or hotels so i can get an idea of the forms i need
thank you
Neha
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 41
Reputation: mrmike is an unknown quantity at this point 
Solved Threads: 0
mrmike mrmike is offline Offline
Light Poster

Re: project help

 
1
  #2
May 28th, 2005
hi and welcome

the progress bar can be used under vb6 as well as .net

not sure what you know of progressbars but they are very simply to use

progressbar.min=minimum_value
porgressbar.max=maximum_value
progressbar.value=current_value
it will probably depend on how far indept you have to go for the project. but some basic forms would have to hold staff details/times, stock levels/costs, lists of suppliers, budget, invoicing, etc, etc

I'm sorry I haven't any forms for you to look at
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: project help

 
0
  #3
May 28th, 2005
I don't remember 100%, but I think you are supposed to stick the progressbar.value=current_value in a timer, or some kind of "update" function so that you can have it keep track of where it's position is, relative the operation you are performing. So, if you are installing something, you have to know when you are 1/2 way through the install, so that the progress bar reflects that.
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 3
Reputation: coolgal_neha is an unknown quantity at this point 
Solved Threads: 0
coolgal_neha coolgal_neha is offline Offline
Newbie Poster

Re: project help

 
0
  #4
May 30th, 2005
hey
could u plz give me the code so i could use the progress bar in my prject in vb6 . also i have a query
in my project there are people on duty is it poossible to show the person on duty for that current date only
thank u
neha
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: project help

 
0
  #5
May 30th, 2005
MrMike's post is the proper way to do it... I don't have your project, so I can't give you specifics, but here is a page that has a great tutorial on how to implement a progress bar in your application:
http://www.codeguru.com/vb/controls/...cle.php/c7121/ I find that this progress bar is fairly easy to use... you just add 1 to the value, during your processing, but ultimately, you'll have to play with it in your app to see how to make it work for you.

I don't fully understand the second question you are asking. I see that it has something to due with duty and the date, but I'm not sure what you mean exactly. Let me know, and I'll see what help I can offer.
Reply With Quote Quick reply to this message  
Reply

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


Thread Tools Search this Thread



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

©2003 - 2009 DaniWeb® LLC