Jeg tror jeg selv har svarer på shell-spørgsmålet 4-5 gange, men resultatet af en søgning afhænger jo af om spørgerne skriver en god overskrift. Books Online medfølger på installations CD'er for VB. Man tager ved inst. stilling til om den skal lægges på disken eller ej. Den fylder ca. 100 MB. Men jeg ser til min forundring af Shell ikke er omtalt i mit eksemplar. Om focus står der:
Focus is the ability to receive user input through the mouse or keyboard. When an object has the focus, it can receive input from a user. In the Microsoft Windows interface, several applications can be running at any time, but only the application with the focus will have an active title bar and can receive user input. On a Visual Basic form with several text boxes, only the text box with the focus will display text entered by means of the keyboard. The GotFocus and LostFocus events occur when an object receives or loses focus. Forms and most controls support these events. Event Description
GotFocus Occurs when an object receives focus. LostFocus Occurs when an object loses focus. A LostFocus event procedure is primarily used for verification and validation updates, or for reversing or changing conditions you set up in the object's GotFocus procedure.
You can give focus to an object by: · Selecting the object at run time. · Using an access key to select the object at run time. · Using the SetFocus method in code.
You can see when some objects have the focus. For example, when command buttons have the focus, they appear with a highlighted border around the caption (see Figure 3.19). Figure 3.19 A command button showing focus
An object can receive focus only if its Enabled and Visible properties are set to True. The Enabled property allows the object to respond to user-generated events such as keyboard and mouse events. The Visible property determines whether an object is visible on the screen. Note Frames, labels, menus, lines, shapes, images, and timers cannot receive focus. A form can receive focus only if it doesn't contain any controls that can receive the focus.
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.