Guest Reservation System Assistance

Mar 17, 2009

if someone could help about my Guest Reservation SystemI not intending anyone to do it for me,just need some advice want to know what is better or what should I do to make the project better.

View 3 Replies


ADVERTISEMENT

Airline Reservation System In .net?

Dec 30, 2008

airline reservation system in .net

View 2 Replies

Airline Reservation System With Revised Code?

Mar 12, 2012

Why doesn't this code work? Public Sub btnSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSubmit.Click

[Code]...

View 2 Replies

Develop Vehicle Reservation System Project?

Feb 11, 2009

[font=Arial] i whoud like to develop vehical reservation system project what can i do for that?

View 1 Replies

Can't Write Data In Registry Via Guest User

Jul 23, 2009

I crated a VB.NET program to write some data to registry. Its working proprely the user loged on Administrator user. But its not working when loged on guest user. Its shows error like

View 4 Replies

Loop A Form To Ask For Multiple Guest The Same Information

Mar 15, 2012

someone give an idea or guide to do this: i have two forms. First form is used to ask from, to, departure time and how many people we want to book for. Second form is used to ask for each person that we book what is their name, age, title, phone number. i planned to use a loop to loop form 2 to ask for their info. However i woner how we can do this?? can a form be an array to loop??

View 1 Replies

VS 2010 Admin Privileges In Guest Account?

Feb 5, 2011

i want to excute this command in a guest account

Shell("net user new2 /ADD")

This needs administrator privelages

View 2 Replies

Guest User - Disable Delete Button In Other Forms

Feb 10, 2009

I have a login screen (frmLoginScreen) which links to a main menu (frmMainMenu) then to another form (frmUserDetails). Their are two possible usernames. The first one the user logs in as Admin and the password is 4321, then the second one is Guest and no password. This is the code I have so far:
Dim G As New frmUserDetails
If txtUsername.Text = "Guest" Then
G.btnDelete.Enabled = False
End If
There are no errors.

View 22 Replies

VS 2008 Making An Airline Reservation?

Feb 13, 2011

I have put about 12 Hours into this assignment and i feel that i have most of it completed what have is a combo box that has a FlightBindingSource and a listbox that has ReservationsBindingSource i need to the selected item in the combo box to be sent to a proceedure called DisplayPassengers, and then DisplayPassengers fills the list box with the passengers assigned to each flight.

This is what i have so far:

Public Class AirlineReservationForm
Private database As New ReservationsDataClassesDataContext()
Private Sub FillAll()

[code]...

View 10 Replies

How To Update Table Reservation (Column With Total Amount)

Aug 27, 2010

I am trying to update my table reservation I am just trying to update only on column which is total amount but it is not updating.

Here is my code.
Dim a As Integer
a = MessageBox.Show("Are you sure you want to exit????", "ALI ENTERPRISES", MessageBoxButtons.YesNo, MessageBoxIcon.Information)
If a = vbYes Then
Me.Close()
[Code] .....

View 6 Replies

Assistance With ASP/VB6/RDS --> .NET Conversion?

Feb 9, 2010

I'm currently working for a client who owns a custom developed ASP/VB6/SQL2k5 3-tiered web application... The application has been developed over the course of 10 years by several different companies... I have a team who is in the process of rewriting components of this application over to a ASP.NET/C# applications, leaving the structure of the back end database in its current state (ie: no redesign of the database)... As you know, this is a very long tedious process when performed correctly... Our client is looking for a "wizard" type conversion tool or process instead of the redesign of the web UI and business objects... Several people on my team (including my architect and I) continue to tell our client this is not possible, that a full rewrite of the application is required... Can someone just validate my thoughts on this? Here are some of the technical specifications of the legacy application:

· VB COM objects are heavily reliant upon ADOR recordsets
· ~150k lines of VB code spread across 6 COM objects

[code]....

View 3 Replies

Project On Offline Railway Reservation Ticket And Cancellation And Management

Jun 10, 2011

I have made a project on offline railway reservation ticket and cancellation and management wel i have included following things: form wise

