Hello,
I'm coding an application, this application has a "text area" and I try to take control on tab key. I'm trying to catch the key press and then add some spaces at the end of the text. I could catch the key press but I cannot set the cursor at the end of the text. How can I place...
Hello,
I'm programming an enterprise application with Access and I have a problem when I use the Tab key.
I use a RichText component because the users want write some description that will be saved in the DB. I don't have any problem saving data but I have some problems when I press the Tab...
The NoClassDefFoundError that throws the JVM refers that your class is not in the execution classpath.
Then compile the class using javac -classpath jdk_directory\lib\classes.zip DBConnect.java.
After you compile the class, execute your class using java -classpath...
I'm developing an application using ACCESS2000 and I have some problems:
1.- Problems with the decimal point
I develope an application using the Windows spanish regional configuration. One of the consecuences of this configuration is that decimal sign is ',' neither '.'.
To add records in...
I'm trying to connect two applications using sockets. The first one is a JAVA application and the second one is a web application using ASP.
I've got the connection between the JAVA application and a web application using Java Server Pages and the native JAVA class Socket (using WebSphere...
I'm building an application that calls applications like Microsoft Word, Microsoft Excel and so.
When I call Microsoft Word in my aplication I code:
==========================================================
Dim appword As Word.Application
' Aquest missatge s'encarrega de carregar el Word
On...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.