Internet Cafe Timer That Will Decrease Time ?
Jun 9, 2011
In my timer like the time they use in computer shop and when the player is already time out it will alert...the idea like this if the player start 3:00:00 then it will appear in the textbox for the time - in and in the time - out textbox the time is decreasing until 0:05:00 and it will alert using message.box.Show("Computer 2 is 5 mins before time end") and also for the payment textbox in every 15 mins it will addition payment for example 10.00....i need the source code or idea to create this..
View 7 Replies
ADVERTISEMENT
Feb 15, 2012
im trying to do is countdown timer.already done with the start time and stop time but when it comes to the pause time and resume cant seem to make it work, what i did was put on the event click on my pause button was add a timer1.enabled = false and on the resume button timer1.enabled true, it does it job pausing the running time, but when i resume for example, i pause at a time of 05:30 for 9 seconds then resume the timer resumes at 5:21, (im making a countdown timer here) ,what i want to happen is that, when i resume, it will resume from 5:31 then continue counting down to 5:30,5:29 .
View 1 Replies
Nov 3, 2011
I want to create a simple client server with GUI to control my little internet cafe in my house.My Question :
1. Where I can get some tutorial to control another computer with my server application
2. Where I can get some tutorial to control bandwidth usage (if can or available)
Honestly, for number one question, I want to block or control user for opening Porn site or Download with download manager that take too much bandwidth so it's affect another user connect too slowlyJust it for billing timing, pricing or another like that I can to program it, but for controling I still didn't understand.
View 2 Replies
Jan 27, 2011
I am trying to an Internet Cafe Management program, I have created a form with a start button for users to click, it starts the timers, and then a Finish button which clears the timers and brings the start button back up. That is as far as I have gotten.
What I am stuck on, is I want the timers and finish button to be constantly visible on their screen (Never behind any other windows they have open) and I also need to create the server application which when the finish button is pressed it sends the time to the server application and also calculates the price to charge the customer.
I preferably dont want to be given some source code to download and use that, I am wanting to make this as a learning experience for me.
View 6 Replies
Dec 26, 2010
I am making a internet cafe system, but I need a login system. I want to use MySQL, but I am not sure of any good servers(that are free) and of the code to use because all the code I try crashes.
View 1 Replies
May 20, 2012
I have created a vb.net application that uses a SQL Server database at a remote location over the internet.There are 10 vb.net clients that are working on the same time.The problem is in the delay time that happens when inserting a new row or retrieving rows from the database, the form appears to be freezing for a while when it deals with the database, I don't want to use a background worker to overcome the freeze problem.I want to eliminate that delay time and decrease it as much as possible?
View 3 Replies
Mar 19, 2012
When I run my app at first its keeps time accurately for the first minute or so there after it starts loosing seconds, and by the end of the day its minutes behind.I've created a class called ServerTimeTimer that has a timers.timer object that elapses every second and adds a second to a dateTime variable, and a property to retrieve the date time.[code]
View 5 Replies
Feb 24, 2012
im using the timer control, how do i set the start time and finish time? for eg, show a label text for 4 secs then hide. Googled for examples but still no joy.
View 4 Replies
Jul 17, 2009
Is there a quick and easy way to get internet time/date to use in a net application? I need it for creating a 15 day trial application, if I use local time/day user can simply change date before install and revert after. Using internet time I can simply add 15 days to it. VB.NET to C# [URL].
View 4 Replies
Jul 17, 2009
Is there a quick and easy way to get internet time/date to use in a net application?
I need it for creating a 15 day trial application, if i use local time/day user can simply change date before install and revert after. Using internet time i can simply add 15 days to it. VB.NET to C#
[URL]
View 2 Replies
Jun 10, 2011
I am working on a project for Cyber Cafe on VB.Net. I am unable to give the facility for storing how much data downloaded and uploaded during net surfing on a particular computer.
View 4 Replies
May 14, 2009
I want to write program about net cafe bout i don't know.
View 1 Replies
Dec 9, 2009
I want to set timer to count down from 40 mins, then messageBox("Time is up"). How do I do this?
View 2 Replies
May 12, 2010
I would like to close my program based on the system time. I have stuck a timer on my form and I want to set my timer to my systems time. if the timer = "8:00" pm or timer = 20:00 hrs then END Does any one have the code on this? If I could do it without the timer as in to check the systems time = 8:00 pm or 20:00 hrs then End
View 7 Replies
Aug 5, 2010
how can i stop a timer after one time?
View 1 Replies
May 6, 2012
I use a DateTimePicker to pick a dateTime value and see how much time I have until it is zero: [Code] The timer is set to make changes each one second. What Can I do to have the right results?
View 2 Replies
May 2, 2011
I have a user control which takes about 3 seconds in binding I want to use a timer in that time to run the progress bar.
[Code]...
View 9 Replies
Jan 4, 2012
I wonder is there a way to set a timer for a specific time interval? Lets say everyday between 23:00 and 23:10.
View 6 Replies
Feb 3, 2009
how to restart timer when is end? my timer code is:[code]
View 1 Replies
May 21, 2011
I have creted a label on my form and assigned it to current time in timer sub routine so that it keeps running when the form runs something like this:-Timer1 timer-tick()Curtime.text=timevalue(now) 'curtime is label which I had createdNow I want to update the curtime value with another time value in same timer sub routineso that it also runs when the form runs bt when I update it with another time value it does not update but it shows current time only.what should I do?
View 2 Replies
May 29, 2010
What line of code would I need to use the timer function just as a delay, so like as lines are being executed, once it gets to this timer it waits for say 1500 milliseconds before execution is continued.
View 4 Replies
Dec 12, 2011
I'm working on a reaction time program where I'll be testing... well, reaction time of a user. For this program I'll need a timer to stop at a random time interval, say somewhere between 3 and 10 seconds. Anyone know of a technique to do this. I've done some research and it seems there are a bunch of different ways of generating a random number just not sure how to assign that number to a timer.
View 6 Replies
May 7, 2011
I have a basic question about timers, that I can't answer myself. It's annoying me. My code is made to visit a website every X seconds. There are two problems.
I Set the interval for 30 sec and the first visit should be right now, not after 30 seconds.
After that, wait 30 sec and navigate to another one (in a listbox). The problem is that the Timer is not waiting that time after the first visit.[code...]
View 2 Replies
Aug 2, 2010
I have an application that I'm writing that needs to run 3 different Timers. One that will run every 5 minutes, 1 that will run every hour and 1 that has to run once a day sometime after 5:00 P.M. I know that I can seperate the application into 3 seperate applications and use Windows Scheduled Tasks to perform this however I would prefer to have everything in 1 application and just run the different Sub/Functions off of the appropriate Timer. I'm trying also figure out a way to avoid 2 timers firing at the same time.
What i would like to do is tell the 5 minute timer to run say 2 minutes after every 5 minute mark in the our so the first one would be at 12:07 and then the next would be at 12:12 and so on. The hour timer should run sa at 12:20. The daily one run at say 5:31.Is it possible to use the System.timer or the System.Threading.timer in this way?
View 17 Replies
Nov 26, 2011
I want to be able to make an internet window (its a java game in a popup) that are "active" or even "inactive" all time.In example: I'm opening a MSN chat window, in the game a symbole next to my name changes to "ZZ", what i want to do is to make this "ZZ" won't appear
View 24 Replies
Mar 5, 2009
I'm trying to program a countdown timer that shows the time in a label, with a button to start it, and if the button is pressed again add certain amount of time, for example 1 minute.
View 4 Replies
Feb 19, 2009
I'm currently writing a countdown timer on vb 2005, with the following characteristics: When I press a button and the timer is running, it adds time to the counter, for example, if the time is 2:30 and I press a button, and the period to add is 1:10, the new time would be 4:40. The window is always on top of every other window, and is active even though it doesn't have focus. When the time's up and i press a key, in this case Esc, the application closes, otherwise, it just continues. [Code]
View 5 Replies
Oct 13, 2009
if a label says 500 how can i make it go up by 2 each time a timer ticks?
View 20 Replies
Sep 25, 2010
I could only find this answer for c++ and C# so how do I make a timer pause for the amount of time , for example 4 seconds.
View 2 Replies
Feb 23, 2009
Im using the express edition of VB.Net to do my project. I have several threads in my program which run fine. However, im stuck at this problem. I have a button in my form, which if I click I will call ThreadA (works fine), If i keep it pressed for more than 2 sec i need to call ThreadB (doesnt work), and if the time is more than 2 min, i need to stop and send a msg to the user. I have tried the timer to calculate the elapsed time, so the tick function would call the thread. BUT this doesnt work... Im not sure what do to.
View 2 Replies