1228 Accessibility Chapter (Web hosting) 24 59 this.nameTextBox.AccessibleName = “User

1228 Accessibility Chapter 24 59 this.nameTextBox.AccessibleName = “User Name TextBox”; 60 this.nameTextBox.TabIndex = 1; 61 this.nameTextBox.MouseHover += 62 new System.EventHandler( this.controls_MouseHover ); 63 64 this.phoneTextBox.AccessibleDescription = 65 “Enter Phone Number”; 66 this.phoneTextBox.AccessibleName = “Phone Number TextBox”; 67 this.phoneTextBox.TabIndex = 2; 68 this.phoneTextBox.MouseHover += 69 new System.EventHandler( this.controls_MouseHover ); 70 71 this.passwordTextBox.AccessibleDescription = 72 “Enter Password”; 73 this.passwordTextBox.AccessibleName = “Password TextBox”; 74 this.passwordTextBox.TabIndex = 3; 75 this.passwordTextBox.MouseHover += 76 new System.EventHandler( this.controls_MouseHover ); 77 78 this.submitButton.AccessibleDescription = 79 “Submit the Information”; 80 this.submitButton.AccessibleName = “Submit Information”; 81 this.submitButton.TabIndex = 4; 82 this.submitButton.Text = “&Submit”; 83 this.submitButton.Click += 84 new System.EventHandler( this.submitButton_Click ); 85 this.submitButton.MouseHover += 86 new System.EventHandler( this.controls_MouseHover ); 87 88 this.passwordLabel.AccessibleDescription = 89 “Password Label”; 90 this.passwordLabel.AccessibleName = “Password Label”; 91 this.passwordLabel.TabIndex = 7; 92 this.passwordLabel.MouseHover += 93 new System.EventHandler( this.controls_MouseHover ); 94 95 this.speaker.AccessibleDescription = 96 “Give Information about Form”; 97 this.speaker.AccessibleName = “Speaker”; 98 this.speaker.TabIndex = 8; 99 this.speaker.TabStop = false; 100 101 this.AccessibleDescription = “Registration Form”; 102 this.AccessibleName = “Registration Form”; 103 } 104 105 [STAThread] 106 static void Main() 107 { 108 Application.Run( new TextToSpeech() ); 109 } 110 Fig. 24.13 Fig. 24.1FiFig. 24.13g. 24.13 Fig. 24.13 Application with accessibility features. (Part 3 of 4.)
You want to have a cheap webhost for your apache application, then check apache web hosting services.

Leave a Reply