devxlogo

November 18, 1997

Picking coordinates outside your window(s)

Question: How do I make my program respond to “mousedown” outside my form? For instance: How would I get my program to tell me the pixel coordinants of my cursor

Wrapper Class

Question: In VB4, how do I create a wrapper class for a textbox?I want to be able to add properties to a textbox. Answer: There are many approaches you can

Eliminating the Enter Key Beep

Question: I hear a “beep” when I press the ENTER key in a text box. How can I disable it? Answer: This is a common problem with the TextBox control.