Repositioning Viewable Text in TextArea
Question: Can I make the text in a TextArea scroll to a given line? For example, I have 100 lines of text in a TextArea with 20 viewable rows. Can
Question: Can I make the text in a TextArea scroll to a given line? For example, I have 100 lines of text in a TextArea with 20 viewable rows. Can
Question: Is it possible to remove the close button from a JFrame or at least disable it? Answer: It is possible to disable the function of the close button on
Question: How do I know the size of the array returned by File.list() so I don’t get the message ArrayIndexOutOfBoundsException when printing the local directory content in the screen? Answer:
Question: I’ve tried to reinstall VB5, and I’ve installed Service Pack 3, but every time I try to use the Tabbed Dialogue control (TABCTL32.OCX), I get this message in the
Question: Is there a way to get a list of folders for a network drive passing in the server name(for example, \NetDrive). I tried using Dir(“\NetDrive”,vbDirectory) but received only an
Question: How do I list all the users on an NT domain with Visual Basic? Answer: The following code should get you started. Note that you need to add good
Question: Are there any utilities that will convert an .EXE file back to a .CPP file? A friend wrote a little program for me, and I would like to alter
Question: Is there a way to force a function not to be inline?that is, to define the body of a function in a header file, but require that the compiler
Question: I have defined a string variable using the following command: #define latinWord 64 char word[latinWord]; I want to use an If statment to see if the variable “word” is