Is that possible to check开发者_开发技巧 the no. of spaces in current line of the richtextbox with its text changes event...
Is there a way in in MS Access to detect a changed TextBox value where the TextBox\'s controlsource is e.g. =[txtSubTotal]-[txtDiscount]?
A moment ago someone answered my question on how to edit the combobox loaded with a text file, and how to save the recently edited line.
I have an HTML page where I want to change Image & Link with at regular interval of time. I have following code in Head Tag :
I have a TextBox with a TextChanged event wired up. In the end it is making a query to a SQL database, so I want to limit the number of queries.
I have a textbox bound to a datasource. The textbox\'s TextChanged event updates another textbox. The problem is, I do not want the first textbox to show, so I set its Visible property to false.
how do I get the开发者_如何学Python actual screen position of an element, say a Button? If I use getBounds I get the position relative to the parent container, not the screen... Have you tried Compone