Make The Parking Project?

Jun 22, 2010

i cannot make the parking project in vb.net

View 1 Replies


ADVERTISEMENT

Make A Small Program For Ticketing On A Parking For A Small Hotel?

Aug 27, 2010

I need to make a small programm for ticketing on a parking for a small hotel.So i have 2 Printers pariking In (for delivery of the tickets) and 2 Readers PArking Out.Both Printers and REaders are working Serial.So i need to poll the serial ports of the printers and readers every second.The data is stored on a SQL database so i need to read and write in the database.Can i do this with 1 PC and 1 programm or 1 PC and 4 programms that are runnning at the same time ?

View 2 Replies

Calculate The Charges For A Parking Garage?

Jul 21, 2011

I am using Microsoft VB 2010. I am to calculate the charges for a parking garage. I was to use to a method to do the calculations and output the parking charges. My problem is that everything displays except for the charge... What am I doing wrong? Here is my code:

[Code]...

View 2 Replies

Parking Charges Exercise In VB 2010?

Nov 13, 2011

A parking garage charges a $2 min. fee to park for up to three hours.The garage charges an additional 50 cent per hour for each hour or part thereof in excess of three hours. The max charge for any given 24-hour period is $10. Assume that no car parks for longer than 24 hours at a time. Write a program that calculates and displays the parking charges for each customer who parkes a car in this garage yesterday. You should enter in a TextBox the hours parked for each customer. The program should display the charge for the current customer. THe program should ise the method CalculateCharges to determine the charge for each customer. Ise the techniques described in the chapter to read Double value fro a TextBox. [ You may need to use methods Convert.ToDouble and Convert.ToDecimal when doing calculations with the number of hours and charges]

Public Class ParkingGarageFeeCalculatorForm
Private Sub calculateButton_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles calculateButton.Click
Dim hoursParked As Double = Convert.ToDouble(hoursParkedTextBox.Text)

[code].....

View 7 Replies

Calculate The Total Cost Of A Parking Garage ?

Jun 21, 2010

I have a class assignment where i have to calculate the total cost of a parking garage from hours but i have to do it with a method function. So this might be a stupid question but can you read the user input values from a textbox in the function itself or do they have to be read in and recalled from the Private Sub Button1_Click section?

View 8 Replies

Cant Make Any Changes To The Project?

Apr 3, 2011

i've been working on a project. it was working fine. but now i cant make any changes to the project. when i debug the changes i made to the project are not visible. even if i add a button the button is not there when i debug. i cant change my startup form. even if i change the startup form when i debug the same form get loaded.

View 6 Replies

How To Make .exe From Project

Jun 1, 2011

i have completed my application successfully and now i want to deploy it on the Customer End...How i can make an .exe file of the project that also include SQL DB ??

View 5 Replies

How To Make A Online .net Project

Dec 7, 2011

my name is Bogdan and I am having a litte bit of a problem with vb.net.In my computer I have instaled Microsoft Visual Basic 2010 Express...so long everything it's ok.I told one of my friend about this cool program and now we want to make a program together in our free time but from each other computer...soo how do i make a online "vb.net project" (i am not sure if i have express myself correctly)that i can access from each other pc?I google this problem and i didn't find anything and now am starting to think this isn't even possible..

View 4 Replies

How To Make A Setup Project

Jan 13, 2010

How to make a setup project

View 6 Replies

How To Make Setup For Project

Aug 7, 2010

I'm working in a small project i want to know how to make setup file for my project ,to run the project in another computers i try to make setup file from ,, add new project/setup and i added (Source Files and Primy output) to the setup files ,but it is not working in the another pcs can any one tell me how to make correct setup file to work in another pcs

View 11 Replies

Make .net Project Exe To Be Installed Only Twice?

Feb 23, 2009

i developed one vb.net project. can i make this exe to be installed a total of two times (once on two different computers).

View 2 Replies

Make A Group Project In . NET (IDE)?

Mar 10, 2011

how to make a group project in visual studio. NET ?

View 5 Replies

Make A VB Project Like This Window?

Aug 11, 2009

All i want to de is make a window like this one (not for networking) just the design. MOstly the top part with the back and foward button witht teh blank spece

View 3 Replies

Make An Exe File Of The Project?

Apr 1, 2009

I have to make an .exe file, which could be installed on other systems.. I'm having a SQl dB project with VB .net 2005. I've searched all through the MSDN but couldn't find..

View 3 Replies

Make Dll Of All My Project Code?

Feb 5, 2010

I want to make a project in which i only use dlls for any kind of work plz tell me how to make a dll i dont know how to make dll.

View 1 Replies

Make JM Sales Project?

Mar 6, 2011

The project is suppose to total the 8 commissions (in the array) I see the coding but when I try to put in a label at the bottom of the txtReport I get an error now I have deleted the box and am confused as to what my next step should be. Do I create a label box in the txtReport. I am so close to being finished.

The item "objDebugWindowsApplication1.Form1.resources" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter.

[code].....

View 9 Replies

Make Project.exe In VB 2008?

Feb 6, 2010

