Visual Basic 2010 teacher multiplication app

profileghase
multiplicationteacher.zip

MultiplicationTeacher/MultiplicationTeacher/bin/Debug/MultiplicationTeacher.exe

MultiplicationTeacher/MultiplicationTeacher/bin/Debug/MultiplicationTeacher.pdb

MultiplicationTeacher/MultiplicationTeacher/bin/Debug/MultiplicationTeacher.vshost.exe

MultiplicationTeacher/MultiplicationTeacher/bin/Debug/MultiplicationTeacher.vshost.exe.manifest

MultiplicationTeacher/MultiplicationTeacher/bin/Debug/MultiplicationTeacher.xml

MultiplicationTeacher

MultiplicationTeacher/MultiplicationTeacher/MultiplicationTeacher.Designer.vb

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class MultiplicationTeacherForm Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. <System.Diagnostics.DebuggerStepThrough()> _ Private Sub InitializeComponent() Me.questionLabel = New System.Windows.Forms.Label Me.answerTextBox = New System.Windows.Forms.TextBox Me.resultLabel = New System.Windows.Forms.Label Me.responseLabel = New System.Windows.Forms.Label Me.submitButton = New System.Windows.Forms.Button Me.nextButton = New System.Windows.Forms.Button Me.SuspendLayout() ' 'questionLabel ' Me.questionLabel.Location = New System.Drawing.Point(15, 14) Me.questionLabel.Name = "questionLabel" Me.questionLabel.Size = New System.Drawing.Size(144, 23) Me.questionLabel.TabIndex = 0 Me.questionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'answerTextBox ' Me.answerTextBox.Location = New System.Drawing.Point(165, 14) Me.answerTextBox.Name = "answerTextBox" Me.answerTextBox.Size = New System.Drawing.Size(59, 23) Me.answerTextBox.TabIndex = 1 Me.answerTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'resultLabel ' Me.resultLabel.AutoSize = True Me.resultLabel.Location = New System.Drawing.Point(15, 55) Me.resultLabel.Name = "resultLabel" Me.resultLabel.Size = New System.Drawing.Size(42, 15) Me.resultLabel.TabIndex = 2 Me.resultLabel.Text = "Result:" ' 'responseLabel ' Me.responseLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.responseLabel.Location = New System.Drawing.Point(63, 51) Me.responseLabel.Name = "responseLabel" Me.responseLabel.Size = New System.Drawing.Size(161, 23) Me.responseLabel.TabIndex = 3 Me.responseLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'submitButton ' Me.submitButton.Location = New System.Drawing.Point(124, 90) Me.submitButton.Name = "submitButton" Me.submitButton.Size = New System.Drawing.Size(100, 23) Me.submitButton.TabIndex = 4 Me.submitButton.Text = "Submit Answer" Me.submitButton.UseVisualStyleBackColor = True ' 'nextButton ' Me.nextButton.Location = New System.Drawing.Point(18, 90) Me.nextButton.Name = "nextButton" Me.nextButton.Size = New System.Drawing.Size(100, 23) Me.nextButton.TabIndex = 5 Me.nextButton.Text = "Next Question" Me.nextButton.UseVisualStyleBackColor = True ' 'MultiplicationTeacherForm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(240, 124) Me.Controls.Add(Me.nextButton) Me.Controls.Add(Me.submitButton) Me.Controls.Add(Me.responseLabel) Me.Controls.Add(Me.resultLabel) Me.Controls.Add(Me.answerTextBox) Me.Controls.Add(Me.questionLabel) Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Name = "MultiplicationTeacherForm" Me.Text = "Multiplication Teacher" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents questionLabel As System.Windows.Forms.Label Friend WithEvents answerTextBox As System.Windows.Forms.TextBox Friend WithEvents resultLabel As System.Windows.Forms.Label Friend WithEvents responseLabel As System.Windows.Forms.Label Friend WithEvents submitButton As System.Windows.Forms.Button Friend WithEvents nextButton As System.Windows.Forms.Button End Class

MultiplicationTeacher/MultiplicationTeacher/MultiplicationTeacher.resx

text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089

MultiplicationTeacher/MultiplicationTeacher/MultiplicationTeacher.vb

Public Class MultiplicationTeacherForm End Class ' MultiplicationTeacherForm ' ************************************************************************** ' * (C) Copyright 1992-2013 by Deitel & Associates, Inc. and * ' * Pearson Education, Inc. All Rights Reserved. * ' * * ' * DISCLAIMER: The authors and publisher of this book have used their * ' * best efforts in preparing the book. These efforts include the * ' * development, research, and testing of the theories and programs * ' * to determine their effectiveness. The authors and publisher make * ' * no warranty of any kind, expressed or implied, with regard to these * ' * programs or to the documentation contained in these books. The authors * ' * and publisher shall not be liable in any event for incidental or * ' * consequential damages in connection with, or arising out of, the * ' * furnishing, performance, or use of these programs. * ' **************************************************************************

MultiplicationTeacher/MultiplicationTeacher/MultiplicationTeacher.vbproj

