Click here to Skip to main content
15,914,109 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCrystal Report XI having an Error Access Denied .SetReportVariableValue("parameter","value") Please Help Urgent... [modified] Pin
vbDigger'z25-Sep-07 18:03
vbDigger'z25-Sep-07 18:03 
QuestionConnecting to Excel Pin
vidya11025-Sep-07 17:43
vidya11025-Sep-07 17:43 
AnswerRe: Connecting to Excel Pin
eyes200725-Sep-07 18:54
eyes200725-Sep-07 18:54 
GeneralRe: Connecting to Excel Pin
vidya11026-Sep-07 17:35
vidya11026-Sep-07 17:35 
QuestionUsing Application reference Pin
Mycroft Holmes25-Sep-07 14:58
professionalMycroft Holmes25-Sep-07 14:58 
AnswerRe: Using Application reference - amended Pin
Mycroft Holmes25-Sep-07 15:15
professionalMycroft Holmes25-Sep-07 15:15 
AnswerRe: Using Application reference - solved Pin
Mycroft Holmes25-Sep-07 15:26
professionalMycroft Holmes25-Sep-07 15:26 
QuestionCan someone give me the code of my project? Pin
*Muskan*25-Sep-07 11:40
*Muskan*25-Sep-07 11:40 
Hi,
I have a project and I have designed the form, but I am not sure of my code. Can somebody help me plz?

This is the question of my project:

A local car rental company would like a computer application to calculate and display rental charges for each renter and summary rental charges for the day. The company charges AED60 per day plus AED0.8 for each kilometre driven by the renter. In this assignment, you are expected to use structured programming methodology to develop a user-friendly, high quality VB.NET windows system that will handle the following:

1. For each renter:

1.1the application must be enable the user to input the renter’s name, beginning odometer reading, ending odometer reading, and the number of days the car was used. The application will check to ensure that the name of the customer is not blank, ending odometer reading is greater than the beginning odometer reading, and that the beginning odometer reading and number of usage days are greater than zero – appropriate error messages must be displayed if incorrect data is entered by the user.

1.2when the compute and display button is clicked, the application upon ensuring that correct data has been entered, will calculate and display in appropriate controls, the charge for kilometres driven, the charge for the usage of the car, and the rental charge (sum of kilometre and usage charges). After displaying charge details for each renter, the system will update and display summary data (totals for kilometres, usage and rental charges).

2.Prepare for next renter’s charges or cancel the current renter by having a button for clearing all user entered data and computed details – but not the summary details. The summary details must always reflect the latest totals, and they are not to be cleared while the program is running.


AnswerRe: Can someone give me the code of my project? Pin
GuyThiebaut25-Sep-07 13:02
professionalGuyThiebaut25-Sep-07 13:02 
AnswerRe: Can someone give me the code of my project? Pin
Dave Kreskowiak25-Sep-07 13:04
mveDave Kreskowiak25-Sep-07 13:04 
GeneralRe: Can someone give me the code of my project? Pin
Paul Conrad26-Sep-07 18:28
professionalPaul Conrad26-Sep-07 18:28 
AnswerRe: Can someone give me the code of my project? Pin
Christian Graus25-Sep-07 13:12
protectorChristian Graus25-Sep-07 13:12 
AnswerRe: Can someone give me the code of my project? Pin
Hesbon Ongira26-Sep-07 0:32
Hesbon Ongira26-Sep-07 0:32 
AnswerRe: Can someone give me the code of my project? Pin
ESTAN26-Sep-07 1:34
ESTAN26-Sep-07 1:34 
GeneralRe: Can someone give me the code of my project? Pin
Paul Conrad26-Sep-07 18:29
professionalPaul Conrad26-Sep-07 18:29 
AnswerRe: Can someone give me the code of my project? Pin
icemandark26-Sep-07 3:32
icemandark26-Sep-07 3:32 
QuestionModifying textbox control from MTA Pin
cstrader23225-Sep-07 11:18
cstrader23225-Sep-07 11:18 
AnswerRe: Modifying textbox control from MTA Pin
Dave Kreskowiak25-Sep-07 13:14
mveDave Kreskowiak25-Sep-07 13:14 
GeneralRe: Modifying textbox control from MTA Pin
cstrader23225-Sep-07 13:47
cstrader23225-Sep-07 13:47 
GeneralRe: Modifying textbox control from MTA Pin
Dave Kreskowiak25-Sep-07 15:10
mveDave Kreskowiak25-Sep-07 15:10 
GeneralRe: Modifying textbox control from MTA Pin
cstrader23226-Sep-07 0:45
cstrader23226-Sep-07 0:45 
GeneralRe: Modifying textbox control from MTA Pin
Dave Kreskowiak26-Sep-07 1:01
mveDave Kreskowiak26-Sep-07 1:01 
GeneralRe: Modifying textbox control from MTA [modified] Pin
Dave Kreskowiak26-Sep-07 9:05
mveDave Kreskowiak26-Sep-07 9:05 
GeneralRe: Modifying textbox control from MTA Pin
cstrader23226-Sep-07 15:42
cstrader23226-Sep-07 15:42 
AnswerRe: Listview Pin
Bso_Cool25-Sep-07 9:03
Bso_Cool25-Sep-07 9:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.