How can I make my project.exe in visual basic 2008 and how to load an image into PictureBox by clicking a CommanButton.?

View 8 Replies

Make Your Own Taskbar In Project?

Jun 22, 2010

MDI Parent. that behaves same like taskbar, whenever a new form is opened there will be a link for the form, and also having RightClick Menu from which i can close maximize and minimize the form.

is any featcher like this is provided by the microsoft ?

View 1 Replies

VS 2010 : Can't Make Changes To Project

Oct 21, 2010

when I open my project in VS 2010 (File - Open Project - *.vbproj) my project loads just fine. I can run it just fine. But, when I change something -anything at all- and run the project, nothing is changed. I can even save, close and reopen the project with the new changes, but it still runs the old version.

For example: I open the project, with Form1 that has 3 buttons. I run the program and I get Form1 with 3 buttons. I stop running, add button 4 and hit play... I get Form1 with 3 buttons.I save the project, close it and open it again. My Form1 design shows 4 buttons. But when I start it, there are only 3 buttons...It must be something inside the project, cause this happens on 3 different PC's where I have VS 2010 installed.

View 1 Replies

VS 2010 Can't Make Changes To Project?

Mar 21, 2011

Now, when I open my project in VS 2010 (File - Open Project - *.vbproj) my project loads just fine. I can run it just fine. But, when I change something -anything at all- and run the project, nothing is changed. I can even save, close and reopen the project with the new changes, but it still runs the old version.For example: I open the project, with Form1 that has 3 buttons. I run the program and I get Form1 with 3 buttons. I stop running, add button 4 and hit play... I get Form1 with 3 buttons. I save the project, close it and open it again. My Form1 design shows 4 buttons. But when I start it, there are only 3 buttons..It must be something inside the project, cause this happens on 3 different PC's where I have VS 2010 installed. But I can't figure out what it is. Is there some mysterious hidden backup somewhere??

View 2 Replies

Deployment :: Make Exe File Of Project?

Oct 24, 2008

I want to make exe file of my project but i don't know how make.P

View 5 Replies

How To Make Anti Virus Project

May 14, 2010

give me anti virus code for vb.net

View 1 Replies

How To Make Setup File For Project

Nov 12, 2010

I need to make a setup file for my vb.net project. I use sql server 2005 & VS 2008. I want to make setup file which is write in CD and use any another system.

View 1 Replies

Make A Class Permanently Available To Every (new) Project?

Nov 1, 2009

created a class that adds a TextBox with some custom properties to the toolbox. But it's only available when the project I created it in is opened itself. I'd like to have available it in the toolbox at all times.

View 3 Replies

Make A Project Create Exe Files?

Apr 6, 2009

I was wondering if a project, program, could make .exe files with the stuff u add into it, so basicly another form on a diferent .exe

View 6 Replies

Make A Project For Programming Class In VB?

May 11, 2009

i have to make a project for my programming class in VB and this is basically what i want to do in pseudocode form

1. Display initial form

2. Choose from one of two to four choices (my discretion) via Button or radio, whichever is easier
3. once you click next, or the choice button, display next form depending on which choice and close the old form.

View 3 Replies

Make Changes And Recompile A 2005 Vb Project?

May 29, 2009

I've been giving the task to make some changes and recompile a 2005 vb project. I've asked for the .vbproj file and I've been given two files the .sln and an .suo file. And the email said to "You'll need to download and install the Microsoft Web Deployment Project add-in for Visual Studio 2005 . Here is the link for the download[URL].. I've never used ms web deployment project before. is this all I really need? will this create the .vbproj file for me?

View 2 Replies

Make Changes To The Database Of A Project That Has Already Been Compiled?

Mar 29, 2012

I need to update a vb 2008 program which will affect both the data and the database structure. How can I do these?These program has already being compiled, I mean its already in its .exe form, How do I do this?

View 8 Replies

Make Duplicate Form In Same Project?

Nov 4, 2009

This problem should be a no-brainer for anyone that programs daily. I haven't worked in VB.NET in many many months, and all of my reference books are at home. I have to modify a program that I wrote a few years back. I need to add a new form to the project that is very similar to a form already in the project. I figured I would start with the existing form and modify it. I still need the existing form in the project, so I made a copy, renamed it to the new name, then copied it back to the folder in which my project resides. Now, I need to be able to add it to the project, but I'm having trouble figuring out how. So far, I have been able to add just the code without the form. If I try to add the form, it wants to create a new form. .

View 5 Replies

Make Website / Project Portable?

Mar 13, 2009

I have an ASP.net 3.5 website and I am using vb.net in VWD 2008 Express, I am also using MS SQL Server 2008 Express, I used ajax tabs and a textBox charavters counter control develped by [url]...The database is attached with MS SQL Server Management Studio Express and the files are stored in the SQL default "Data" folder.

The whole project's code and forms are stored in a folder in my E drive.I need to hand the whole project to another coworker who have to finish it, please describe in steps how can i make my website portable (like i can put it all in a folder that he can carry around in his flash disk).

View 1 Replies







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