Debug AnyCPU 9.0.21022 2.0 {59BA82FD-A9C4-4057-8B57-70BD89AB41C4} WinExe MultiplicationTeacher.My.MyApplication MultiplicationTeacher MultiplicationTeacher 512 WindowsForms v4.0 On Binary On On 3.5 true full true true bin\Debug\ MultiplicationTeacher.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 pdbonly false true true bin\Release\ MultiplicationTeacher.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 3.5 3.5 3.5 Form MultiplicationTeacher.vb Form True Application.myapp True True Resources.resx True Settings.settings True MultiplicationTeacher.vb Designer VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources Designer MyApplicationCodeGenerator SettingsSingleFileGenerator My Settings.Designer.vb

MultiplicationTeacher/MultiplicationTeacher/MultiplicationTeacher.vbproj.user

MultiplicationTeacher/MultiplicationTeacher/My Project/Application.Designer.vb

'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:2.0.50727.1433 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '------------------------------------------------------------------------------ Option Strict On Option Explicit On Namespace My 'NOTE: This file is auto-generated; do not modify it directly. To make changes, ' or if you encounter build errors in this file, go to the Project Designer ' (go to Project Properties or double-click the My Project node in ' Solution Explorer), and make changes on the Application tab. ' Partial Friend Class MyApplication <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _ Public Sub New() MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows) Me.IsSingleInstance = false Me.EnableVisualStyles = true Me.SaveMySettingsOnExit = true Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses End Sub <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _ Protected Overrides Sub OnCreateMainForm() Me.MainForm = Global.MultiplicationTeacher.MultiplicationTeacherForm End Sub End Class End Namespace

MultiplicationTeacher/MultiplicationTeacher/My Project/Application.myapp

<?xml version="1.0" encoding="utf-16"?> <MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <MySubMain>true</MySubMain> <MainForm>MultiplicationTeacherForm</MainForm> <SingleInstance>false</SingleInstance> <ShutdownMode>0</ShutdownMode> <EnableVisualStyles>true</EnableVisualStyles> <AuthenticationMode>0</AuthenticationMode> <SaveMySettingsOnExit>true</SaveMySettingsOnExit> </MyApplicationData>

MultiplicationTeacher/MultiplicationTeacher/My Project/AssemblyInfo.vb

Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute values to modify the information ' associated with an assembly. ' Review the values of the assembly attributes <Assembly: AssemblyTitle("MultiplicationTeacher")> <Assembly: AssemblyDescription("")> <Assembly: AssemblyCompany("")> <Assembly: AssemblyProduct("MultiplicationTeacher")> <Assembly: AssemblyCopyright("Copyright © 2008")> <Assembly: AssemblyTrademark("")> <Assembly: ComVisible(False)> 'The following GUID is for the ID of the typelib if this project is exposed to COM <Assembly: Guid("a69b1d69-204a-470f-8580-82c78eac7241")> ' Version information for an assembly consists of the following four values: ' ' Major Version ' Minor Version ' Build Number ' Revision ' ' You can specify all the values or you can default the Build and Revision Numbers ' by using the '*' as shown below: ' <Assembly: AssemblyVersion("1.0.*")> <Assembly: AssemblyVersion("1.0.0.0")> <Assembly: AssemblyFileVersion("1.0.0.0")>

MultiplicationTeacher/MultiplicationTeacher/My Project/Resources.Designer.vb

