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
ADVERTISEMENT
Feb 11, 2009
[font=Arial] i whoud like to develop vehical reservation system project what can i do for that?
View 1 Replies
Sep 30, 2009
I have a webbrowser and if the user is offline i need to be able to show a text lable that shows the browser / user is offline.
View 4 Replies
Jun 2, 2009
i have created a project in asp.net.now i want to implement asp.net administration tool in my project for user management.The tool works fine in a website ,but in a project it does not work.
[Code]...
View 1 Replies
Jun 22, 2010
I am a student of PGDCA. making a project of LIBRARY MANAGEMENT SYSTEM IN VB.NET 2005 VERSION.
View 4 Replies
Nov 4, 2009
and Send me some codings for a restaurant management system project using any programming language preferably VB6,VB.NET,PHP&MYSQL,HTML with Javascripts[i][color=#000099][size=3][font=Times New Roman]
View 2 Replies
Apr 4, 2012
I am coding an asset management system for telecom as my major project.It features submitting asset information,retrieving an asset information by entering the id of the user responsible for it,checking the number of live,stock and scrap assets and downloading it in an excel file and updating any asset information if needed.It has an admin login to it and even a change password form.
View 2 Replies
Oct 18, 2011
I have the following code on the code behind file for a .aspx page in a project:
Dim searcher As New ManagementObjectSearcher("SELECT RemoteName FROM win32_NetworkConnection WHERE LocalName = '" & sFilePath.Substring(0, 2) & "'")
For Each managementObject As ManagementObject In searcher.[Get]()
[code]....
View 2 Replies
Jan 13, 2011
I have code/support an application built on .NET framework that has always run on .NET 2. This year we are upgrading the application to use .NET 3.5 (or 4?). In preparing for this change we noticed that that Offline Installer (required for our customer base) for .NET 3.5 is 200+ MBs bigger than the .NET 4 offline installer.
Here are my questions.Why is the dotnet 3.5 installer so much bigger than the 4 offline installer?
Can we TARGET .NET 3.5 but distribute .NET 4. In other words, is .NET 4 backwards compatible? Assuming that .NET 4 was the only installed .NET could application still target earlier frameworks?
IF our application is compiled for x86 CPU (rather than Any CPU) do you still have to distribute the x64/x86 Client Profile or can we just distribute the x86 Client Profile? In other words, can we distribute the x86 Client Profile even though it will be installed on x64 machines if our app is compiled for x86 target CPU? Any risks or gotchas for doing this?
The issue is that if we upgrade our app to target .NET 4 there are a lot of application servers that we also have to upgrade which effects a number of other applications.
View 2 Replies
Dec 8, 2009
I have an application I'm working on that is essentially an Excel workbook generator (special input files for our wireshop machinery). Therefore, it's process is lengthy.
Is it possible to build a Cancel feature while it is looping through its collections to process these files?
If so, would I need to implement multi-threading?
View 15 Replies
Apr 11, 2010
While I print or preview a large bitmap, VB.NET show a small window with a cancel button.
I do I detect that the CANCEL button was pressed, so I can abort my PrintPage event before the current page is completely rendered?
View 5 Replies
Jul 7, 2011
I have got my multi threaded application running which is a Windows Service Project.
Basically when the service starts it starts a thread listening on a port for connections. The reason I started this on a new thread was so I could easily control it and not lock up that main worked thread.
Now on that thread when a client connects it dynamically assigns them another port number that is not currently in use and starts a new thread listening on that port and waits for the client to connect to do the actual data crunching.
So basically I have my main project thread, a Main listening thread then the possiblity of 0 to 100 more threads for each connected client.
Now this project should always be running but in the event it needs to be shut down (or server rebooted etc) I want to be able to shutdown the threads safely.
I can down my main listening thread safely but my trouble is all those other possible threads. What I would like is if the service is called to stop I want any of those other possible running threads which would have an active connection to the client to send a simple command like 'STOP' then close the connection gracefully (MyConnection.Close) and end itself.
The only solution I can think of which I don't really want to do is have a global varible (StopThreads as Boolean) and after each command in the thread check that boolean and if its set to true jump to some code to do what I want and end the thread but there must be an easier way? Or is this the best way?
View 4 Replies
Nov 25, 2011
I'm using a background worker to in an Excel VSTO application to throw up a progress dialog box with a status bar and a cancel button to escape from long running calculations. It's working really well, except for one issue. I'd like to use a Modal Dialog, so that the UI behind the dialog gets locked up, instead of a Modeless Dialog. If I use .ShowDialog() instead of .Show(), everything is great until you hit the Cancel button on the form. Following things in the debugger, the cancellation happens, it just takes somewhere in range of 30 seconds. If I use .Show() on my form, then the cancellation occurs immediately as it should.
[Code]...
View 2 Replies
Dec 30, 2008
airline reservation system in .net
View 2 Replies
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
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
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
Feb 23, 2011
I'm working on a visual basic application( w/ visual studio 2010) that calculates ticket sales. This one is been really challenging since i'm a newbie when it comes to visual basic.I'm i'm having trouble getting the calculate button to Here are the instruction to get the costs from the functions and use them to calculate the total.
1.)User selects whether to purchase season tickets or single-game tickets
2.) User enters the number of tickets needed and the type of seats based on whether they selected season single-game tickets.
3.) User clicks the Compute Ticket Cost Button to display final cost
4.) User clicks the Clear Form button to clear the response
I'm stuck on the calculating button. I just need to be able to capture the cost from the button and then use the button to compute it.
Public Class Form1
'Global Variables
Dim intTicketChoice As Integer
[code]....
with the singlegamecost() function and the seasonacost() function
View 2 Replies
Apr 28, 2009
Using vb.net 2003 asp.net 1.1 sql server2005My cookie expiration is in 2059 after I set it for 1 Month and alsothe user data didn't return, also the cookie path is just a slash, I'musing LocalHost though.I'm using a ticket, I used just a cookie before and the cookie alsowas set to expire at 2059 after I set it for a year.
Cookie Info:Cookie Path : /Expiration : 4/28/2059 12:37:34 PMExpired : FalsePersist : TrueIssue Date : 4/28/2009 12:37:34 PMName : 4UserData : Version : 1
[code]....
View 2 Replies
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
Mar 2, 2012
I hava a class with this public property
Private _tickets As List(Of Ticket)
Public Property Ticekts() As List(Of Ticket)
Get[code]....
When I call the add method, I have to perform some logic BEFORE add the ticket.The logic is not an important topic, but I eventually have to remove some ticket before ADD the new one.
View 1 Replies
Nov 24, 2010
I have some problems in printing ticket by dot matrix printer.I have EPSON LX-300+ I am using VB.NET 2008 and Crystal Reports I am using rpt.PrintToPrinter(1, False, 1, 1) method to print?My problem is when I print my ticket, the alignment is perfect but the printer eject the latter size of ticket papers. It should stop after one ticket.ticket size Height=4,width=10 paper setup in Crystal Reports and in printer property is envelop #10 9 1/2 * 4 1/8 in.
View 1 Replies
Nov 21, 2010
If i have textbox1 which display server date as 27-Nov-2010 Textbox2 will display time as 08:00:00 AM..i want if the departure of the plane is Date 27-Nov-2010 and Time 08:00:00 AM then if he/she wants to cancel ticket then it can cancel their ticket till Date 27-Nov-2010 and Time 04:00:00 AM.. Any Body can cancel their ticket before 4 hour of departure date/time..I want cancel plane ticket before 4 hours of departure time if dep time is 08:00:00 AM then Passengers can cancel ticket till 04:00:00 AM ??
View 1 Replies
Dec 11, 2008
I WANT TO PRINT TICKET WHIT VISUAL .NET (VB). IM TRYING SERCHING IN GOOGLE BUT NOT WORKING THIS. THE PRINTER IT`S A EPSON TM-H5000II termal hibrid.
View 3 Replies
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
Jan 29, 2009
I have a combo box, I have entered in 6 different world wide destinations for example:London, Paris, New York etc The program is for booking plane tickets, at the moment the user has to input the cost of the journey manually into a textbox and then depending on the number of tickets requested will calculate the cost.
What I would like to do is to assign a unique numeric value (the specific cost of the flight for one ticket) to each of the items in the combo box list so that when a user selects a destination the default cost of the ticket is already known and does not require the input of the user.Private Sub cmbDestination_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmbDestination.SelectedIndexChanged End Sub The idea is that which ever destination is selected, for example: Paris - �155 would then set the variable 'ticketPrice' to 155 and allow me to change the calculations of the program to not require user input.
View 10 Replies
Aug 16, 2011
I am trying to implement login page using Form Authentication in ASP.net using vb code.I follow the steps in How To Implement Forms-Based Authentication in Your ASP.NET Application by Using Visual Basic .NET. I created a function in login page :
Private Function ValidateUser(ByVal strUsername As String, ByVal strPassword As String) As Boolean
and call it in btnLogIn_Click
Protected Sub btnLogIn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogIn.Click[code].....
Things works fine and i can get the username display in label.However,I need to get more user data like UserName, Fullname and RoleCode. Also, i would to display the user's fullname to instead of usename in welcome message. I was told this can be done using FormsAuthenticationTicket method to store addictional user data in the "my user data" section. Do i need to create a user data class to store the user data and then use it in the FormAuthenticationTicket? If yes, how should i do it?
View 1 Replies
Aug 9, 2010
I'm trying to create a typical Housie/Bingo Game ticket in Asp.net 2.0 (VB). But, not being succeeded. Ticket contains 3 row with 9 columns. Total 27 blocks, and it must be only 15 should be fill outta those 27. and each column contains value like 1st column should be between 1-10 and 2nd must have random values between 11-20.. It doesn't matter how many blocks filled in each column.. 1 is must, no single column should be blank, all 9 columns must be filled, some have all 3 blocks filled, some have 1 with total of 15 blocks filled in whole ticket. with random numbers..
View 1 Replies
Jun 23, 2008
I am working on an Infopath form for a work ticket. I am trying to write some code to generate the ticket number when a button is pushed. I have the code to acctually create the number, but I'm not sure how to place the ticket number into the textbox on the form. The code I found on the web seems to generate a security exception.
Public Sub generateTicketNumber_Clicked(ByVal sender As Object,_
ByVal e As ClickedEventArgs)
Dim ticket As String
[CODE]...
View 7 Replies
Mar 22, 2010
CODE:
Right now i have the following code. it is 4 radio buttons that if selected will display the price of a ticket.
There is a button called "repeat offender" that should take the price and double it. so me, being new to visual basic, were thinking of trying an if statement such as If it is selected decTicketTotal * 2
But this did not work. any help would be appreciated.. just trying to get the repeat offender selection working so when it calculates the price will double.
View 8 Replies