1}welcome page (containing news , updates about the software )
2}registration n login page
3}main menu (Containing links to all tools and services i included in software)
4}ticket regestration (fare calculation and deduction and special discounts included)
5}ticket cancelation
6}PNR CHECK
7}FEED back form
9}Splash Screen
10}Rules n policies ,refund rules
11}Gerneral information
12}RTI act
13}Railway Map
15}Service area Covered
16}Train Halt Stations , total Halts per train according to Journey and distance Stations Between Journey
17)Trains and stations Codes
18}Train Arrival and Departure Timings

Thats It, Full database on Ms Access ..and Text Strings.Now Is this enough Or shall i Do add some thing More ... if u think its incomplete Plz suggest Some topic that i can add to This project.

View 4 Replies

.net - Assistance With TCP Reverse Connection?

Jul 3, 2010

I am creating an authentication server for some projects I'm working on. This authentication server works by receiving and transmitting data to users trying to authenticate. The user can send data to the server succesfully but when sending back it requires port forwarding. I read a way that I would not require port forwarding by using reverse connection but I have no idea how to get it working. I found a tutorial and tried to implement but when it tries to connect to read the stream it says the connection is refused.

View 1 Replies

Assistance With Input Variables?

Mar 24, 2010

Basically all it is is a program that outputs a file with variables users input.I'm having a big problem getting the input variables into the correct places. I suppose I can't tie them in. For example.I have a textbox labeled textbox1 and I want to use the input from textbox1 in the code below

xWrite.Writeline("The Value is" & textbox1 & "for field 1")

View 4 Replies

Game Of Pig Code Assistance

Feb 14, 2012

I need assistance with a program we have to do in programming class. It is due soon and I am stuck on how to code it and if the extra button is necessary or not. The game is called the Pig Game where each turn, a player repeatedly rolls a die until either a 1 is rolled or the player holds and scores the sum of the rolls (i.e. the turn total). At any time during a player's turn, the player is faced with two options:roll - If the player rolls a

1- the player scores nothing and it becomes the next player's turn.

2 -the number is added to the player's turn total and the player's turn continues.hold - The turn total is added to the player's score and it becomes the next player's turn.The first player to score 100 or more points wins. More info is here: url...

I have no idea where to go from my current position. I think I coded most of it though. I will attach the files in a zip folder for all to see my form and code.The main problem here is: I just need the code to be fixed, so it works and so I don't fail the class. Attaching the new version in a zip file would be nice but you don't have to do that, or you could just tell me the code and form layout directly on here!

View 9 Replies

Possible To Create Loop Assistance?

May 6, 2011

seriously struggling with this one bit of a program im creating. Im trying to simulate a moving queue, using a number of pictureboxes (controlled by Timers). Once a picturebox vanishes, another appears in front of it to symbolise movement throughout the queue.Anway... Im struggling with LOOPS! I cant seem to make the funtions repeat and I need this urgent due to a deadline in 16 hours time Background Info: The form will run for 60 seconds, after which anotehr form will loads (MorrisonsQueueSummary).Here is the syntax so far:vb.net

Public Class morrisons
Private Sub FormTimer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MainTimer.Tick

[code]....

View 1 Replies

Remote Assistance For VB 2010?

Mar 7, 2012

Ok, here is the scoop. I would like to know if someone would provide remote assistance in restoring contols for visual basic ultimate 2010. I have had this version for less than a week and the controls are dispapearing to make it function. I don't know how to restore functions yet, due to the fact of beginners luck.

View 2 Replies

VS 2008 New Application Assistance

Oct 20, 2010

First off I'd like to say I'm very new to all of this VB world, .........so with that being said I'm trying to develop an app that will allow the customer to choose how they would like to have a Vehicle Customized.

[Code]...

View 3 Replies

VS 2008 Displaying Passenger List From Flight DB (Airline Reservation Application)

Aug 6, 2011

I could not include the code since it's too large but here is the LINK. I have most of it working. I just need to know how to display the passenger list in the ListBox when the flight number is changed from the ComboBox.

View 8 Replies

Assistance On Getting LINK ID Using Regular Expressions?

Nov 19, 2011

I got this url for example [URL]..I want to get the last digit numbers and the rest could be anything.

I need a format like this [URL]..My knowledge is very poor in this regex thing so

[Code]...

View 2 Replies

Assistance Related To Listview Control

May 6, 2012

