Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- 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...
- Technical articles 2004-12-10
Additional Resources
- Prevent bugs by filtering input in VB6
- Slight improvementIn the first couple of conditional statements, you wisely used ASC(".") and ASC("-") instead of hard coding the numerics to check for valid characters. This same method should be done on the last conditional to maintain the flexibility and readability of the code.That is, the lineElseIf key...
- Discussion threads 2005-06-17
- VB6 ToolTipText
- How do I produce a "wrap round" in the text inputfor the ToolTipText property. Would like to produce a "box" of text not one complete line of text.You may want to try the carriage return vbCr preceeded and followed by ampersand. I've never tried using in this context, but it...
- Q&A 2005-05-13
- << Previous
- page 1 of 1
- Next >>