'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.239 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '------------------------------------------------------------------------------ Option Strict On Option Explicit On Imports System Namespace My.Resources 'This class was auto-generated by the StronglyTypedResourceBuilder 'class via a tool like ResGen or Visual Studio. 'To add or remove a member, edit your .ResX file then rerun ResGen 'with the /str option, or rebuild your VS project. '''<summary> ''' A strongly-typed resource class, for looking up localized strings, etc. '''</summary> <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _ Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _ Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _ Friend Module Resources Private resourceMan As Global.System.Resources.ResourceManager Private resourceCulture As Global.System.Globalization.CultureInfo '''<summary> ''' Returns the cached ResourceManager instance used by this class. '''</summary> <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager Get If Object.ReferenceEquals(resourceMan, Nothing) Then Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("MultiplicationTeacher.Resources", GetType(Resources).Assembly) resourceMan = temp End If Return resourceMan End Get End Property '''<summary> ''' Overrides the current thread's CurrentUICulture property for all ''' resource lookups using this strongly typed resource class. '''</summary> <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ Friend Property Culture() As Global.System.Globalization.CultureInfo Get Return resourceCulture End Get Set resourceCulture = value End Set End Property End Module End Namespace

MultiplicationTeacher/MultiplicationTeacher/My Project/Resources.resx

text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089

MultiplicationTeacher/MultiplicationTeacher/My Project/Settings.Designer.vb

'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.239 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '------------------------------------------------------------------------------ Option Strict On Option Explicit On Namespace My <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _ Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0"), _ Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) #Region "My.Settings Auto-Save Functionality" #If _MyType = "WindowsForms" Then Private Shared addedHandler As Boolean Private Shared addedHandlerLockObject As New Object <Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _ Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) If My.Application.SaveMySettingsOnExit Then My.Settings.Save() End If End Sub #End If #End Region Public Shared ReadOnly Property [Default]() As MySettings Get #If _MyType = "WindowsForms" Then If Not addedHandler Then SyncLock addedHandlerLockObject If Not addedHandler Then AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings addedHandler = True End If End SyncLock End If #End If Return defaultInstance End Get End Property End Class End Namespace Namespace My <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _ Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _ Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _ Friend Module MySettingsProperty <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _ Friend ReadOnly Property Settings() As Global.MultiplicationTeacher.My.MySettings Get Return Global.MultiplicationTeacher.My.MySettings.Default End Get End Property End Module End Namespace

MultiplicationTeacher/MultiplicationTeacher/My Project/Settings.settings

MultiplicationTeacher/MultiplicationTeacher/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache

MultiplicationTeacher/MultiplicationTeacher/obj/Debug/MultiplicationTeacher.exe

MultiplicationTeacher/MultiplicationTeacher/obj/Debug/MultiplicationTeacher.MultiplicationTeacherForm.resources

MultiplicationTeacher/MultiplicationTeacher/obj/Debug/MultiplicationTeacher.pdb

MultiplicationTeacher/MultiplicationTeacher/obj/Debug/MultiplicationTeacher.Resources.resources

MultiplicationTeacher/MultiplicationTeacher/obj/Debug/MultiplicationTeacher.vbproj.FileListAbsolute.txt

C:\Solutions\Tutorial16Solutions\MultiplicationTeacher\MultiplicationTeacher\bin\Debug\MultiplicationTeacher.exe C:\Solutions\Tutorial16Solutions\MultiplicationTeacher\MultiplicationTeacher\bin\Debug\MultiplicationTeacher.pdb C:\Solutions\Tutorial16Solutions\MultiplicationTeacher\MultiplicationTeacher\bin\Debug\MultiplicationTeacher.xml C:\Solutions\Tutorial16Solutions\MultiplicationTeacher\MultiplicationTeacher\obj\Debug\ResolveAssemblyReference.cache C:\Solutions\Tutorial16Solutions\MultiplicationTeacher\MultiplicationTeacher\obj\Debug\MultiplicationTeacher.MultiplicationTeacherForm.resources C:\Solutions\Tutorial16Solutions\MultiplicationTeacher\MultiplicationTeacher\obj\Debug\MultiplicationTeacher.Resources.resources C:\Solutions\Tutorial16Solutions\MultiplicationTeacher\MultiplicationTeacher\obj\Debug\MultiplicationTeacher.vbproj.GenerateResource.Cache C:\Solutions\Tutorial16Solutions\MultiplicationTeacher\MultiplicationTeacher\obj\Debug\MultiplicationTeacher.exe C:\Solutions\Tutorial16Solutions\MultiplicationTeacher\MultiplicationTeacher\obj\Debug\MultiplicationTeacher.xml C:\Solutions\Tutorial16Solutions\MultiplicationTeacher\MultiplicationTeacher\obj\Debug\MultiplicationTeacher.pdb C:\Examples\Tutorial16\Exercises\MultiplicationTeacher\MultiplicationTeacher\obj\Debug\MultiplicationTeacher.exe C:\Examples\Tutorial16\Exercises\MultiplicationTeacher\MultiplicationTeacher\obj\Debug\MultiplicationTeacher.xml C:\Examples\Tutorial16\Exercises\MultiplicationTeacher\MultiplicationTeacher\obj\Debug\MultiplicationTeacher.pdb C:\books\2012\SimplyVB2010\Examples\ch16\Exercises\MultiplicationTeacher\MultiplicationTeacher\obj\Debug\MultiplicationTeacher.exe C:\books\2012\SimplyVB2010\Examples\ch16\Exercises\MultiplicationTeacher\MultiplicationTeacher\obj\Debug\MultiplicationTeacher.xml C:\books\2012\SimplyVB2010\Examples\ch16\Exercises\MultiplicationTeacher\MultiplicationTeacher\obj\Debug\MultiplicationTeacher.pdb

MultiplicationTeacher/MultiplicationTeacher/obj/Debug/MultiplicationTeacher.vbproj.GenerateResource.Cache

MultiplicationTeacher/MultiplicationTeacher/obj/Debug/MultiplicationTeacher.xml

MultiplicationTeacher

MultiplicationTeacher/MultiplicationTeacher/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll

MultiplicationTeacher/MultiplicationTeacher.sln

Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Basic Express 2010 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MultiplicationTeacher", "MultiplicationTeacher\MultiplicationTeacher.vbproj", "{59BA82FD-A9C4-4057-8B57-70BD89AB41C4}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {59BA82FD-A9C4-4057-8B57-70BD89AB41C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {59BA82FD-A9C4-4057-8B57-70BD89AB41C4}.Debug|Any CPU.Build.0 = Debug|Any CPU {59BA82FD-A9C4-4057-8B57-70BD89AB41C4}.Release|Any CPU.ActiveCfg = Release|Any CPU {59BA82FD-A9C4-4057-8B57-70BD89AB41C4}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal

MultiplicationTeacher/MultiplicationTeacher.suo