Java
Java is a programming language originally developed by Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform.
Application
Any
Platform
Windows
Remove
License
Any
: I have a win32 dll library with two function that calling dialog
: window, modal and non modal.
: From java with jni I load jni wrapper dll, that load my dll and call
: this functions.
: When...
thanks for answer
: A non-modal dialog depends on the caller for it's windows messages.
: Since the JNI doesn't provide that ability as a standard option, you
: as a programmer must regularly...
: I have a win32 dll library with two function that calling dialog
: window, modal and non modal.
: From java with jni I load jni wrapper dll, that load my dll and call
: this functions.
: When...
: :
: : I've been looking through the API today to try and fit anything
: : that allows connection to the Windows XP lock shortcut (Windows Key
: : + L).
: : I want to either detect that it...
I've been looking through the API today to try and fit anything that allows connection to the Windows XP lock shortcut (Windows Key + L).
I want to either detect that it has been used or provide...
: Shouldn't it stop in the catch and print "TEST!!!" ?
No, C++ isn't Java :-)
It doesn't catch anything not thrown. Though if you are using a RAD tool like Borland Builder, they have their own...
If you're looking for information on Java using GCJ + SWT to create native windows applications, have a look at the article at the following URL.
http://www.coreguardian.org/index...
: Ok, I want to know how to set a variable to the value of a textbox.
: I wrote Valueof(nameoftextbox) but it says that "whatever the name
: of my textbox is" is undifined. If you can post me a...
cmd) it works but when i say
Runtime.getruntime.exec( "C:/a.jpg ") or
Runtime.getruntime.exec( "cmd.exe c/ C:/a.jpg ") or
Runtime.getruntime.exec( "cmd c/ C:/a.jpg ")
from my java...
Hello,
I'm running a java applet on a computer with Windows ME. I downloaded the newest version of Java. The keyboard input is not working right. There seems to be a delay between when I press...
This message was edited by Cpp Newbie at 2007-1-29 2:1:3
Hi,
I need to be able to read a single character from the console wihout the user pressing enter, but Im not sure how to do it. At the...
: This message was edited by ajaxmanu at 2006-10-24 5:5:52
: Hello, I've been a user of windows for quite some time. I've wanted to develop some useful scripts to perform routine tasks... Where do...
This message was edited by ajaxmanu at 2006-10-24 5:5:52
Hello, I've been a user of windows for quite some time. I've wanted to develop some useful scripts to perform routine tasks... Where do I...
: : My first problem about accessing windows registry was solved by zibadien, now the new issue arised in the development of my application installer project is how to show an open common dialog box...
: I have set the following variables as you see (but nothing happens):
: JAVA_HOME=C:\jdk1.3.1_01
: PATH=C:\jdk1.3.1_01\bin;C:\jdk1.3.1_01\jre\lib
: CLASSPATH=C:\jdk1.3.1_01\jre\lib
This should...
: I have developed software for Windows for a couple of years now mainly using Borland's Delphi. I have no experience programming for mobile devices, but I have been charged with making one of my...
Hello,
I am Krishna, 6th Sem BCA student, I need some help to complete my project work b the end of next month. Since it is a Bachelor degree there is no need for a huge, complex project. So...
I need a windows based firewall built in JAVA having the following features
1-- Port Scanning ( scanned all the open ports of the PC. )
2-- Pakcet Filtering( accepting and denying packets of...
This message was edited by Stanger1 at 2005-10-5 10:6:34
This message was edited by Stanger1 at 2005-10-5 9:57:22
Is there a way to send an email attachment from a command line or to...