Click here to Skip to main content
15,899,026 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem with Deployment, Win Installer, Setup Pin
HamCoder28-Apr-06 9:40
HamCoder28-Apr-06 9:40 
QuestionStarting a process from a Windows Service Pin
dlarkin7727-Apr-06 5:22
dlarkin7727-Apr-06 5:22 
AnswerRe: Starting a process from a Windows Service Pin
H@is@here27-Apr-06 23:30
H@is@here27-Apr-06 23:30 
AnswerRe: Starting a process from a Windows Service Pin
spaceus27-Apr-06 23:56
spaceus27-Apr-06 23:56 
QuestionFind File Owner Using .NET 2.0 Pin
is251rd27-Apr-06 5:12
is251rd27-Apr-06 5:12 
AnswerRe: Find File Owner Using .NET 2.0 Pin
kasik27-Apr-06 5:32
kasik27-Apr-06 5:32 
GeneralRe: Find File Owner Using .NET 2.0 Pin
is251rd27-Apr-06 7:52
is251rd27-Apr-06 7:52 
QuestionNew to Programming Pin
mcb1227-Apr-06 4:46
mcb1227-Apr-06 4:46 
Scenario

You've just started a new semester and you've become friends with one of your classmates, Tomislav. Tomislav tells you he has just moved to the United States from Europe and he's having a difficult time adjusting to the English units of measurement. In his country, most liquids are measured in liters, not gallons.


Tomislav tells you that he's been having an especially hard time buying gasoline, since he doesn't have much of an idea how much a gallon is. He also mentions he's having a tough time understanding how much is in a pint.


Since you got an 'A' in your last Visual Basic .NET course, you volunteer to write Tomislav an application to convert liters into pints and gallons.


Project Details


Create an appropriate user interface.




Include a Reset button, which will clear the interface controls.

Be sure to center the form on the screen.

Create a button that the user will click to complete the conversion.

Provide an appropriate title for your application window.

Create necessary labels for all fields.

Display the pint and gallon conversions in TextBox controls that cannot be edited.

Include comments in your application

Write code to complete the conversion.


Use the Internet or other resources to find out the conversion rates between liters and pints, as well as liters and gallons.

Deliverable Details


Please submit your assignment.



Submit only ONE file. The file should be a zip of ALL the files in the project folders.



Tips for Unit 1 IP (ITP330)

General
Use the VS2003 online help to find answers.
Here is a tutorial (from Microsoft) that will help you get started programming in VB.NET fast:
Setting Up the Visual Basic .NET Project
For the IP
Note the conversion is from wet liters to wet pints and from wet liters to wet gallons.
Textbox1: liters, for input
Textbox2: pints, read only for output
Textbox3: gallons, read only for output
Labels for the above textboxes
Compute button: btnCompute
Reset button: btnReset
Code the following methods: btnCompute_Click() and btnReset_Click()


Also can someone explain the differences between Object-Oriented Programming (OOP) and Object-Oriented Design (OOD). Can you also provide examples of how each can be applied in real life.



Can someone help me understand this stuff above. I really don't know how to write codes and if there is a website/tutorial out they somewhere that is built for beginners please let me know.

Thanks,

mcb12
AnswerRe: New to Programming Pin
mr_1234527-Apr-06 7:07
mr_1234527-Apr-06 7:07 
GeneralRe: New to Programming Pin
Guffa27-Apr-06 8:38
Guffa27-Apr-06 8:38 
AnswerRe: New to Programming Pin
Guffa27-Apr-06 8:32
Guffa27-Apr-06 8:32 
AnswerRe: New to Programming Pin
Garner T27-Apr-06 15:12
Garner T27-Apr-06 15:12 
GeneralRe: New to Programming Pin
J4amieC27-Apr-06 22:53
J4amieC27-Apr-06 22:53 
AnswerRe: New to Programming Pin
Chatura Dilan27-Apr-06 16:01
Chatura Dilan27-Apr-06 16:01 
AnswerRe: New to Programming Pin
Steve Pullan27-Apr-06 16:38
Steve Pullan27-Apr-06 16:38 
AnswerRe: New to Programming Pin
J4amieC27-Apr-06 22:59
J4amieC27-Apr-06 22:59 
AnswerRe: New to Programming Pin
KreativeKai28-Apr-06 8:07
professionalKreativeKai28-Apr-06 8:07 
QuestionRegular Expression for Range number (1,3,5-12) Pin
Phoen2527-Apr-06 4:45
Phoen2527-Apr-06 4:45 
AnswerRe: Regular Expression for Range number (1,3,5-12) Pin
CWIZO27-Apr-06 7:25
CWIZO27-Apr-06 7:25 
AnswerRe: Regular Expression for Range number (1,3,5-12) Pin
Guffa27-Apr-06 7:51
Guffa27-Apr-06 7:51 
GeneralRe: Regular Expression for Range number (1,3,5-12) Pin
Phoen2527-Apr-06 8:38
Phoen2527-Apr-06 8:38 
QuestionCommented code still throwing an error!! Pin
macca2427-Apr-06 4:08
macca2427-Apr-06 4:08 
AnswerRe: Commented code still throwing an error!! Pin
darkelv27-Apr-06 5:40
darkelv27-Apr-06 5:40 
GeneralRe: Commented code still throwing an error!! Pin
macca241-May-06 22:16
macca241-May-06 22:16 
QuestionDraw a chart on a form Pin
codeadair27-Apr-06 3:38
codeadair27-Apr-06 3:38 

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.