Click here to Skip to main content
16,016,759 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: save and retrieve files Pin
len_ems6-Jan-05 16:12
len_ems6-Jan-05 16:12 
GeneralPrevent right click on the combobox or textbox Pin
Mekong River5-Jan-05 17:20
Mekong River5-Jan-05 17:20 
GeneralRe: Prevent right click on the combobox or textbox Pin
Tom John5-Jan-05 21:58
Tom John5-Jan-05 21:58 
GeneralRe: Prevent right click on the combobox or textbox Pin
T Manjaly6-Jan-05 13:38
T Manjaly6-Jan-05 13:38 
GeneralPassing parameters into Exe Pin
kobezt085-Jan-05 13:45
kobezt085-Jan-05 13:45 
GeneralRe: Passing parameters into Exe Pin
T Manjaly6-Jan-05 13:39
T Manjaly6-Jan-05 13:39 
GeneralRe: Passing parameters into Exe Pin
kobezt086-Jan-05 15:30
kobezt086-Jan-05 15:30 
GeneralCode for Project Pin
bdobruna5-Jan-05 8:20
bdobruna5-Jan-05 8:20 
Hello ,
i know this seems crazy to ask ,but better ask then assume, i have a project to finish and programing it's not for me , can someone help me with this?
here is what i need to get done:
that the form contains multiple group boxes, DateTime Picker controls, and a NumericUpDown control.


The cost of a hotel room is based on the following rules:

• The base rate for the room depends on the room type. Standard = 84.50, Deluxe = 104.50, and Suite = 154.50.

• If the number of guests is greater than 2, a $10.00 charge is imposed on each additional guest per night.

• An additional rollaway bed costs $5.00 per night.

• Declare constants as necessary to store the various rates.

• Using the rules described in the previous list, write the code to calculate the cost of the hotel room and display the output. Format all of the output. Make the Calculate button the accept button.

• The Clear button should clear all of the output values, set the arrival and checkout date to the current date, and set the room type to standard. Remove the check from the Additional Rollaway Bed check box and, finally, set the default number of guests to 2.

• and the code for the Exit button to exit the solution
Sigh | :sigh:

GeneralRe: Code for Project Pin
Anonymous5-Jan-05 9:18
Anonymous5-Jan-05 9:18 
GeneralRe: Code for Project Pin
bdobruna5-Jan-05 12:19
bdobruna5-Jan-05 12:19 
GeneralRe: Code for Project Pin
Colin Angus Mackay5-Jan-05 9:43
Colin Angus Mackay5-Jan-05 9:43 
GeneralRe: Code for Project Pin
J4amieC5-Jan-05 22:47
J4amieC5-Jan-05 22:47 
GeneralRe: Code for Project Pin
Edbert P6-Jan-05 10:46
Edbert P6-Jan-05 10:46 
GeneralAccessing other code base file in VB.NET Pin
fibman5-Jan-05 7:27
fibman5-Jan-05 7:27 
GeneralRe: Accessing other code base file in VB.NET Pin
T Manjaly5-Jan-05 10:04
T Manjaly5-Jan-05 10:04 
GeneralWindows Service Automatic Start Pin
Todd_S5-Jan-05 7:15
Todd_S5-Jan-05 7:15 
GeneralRe: Windows Service Automatic Start Pin
Barathan6-Jan-05 2:14
Barathan6-Jan-05 2:14 
GeneralRe: Windows Service Automatic Start Pin
Todd_S7-Jan-05 8:03
Todd_S7-Jan-05 8:03 
GeneralCF .Net Update Database from Dataset Datatable Pin
careysc5-Jan-05 5:03
careysc5-Jan-05 5:03 
GeneralAltering contents of a string Pin
SimesK5-Jan-05 4:55
sussSimesK5-Jan-05 4:55 
GeneralVARIANT leaks in VB.NET Pin
Jonathan [Darka]5-Jan-05 3:26
professionalJonathan [Darka]5-Jan-05 3:26 
Generalcalling subs from other classes Pin
fo0lish5-Jan-05 2:37
fo0lish5-Jan-05 2:37 
GeneralRe: calling subs from other classes Pin
T Manjaly5-Jan-05 5:37
T Manjaly5-Jan-05 5:37 
GeneralRe: calling subs from other classes Pin
fo0lish5-Jan-05 7:23
fo0lish5-Jan-05 7:23 
GeneralRe: calling subs from other classes Pin
T Manjaly5-Jan-05 9:04
T Manjaly5-Jan-05 9:04 

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.