Internet Cafe Database Video Tutorial
Submitted by admin on Wednesday, February 25, 2009 - 17:23.
Because a lot of my visitors are asking about Internet Cafe Billing I decided to create a simple video tutorial on how to open some features which cannot be found in the visual basic version of my program.
about CAFE MANAGEMENT code of vb and .net
can u please help me ......
m not able to run that project plz tell me how to do it ..
regards ...
re: Galing
Yah sure. Watch my Hotel Reservation System using vb.net. I'm gonna upload it today.
Editing the cyber Cafe project
Hi,
I think this is a brilliant project and very well written.
I am new to VB6 and I am struggling to understand how a couple of things work.
I was going to amend the functionaility behind the ticket/coupon.
The vb code is fraTicket.ZOrder 0
However I cannot find the form layout as the definition is hidden.
Could you please explain to me how and what this piece of code is doing.
Many thanks
re: Editing the cyber Cafe project
I'm just using the Frame control. So, you much use your mouse right click and then click send to back to make the other control visible. Do this in every frame control during design time.
computer monitoring
hi can i ask about internet monotoring system?
im miss madeline from bohol, bscs student
I got error every time when i give to the client ULIMITED access
Run-time '13': Type mismatch
13 Type mismatch Recieved Data_procedure call
"server display"
and when i click Debug
it brings me to this codes
Else
LeftHour CDate(strArray(0))- CDate (UserHour)
End If
If (CDate(UsedHour) >= CDate(strArray(0)))= True Then
Logout
Exit Sub
pls help me sir to this error,,,,.......thank you in advance.........more power to you and to your future career..
re: I got error every time when i give to the client ULIMITED...
Which line that gives you an error? And what is the value of the variable?
LeftHour =
LeftHour = CDate(strArray(0))- CDate (UserHour)
this is the line that makes an error....... pls .....can you make some check....pls....thanks in advance
re: LeftHour =
Kindly hover your mouse to the variable where the debugger breaks and let me know the value of the variable strArray(0) and UserHour).
I think it is UsedHour and not UserHour.
I got error every time when i give to the client ULIMITED access
Run-time '13': Type mismatch
13 Type mismatch Recieved Data_procedure call
"server display"
and when i click Debug
it brings me to this codes
Else
LeftHour CDate(strArray(0))- CDate (UserHour)
End If
If (CDate(UsedHour) >= CDate(strArray(0)))= True Then
Logout
Exit Sub
pls help me sir to this error,,,,.......thank you in advance.........more power to you and to your future career..
Dim rstReport As New ADODB.Recordset is driving me crazy
I keep getting an error message(s). :[
It says "User-defined type not defined" and it highlights Ln 6, which is Dim rstReport As New ADODB.Recordset
I suck at programming, so basically I can't debug it. LOL
What could be the problem? I guess I'm the only one encountering this, haha.
BTW, by reading your docus and seeing your code, I can say you did a really great job here. (Only thing is I'm an idiot and I can't run it properly)
re: Dim rstReport As New ADODB.Recordset is driving me crazy
May be you forgot to add a Microsoft ADO under references. If this is the case then click project menu and click references.
Check Microsoft ActiveX Data Objects.
re: re: Dim rstReport As New ADODB.Recordset is driving me crazy
Thanks, that worked, but I'm still having errors :[
It says adoPrimaryRS is an ambiguous command, so I removed it, lol. After that, I received another error at WinsockServer.Listen, error msg box says "method or data member not found", so I removed too. XD
After removing those two, I successfully run the program but, there's something written on the status bar...it's very long, but I think it has something to do with the location of the database (Internet Record.mdb). What I did is I extracted the database to my docs and then I manually typed the location of the database in the codes. The next error is the .ColumnHeaders (@_@) and the Private Sub Fill_Listview() is highlighted in yellow, "method or data member not found" again.
This is really long, sorry but I can't fix the errors. I just wanted to see the program running so I can study the codes easily.
re: re: re: Dim rstReport As New ADODB.Recordset is driving me..
I don't know why you're having this kind of error. Did you edit something on the code? Do you have MDAC installed?
b.tech project
give me some guideline to create cafe management software in j2ee.
my email is
[email protected]
For Installation
Dear
Please help me how to install it on Server & Client PC plz help me for that
Thank You
LOL i can't see the video.
LOL i can't see the vedio. Your vb codes are really difficult to understand im just a newbe and hope you tech me whts going on. pls for the safe of my graduation big thans man.
problem in Time Plan
really great job.. i am trying this software backend is sql server 2005. get some error to create ticket-coupon . plz help me..
Add new comment
- Add new comment
- 177 views