Hello sir plz send me complete vb assignmnet (with coding) on small hotel/motel management using access .plz sir plzzzzzzzz my email id is [email protected]'s very very urgent.
Can u help me with this?
I need a source code to make a hotel reservation system in VB.NET.
Please, send me full source code of Hotel Management and Inventrory Management,PayRol System (Developed in .Net (Asp.net,Vb.Net,C#.net) with Manual .....
Sir will you plzz.pass me the whole codes of your hotel management information system.....just snd it to my email [email protected] you so much ... Sir i really need it right now... i used it on my project design...
Am working on a hotel management system in vb6.0 as a project.
I have a small problem..
I hv 5 tables but before the client can check in i need to check the availability of the room.
i need to check the status in the room table if the room of type (single or double or deluxe).
Am using ADODC..
i need your help..
i cant do this code at all..
Can u plz help me..
my mail is [email protected]
thnx in advance..
roomid,price per children,price per adult,type of room,status
type of room can be single Room,double Room, honeymoon,
family,super deluxe.
for my reservation form i hv a check availability button in it..
the person inputting the details just need to select the type of room from a dropdown list..
After selecting the type of room, there is the check availability button that comes now..
for this button i need to go to the room table to see if a room of type single or double or deluxe is available or not.
plz do tel me if you are declaring more variables
as i hv already declared db and rs globally..
i hv started the code as follows:
Private Sub cmdAvailability_Click()
Set db = OpenDatabase("C:\Users\Desktop\Hotel system.mdb", False)
Set rs = db.OpenRecordset("room", dbOpenDynaset)
If cboType.Text = "Single Room" Then
function of button check availability:
check the status of the type of room chosen
see if the room is vacant
if room is occupied disable save button and a msgBox appears no rooms are available
if room is vacant then msgBox i.e Room is available..
Your technique is redundant. If you see my hotel reservation system you do not need to call a procedure in order to know if the room is available. In my room window you'll already know if the room is vacant or not. I think this is the best solution for your problem. Just copy some code on my program and integrate it on your own.
hello sir i would like to ask you if you have tried to create a payroll system using php and mysql, if so can i get from you a sample code? i really need it please help me....here is my email address: [email protected]
i hav downloaded ur project on hotel management but wen i try to laod it ...this is displayed...error loading ..\crvier.dll..and..error loading..\b8Controls4.ocx..plz help
Sir, please tell me how can I change the web site address and email ID and TIN number and how to place my own logo on the top of final bill print page.
i am bca-iii student, i have to submit a project on hotel management system....i am thinking about to use visual c++ as front end....cud u plz suggest me regarding this
please i would like you to help me get a software and the codes with the documentation of the project i will like to practice and be good
my email address is [email protected]
Comments
admin
Sat, 08/15/2009 - 10:34
Permalink
re: Need Help Sir
Do it yourself, please...
Anonymous (not verified)
Fri, 08/14/2009 - 10:55
Permalink
Assignment on small hotel/motel management system
Hello sir plz send me complete vb assignmnet (with coding) on small hotel/motel management using access .plz sir plzzzzzzzz my email id is [email protected]'s very very urgent.
Can u help me with this?
I need a source code to make a hotel reservation system in VB.NET.
I'm looking forward for your reply..
Thanks
admin
Sat, 08/15/2009 - 10:26
Permalink
re: Assignment on small hotel/motel management system
Navigate at the right sidebar to download the free source code for Hotel Reservation System (VB.NET).
tutusaint
Mon, 08/10/2009 - 22:19
Permalink
Help
I am a computer science student in my country Nigeria
I have an assignment to develop a Club management/dues payment and accounting program.
Club member registers and upload their passport.
The club has sections which has difference dues and also the overall dues of the club.
Please provide me with your email so I can send u the full details.
I would be glad if u would help me
admin
Tue, 08/11/2009 - 09:54
Permalink
re: Help
Sorry but I cannot create the whole program for you. Instead study the source code in this website and make your own.
You can ask question when you encounter a problem for the code later on...
Anonymous (not verified)
Thu, 08/06/2009 - 17:11
Permalink
Hello : I have some need
Please, send me full source code of Hotel Management and Inventrory Management,PayRol System (Developed in .Net (Asp.net,Vb.Net,C#.net) with Manual .....
My Email Id -- [email protected]
inten_16
Tue, 08/04/2009 - 18:17
Permalink
password for the database in microsoft access
hi, can you tell what is the password in database in Microsoft access? tnx
Anonymous (not verified)
Thu, 09/17/2009 - 17:45
Permalink
password
password for the database in microsoft access
admin
Wed, 08/05/2009 - 09:47
Permalink
re: password for the database in microsoft access
Read FAQ.
Anonymous (not verified)
Fri, 07/31/2009 - 15:56
Permalink
b8controls4.ocx
where can i get b8controls.ocx pls help me tnx.. or just send me the file in this email add [email protected] thnx alot.. pls pls pls...
Anonymous (not verified)
Tue, 07/28/2009 - 18:51
Permalink
Ego amare te
Sir will you plzz.pass me the whole codes of your hotel management information system.....just snd it to my email [email protected] you so much ... Sir i really need it right now... i used it on my project design...
Anonymous (not verified)
Fri, 07/17/2009 - 10:27
Permalink
database
Sir will you plzz.pass me the whole codes of your hotel management information system.....just snd it to my email [email protected]
Anonymous (not verified)
Fri, 06/26/2009 - 14:49
Permalink
hello
Am working on a hotel management system in vb6.0 as a project.
I have a small problem..
I hv 5 tables but before the client can check in i need to check the availability of the room.
i need to check the status in the room table if the room of type (single or double or deluxe).
Am using ADODC..
i need your help..
i cant do this code at all..
Can u plz help me..
my mail is [email protected]
thnx in advance..
admin
Fri, 06/26/2009 - 16:33
Permalink
re: hello
Give us some portion of your work which you need help.
Anonymous (not verified)
Sat, 06/27/2009 - 00:41
Permalink
hello
i hv a table room with the following fields:
roomid,price per children,price per adult,type of room,status
type of room can be single Room,double Room, honeymoon,
family,super deluxe.
for my reservation form i hv a check availability button in it..
the person inputting the details just need to select the type of room from a dropdown list..
After selecting the type of room, there is the check availability button that comes now..
for this button i need to go to the room table to see if a room of type single or double or deluxe is available or not.
plz do tel me if you are declaring more variables
as i hv already declared db and rs globally..
i hv started the code as follows:
Private Sub cmdAvailability_Click()
Set db = OpenDatabase("C:\Users\Desktop\Hotel system.mdb", False)
Set rs = db.OpenRecordset("room", dbOpenDynaset)
If cboType.Text = "Single Room" Then
function of button check availability:
check the status of the type of room chosen
see if the room is vacant
if room is occupied disable save button and a msgBox appears no rooms are available
if room is vacant then msgBox i.e Room is available..
please do help me..please..
Thanx in advance..
admin
Sat, 06/27/2009 - 18:51
Permalink
re: hello
Your technique is redundant. If you see my hotel reservation system you do not need to call a procedure in order to know if the room is available. In my room window you'll already know if the room is vacant or not. I think this is the best solution for your problem. Just copy some code on my program and integrate it on your own.
Anonymous (not verified)
Sat, 06/27/2009 - 23:03
Permalink
hello
i hv a problem to run your program..
Private Sub b8SBT_SizeChange(ByVal newSizeState As b8Controls4.eSizeState)
it highlights the above codes n says in a msxbox
Compile error:
"user-defined type not defined"
plz help me..
thnx in advance..
admin
Sat, 06/27/2009 - 23:19
Permalink
re: hello
Did you register the b8controls.ocx?
Anonymous (not verified)
Mon, 06/29/2009 - 10:26
Permalink
hello
I dont know how to do this .. please help me..
Can u please tell me what need to be done?
Thnx in advance.
admin
Mon, 06/29/2009 - 18:13
Permalink
re: hello
Read the readme.html inside a zip file and also the FAQ.
Anonymous (not verified)
Wed, 07/01/2009 - 00:35
Permalink
hello reply to me in my
hello reply to me in my mail.. i want you to help me in doing the check availability button of my Project..
i knw its a small work..
But am not able to proceed further..
my mail is [email protected]
plz
plz..
i want to discuss with you a bit on it..
plz..
Thnx in advance..
admin
Thu, 07/02/2009 - 14:12
Permalink
re: hello reply to me in my
What is the subject of your email? So I can identify yours.
Anonymous (not verified)
Thu, 07/02/2009 - 19:34
Permalink
hello
may i knw your mail add..
admin
Fri, 07/03/2009 - 11:13
Permalink
re: hello
Use the contact page if you want to email me.
Anonymous (not verified)
Fri, 10/30/2009 - 13:54
Permalink
Hi Sir,,How to Make a System Hotel Reservation
Hi
good day sir,,can u help us how to make a source code of Hotel reservation system,,,,this is our project in ASP.NET,,,
Plssss ,,asap
thanks
Anonymous (not verified)
Wed, 06/24/2009 - 06:24
Permalink
HELLO
HI I DONT HOW TO START MY THESIS IN HOTEL AND RESTAURANT MANAGEMENT CAN HELP ME? IVE NO GROUPM8 DUE TO SOME REASON IM WORKING ALL BY MYSELF
admin
Wed, 06/24/2009 - 10:37
Permalink
re: HELLO
Hi,
Download my hotel reservation system and study it as long as you can so you will know how it works.
Anonymous (not verified)
Thu, 01/20/2011 - 10:21
Permalink
humble request
can u plz send me the source code of hotel management system in netbeans(6.5.1) connected to database mysql.
my id is [email protected]
Anonymous (not verified)
Fri, 06/19/2009 - 09:00
Permalink
payroll system
hello sir i would like to ask you if you have tried to create a payroll system using php and mysql, if so can i get from you a sample code? i really need it please help me....here is my email address: [email protected]
admin
Sat, 06/20/2009 - 14:31
Permalink
re: payroll system
Sorry but I don't have payroll made in PHP.
Anonymous (not verified)
Sun, 05/31/2009 - 13:27
Permalink
error in loading
i hav downloaded ur project on hotel management but wen i try to laod it ...this is displayed...error loading ..\crvier.dll..and..error loading..\b8Controls4.ocx..plz help
Anonymous (not verified)
Sun, 05/31/2009 - 13:05
Permalink
Ok now what further....
now that u suggested me to do project in vb on hotel managemnt system...cud u plz help me in any sense...like erd diag...plz
Anonymous (not verified)
Tue, 05/12/2009 - 14:02
Permalink
password
What is the password for the database?
Anonymous (not verified)
Sat, 05/09/2009 - 17:41
Permalink
Help
Hi,
Can I have this code in VS2005.
Thanks,
admin
Sun, 05/10/2009 - 20:26
Permalink
re: Help
The source code is available only for 2008 version and I don't have plan of making a 2005 version.
Anonymous (not verified)
Thu, 05/07/2009 - 17:22
Permalink
How can I make changes in final print page
Sir, please tell me how can I change the web site address and email ID and TIN number and how to place my own logo on the top of final bill print page.
admin
Thu, 05/07/2009 - 18:50
Permalink
re: How can I make changes in final print page
Edit the business info in data.mdb database. To change the logo you need crystal reports 8.5.
Anonymous (not verified)
Wed, 05/06/2009 - 13:42
Permalink
could u plz help me
i am bca-iii student, i have to submit a project on hotel management system....i am thinking about to use visual c++ as front end....cud u plz suggest me regarding this
admin
Wed, 05/06/2009 - 17:26
Permalink
re: could u plz help me
Although you can do it in visual c++ but I don't recommend using it for database programming. Use visual basic instead.
Anonymous (not verified)
Sat, 05/02/2009 - 17:42
Permalink
project on netbeans
sir,i urgently need any minor project on netbeans.
plz help me in my study.
my email id is [email protected]
i will be very thankfull to u.
admin
Sun, 05/03/2009 - 16:41
Permalink
re: project on netbeans
Sorry but I don't have code in java.
rajeah (not verified)
Tue, 03/27/2012 - 18:41
Permalink
airline reservation in vb and access
sir pls snd the project.i don't airline project in vb and access.pls snd to my email id [email protected]
Anonymous (not verified)
Sat, 05/02/2009 - 17:34
Permalink
hello sir. i want any
hello sir.
i want any database project on netbeans.
i will be very thankfull for ur genuine concern.
Anonymous (not verified)
Fri, 05/01/2009 - 03:41
Permalink
please i need your help on airline reservation project
please i would like you to help me get a software and the codes with the documentation of the project i will like to practice and be good
my email address is [email protected]
Anonymous (not verified)
Thu, 04/30/2009 - 15:20
Permalink
Hotel Management System in PHP
Can u help me with this?
I need a source code to make a reservation system in PHP.
if you have any information about that, could you inform me at [email protected]?
I'm looking forward for your reply..
Thanks before..
admin
Thu, 04/30/2009 - 18:04
Permalink
re: Hotel Management System in PHP
Please go to sourceforge.org and search for hotel reservation system.
Anonymous (not verified)
Thu, 04/23/2009 - 12:29
Permalink
Further Upgrade
I downloaded your .Net version, that is great. Will you planning to use ASP.net and VBScript to further upgrade your program into a Web-base program ?
admin
Thu, 04/23/2009 - 16:59
Permalink
re: Further Upgrade
For now I dont' have plan of doing so.
Anonymous (not verified)
Mon, 04/13/2009 - 09:26
Permalink
system - manage users
hi bro,
why when i clicl manage users options no screen pop-up ?
Thanks.
admin
Mon, 04/13/2009 - 10:48
Permalink
re: system - manage users
If you are talking about the VB.NET version, then I am still working on it.
Pages
Add new comment