Question
visual studio please

Programming Challenges 1. Conference Registration System Create an application that calculates the registration fees for a co
Figure 7-63 Conference Registration System main form Conception System Registrant Name Phone Email Company Address Total $000
7-64 Conference Options form Conference PreconceWorkshops Conference Opening Deer & Koche Ecommerce The Future of the Web Adv

all the infirmation is in 3 pictures that ive already submited
0 0
Add a comment Improve this question Transcribed image text
Answer #1

'Form1 Coding

Public Class Form1
Dim s As String
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Form2.Show()
End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
TextBox1.Text = ""
TextBox2.Text = ""
TextBox3.Text = ""
TextBox4.Text = ""
TextBox5.Text = ""
TextBox6.Text = ""
TextBox7.Text = ""
TextBox8.Text = ""
TextBox9.Text = ""

End Sub

Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Me.Hide()

End Sub
End Class

'Form2 coding

Public Class Form2
Dim st As String
Dim st1 As String
Dim i As Integer
Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
CheckBox1.Checked = True
CheckBox1.Enabled = False
ListBox1.Items.Add("Introduction to e commerce $295")
ListBox1.Items.Add("The Future Of The Web $295")
ListBox1.Items.Add("Advanced visual Basic $395")
ListBox1.Items.Add("Network Security $395")

End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click

st = ListBox1.SelectedItem.ToString()
st = st.Substring(st.Length - 3)
i = Convert.ToInt16(st)
If CheckBox2.Checked Then
st1 = CheckBox2.Text.Substring(CheckBox2.Text.Length - 2)
st1 = Convert.ToInt16(st1)

total = Convert.ToInt16(CheckBox1.Text.Substring(CheckBox1.Text.Length - 3)) + i + st1
Else
total = Convert.ToInt16(CheckBox1.Text.Substring(CheckBox1.Text.Length - 3)) + i

End If
MessageBox.Show(total)
Form1.Show()
Form1.TextBox1.Text = total.ToString()
Me.Hide()


End Sub
End Class

'Module coding

Module Module1
Public total As Integer


End Module

Windows Application6 (Running) - Microsoft Visual Studio File Edit View Project Build Debug Data Format Tools Test Window Helcurrent red pen drive Recycle Bin database Format Factory Python M.. Form2 - DX Form1 $295 $295 SQlite ✓ Conference Registrat

Picture Tools upload DIEU = 1 File Home Share View Manage Cut x Di New item Easy access Select all : Select none & Invert sel

Add a comment
Know the answer?
Add Answer to:
visual studio please all the infirmation is in 3 pictures that ive already submited Programming Challenges...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • visual studio Figure 7-64 Conference Options form Pendence Workshops Cordero Sale One E-commerce The Free Web...

    visual studio Figure 7-64 Conference Options form Pendence Workshops Cordero Sale One E-commerce The Free Web ed Band M The Conference Options form allows the user to select the regular conference regis- tration, the optional opening night dinner, and an optional preconference work- shop. (The user cannot register for the optional events, however, without selecting the conference registration of $895.) When the Close button is clicked, this form should be removed from the screen and the total registration fee should...

  • The questions below deal with Microsoft Visual Studio 2012 Reloaded, under the Visual Basic programming language....

    The questions below deal with Microsoft Visual Studio 2012 Reloaded, under the Visual Basic programming language. The book ISBN number that I am using is: 978-1-285-08416-9 or the UPC code is: 2-901285084168-1. Question 1 Visual Basic 2012 is an object-oriented programming language, which is a language that allows the programmer to use ____________________ to accomplish a program�s goal. Question 2 An application that has a Web user interface and runs on a server is called a(n) ____________________ application. Question 3...

  • Programming question. Using Visual Studio 2019 C# Windows Form Application (.NET Framework) Please include code for...

    Programming question. Using Visual Studio 2019 C# Windows Form Application (.NET Framework) Please include code for program with ALL conditions met. Conditions to be met: Word Problem A person inherits a large amount of money. The person wants to invest it. He also has to withdraw it annually. How many years will it take him/her to spend all of the investment that earns at a 7% annual interest rate? Note that he/she needs to withdraw $40,000.00 a year. Also there...

  • If you’re using Visual Studio Community 2015, as requested, the instructions below should be exact but...

    If you’re using Visual Studio Community 2015, as requested, the instructions below should be exact but minor discrepancies may require you to adjust. If you are attempting this assignment using another version of Visual Studio, you can expect differences in the look, feel, and/or step-by-step instructions below and you’ll have to determine the equivalent actions or operations for your version on your own. INTRODUCTION: In this assignment, you will develop some of the logic for, and then work with, the...

  • New Perspectives on HTML5 and CSS3. Solve Chapter 13 Case Problem 3. mas_register.js "use strict"; /*...

    New Perspectives on HTML5 and CSS3. Solve Chapter 13 Case Problem 3. mas_register.js "use strict"; /* New Perspectives on HTML5, CSS3, and JavaScript 6th Edition Tutorial 13 Case Problem 3 Filename: mas_register.js Author: Date: Function List ============= formTest() Performs a validation test on the selection of the conference session package and the conference discount number calcCart() Calculates the cost of the registration and saves data in session storage    writeSessionValues() Writes data values from session storage in to the registration...

  • I need help writting a Javascript function that does the following its for a HTML/CSS Shopping...

    I need help writting a Javascript function that does the following its for a HTML/CSS Shopping Cart Page CODE This page contains a list of the selected products that includes an image, name, price, quantity, and cost) Because the process is implemented not as real, three products along with its image and price are displayed on the page. The product ID of each product is stored in a hidden textbox. The default amount of each product is 1 and the...

  • Please use own words. Thank you. CASE QUESTIONS AND DISCUSSION > Analyze and discuss the questions...

    Please use own words. Thank you. CASE QUESTIONS AND DISCUSSION > Analyze and discuss the questions listed below in specific detail. A minimum of 4 pages is required; ensure that you answer all questions completely Case Questions Who are the main players (name and position)? What business (es) and industry or industries is the company in? What are the issues and problems facing the company? (Sort them by importance and urgency.) What are the characteristics of the environment in which...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT