Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Displaying control-specific instructions in VB6 with GotFocus
- The GotFocus event for a control fires in VB6 when the control receives the focus through user action or through the SetFocus method. See how you can use GotFocus to display information or instructions to the user. The GotFocus event for a control fires in VB6 when the...
- Tags: Microsoft Visual Basic 6.0, GotFocus, Peter Aitken, Microsoft development tools, Visual Basic Tips Newsletter, Control, Telecom & Utilities, Programming Languages, Development Tools, Software Development, Software/Web Development
- Technical articles 2005-11-04
- Displaying control-specific instructions in VB6 with GotFocus
- Good as far as it goesA good start. I often use your excellent tips in MS Access VB, and assumed wrongly that you were trying to put this in some sort of Control Tip. I've just about given up getting anyone to notice my Status Bar text at the bottom...
- Tags: access, GotFocus, maclean@..., Microsoft Visual Basic, Microsoft Visual Basic 6.0, programming, vb, windows
- Discussion threads 2005-11-04
Additional Resources
- ActiveX Programming
- Respected Programmers i m in trouble to create a custom text box in vb6 that change it colors on got focus and lost focus these properties are set during design timeYou do NOT have to create a new Control.Just change the BackColor on GotFocus and LostFocus events.Private Sub Text1_GotFocusText1.BackColor =...
- Tags: ActiveX, End Sub, programming, v4vickey@...
- Q&A 2005-02-09
- VB6 Tip: Selecting all text when a Text Box gets the focus
- Any users?Anybody who used this tip, please share your experience.Wrong SolutionThis is a wrong solution for the problem and also not in line with the default windows behaviour. In the default Windows behaviour, a tab used to get focus on a text box should select the whole text but...
- Tags: Microsoft Visual Basic 6.0, RexWorld, Selecting
- Discussion threads 2005-01-24
- VB6 Tip: Selecting all text when a Text Box gets the focus
- This article originallyappeared in the Builder.com Visual Basice-newsletter. Clickhere to subscribe automatically.When the focus moves to a Text Box that contains text,Visual Basic 6's default is to position the caret editing cursor at the startof the text. In some applications, it might be more appropriate to have all ofthe control's...
- Tags: Box, Microsoft Visual Basic, Microsoft Visual Basic 6.0, Peter Aitken, SelLength, SelStart, Text, Text Box
- Technical articles 2004-12-10
- VB 6 forms flutter
- We have developed a program using VB6. We have a problem with some of the windows that cause fluttering. We have solved the problem by unloading the window before loading the next window but we need a better solution.This is what happens. We have 3 windows 1, 2, 3.If...
- Tags: child-A, child-B, ivancarr@..., Microsoft Visual Basic, Microsoft Visual Basic 6.0, programming, window, zorder
- Q&A 2005-10-24
- << Previous
- page 1 of 1
- Next >>