week 2

Selection Start

The selection start control indicates the insertion point, or caret, for new text. If you set this property to a location beyond the length of the text in the control, the selection start position will be placed after the last character. This control may be useful when considering the inclusion of information to a text area or rich text box. In the example below you can see that the value that is gathered from this control is stored in a variable so that if the program appends any information it can be called and input at this point.

Dim cursorposition As Integer = rtbHTML.SelectionStart

Using the Activity Sheet, create a webpage editor, you should ensure that you pay close attention to the table provided in the instructions as this will provide you with the naming conventions that should be used when creating a program in VB.Net.
EXTENTION
Now that you have created the editor, create a button the inputs the simple HTML structure in to the Rich Text Box.
STRETCH & CHALLENGE
Now that you have this interactivity enabled in to your editor, try and enable the use to input tags at the point of where the cursor is in the Rich Text Box

Upgraded Editor

The information covered in this page covers the knowledge and understanding linked to the criterion in the table below.

Links to Assessment Criteria Description
LO1 Understand the features of event driven programming:
Key features: service oriented; time driven; event handlers; trigger functions; events eg mouse, keyboard, HTML object, form, user interface; event loops; flexibility; suitability for graphical interfaces; simplicity of programming; ease of development
LO2 Be able to use the tools and techniques of an event driven language:
Triggers: eg key press, alarm, system event, touch screen event, mouse click
Tools and techniques: eg use of tool boxes and controls, selection, loops, event handlers, triggers, objects and object properties, menus; debugging tools
Variables: declaring variables; scope of variables; constants; data types
Functional Skills English Reading, Writing, Comprhension, Problems Solving, Nouns
Functional Skills Maths Compression,Reduction
British Values None covered in this session.
Equality and Diversity

Last Updated
2018-04-16 13:27:00

English and Maths

English

0

Maths


Stretch and Challenge

Stretch and Challenge


  • Fast to implement
  • Accessible by default
  • No dependencies
Homework

Homework


Equality and Diversity Calendar
How to's

How 2's Coverage

0

0

Links to Learning Outcomes

Links to Assessment criteria

 


Files that support this week


| | | | |
Week 1
Prev
Week 2
Prev
Week 3
Prev

Next