I;m trying to make a program that automatically detects files in a folder and display them in my listview control with an checkbox, an image and the name of that certain file located in my directory folder.I've manage so far to make my app to populate my listview from a folder, show the checkbox, and also the image. What i cannot achieve is the following:

1. To show the path in my second Column of the listview;

2. And to run the checked files via a Command Button. [code]

View 9 Replies

Launch Remote Assistance Request?

Jul 19, 2010

I'd like to make a button or link that launches a remote assistance request to a designated computer.

View 2 Replies

Requesting Assistance With VB Psychology Experiment

Apr 4, 2009

I'm creating a VB program to run a psychology experiment and I'm pretty close to done but am running into a few problems. The experiment consists of 8 phases that display on a single form but with different stimuli (pictures and text) being displayed on the form. So for example, at the top of the form would appear "dog" and below that in the center of the screen would appear the word "cat" and then the subject would select one of two option buttons, one being on the bottom left of the screen and one being on the bottom right of the screen.

One option button is labeled "Similar" and the other is labeled "Opposite". I also have corrective feedback displayed after each choice is made. Here are the things I have not figured out

[Code]...

View 6 Replies

VS 2008 Drag And Drop Assistance?

Jul 9, 2009

I am in the process of creating a dock and I was wondering if somebody would know how I can have programs be dragged and dropped into the dock with the ICON

View 1 Replies

Assistance Required Finding Averages And Using Steps

May 22, 2011

I am relatively new to the world of programming and I was wondering if anybody could help me with a small project. I am trying to create two programs in VB.Net that each do one of the following individual actions:Find the average grade given several user-inputted scores on assignments. The program should also provide the following feedback according to the final score (i.e. A, B, C, D, F).Run two separate threads printing numbers (or words) in ascending and descending orders. (The numbers (or words) should be given by the user.)I have a basic understanding of VB.Net, but I am having trouble when it comes to creating even remotely complex programs. I have a few ideas on how I may go about these, such as using an arraylist for the first question that takes user input to find the grades, and then uses a series of If-Then-Else statements to display the letter grade, and possibly using steps simply with dual threading that would result in numerical order being printed in ascending order and descending order.

View 1 Replies

Assistance With Migrating Text File To Access

Mar 5, 2009

I created a program that logs incoming data to a serial device to a text file but the output is not what i really want, the data appends to the text file and looks like:

[Code]...

View 9 Replies

C# - Requesting Windows Remote Assistance Via Button?

Aug 7, 2009

I want to make a simple application on Windows XP with a single button which says "Help" - that will launch Windows Messenger's Remote Assistance and connect to my MSN Messenger ID - this is detailed here: [URL]. This is for my Dad or Mom who sometimes get confused when the Firefox UI resets itself or something other similarly catastrophic happens. I am familiar with the Windows programming model but am unsure on how to go about it - I would like to do this in C# or even VB.net.

View 2 Replies

Know That If The Current User Is An Administrator Or Normal User Or Guest?

Nov 27, 2009

How to know that if the current user is an administrator or normal user or guest?
And how to make the exe can just only run in administrator?

I have tried to set the .manifest to "<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />", but no use. Although I am not logged in as admin, I can still run the exe.

View 1 Replies

Need Assistance With Method Of Converting To Specific Column Locations To A File

Aug 21, 2009

I am looking for any assistance on the best method to accomplish this task. I need to take a comma delimited text file, load it into memory, and then grab indevidual columns of data and export them to a file.[code]I need to for this project I ma working on grab ALL of COL C for example and export it and the data to that column to a file. Can someone provide me with assistance on the best and easiest method on doing this? I know I can do it with a lot of parse text's and many methods of using a listbox or arrays but I'd like to explore some options.

View 6 Replies

Require Assistance Making A Menu From A Single Parent/Child Table?

Oct 25, 2010

I have a single table that holds my Categories

CatID, CatName, ParentID

I have often used this layout to show Root Categories where the ParentID IS NULL. I would like to be able to create a vertical Menu (using a repeater and an <UL><LI> that displays the Root Categories and ideally, a collapse panel that would expand with the subcategories. Given the above Table format, it is also easily possible to make the hierarchy unlimited.

how to make a single dataset that understands the Child relationship.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved