Rgagnon - rgagnon.com
General Information:
Latest News:
Funny : Funny songs and acronyms 26 Aug 2013 | 10:13 am
Added new Java meaning
PB : See datawindow content in DEBUG mode 26 Aug 2013 | 10:11 am
It's very strange that Powerbuilder does not provide an easy way to examine a datawindow or datastore current data when running in the debugger. One way is to add a watch variable on the datawindow/da...
PB : Set or Unset the keyboard numlock and read its state 26 Aug 2013 | 10:11 am
his code will toggle the keyboard NUM LOCK state.
Java : Copy a file 15 Aug 2013 | 10:11 am
Java 7 provides a new API to copy files
Java : Get the Mime Type from a File 15 Aug 2013 | 10:11 am
Java 7 provides a new API to detect the nature of a file
Java : Start a process as an another user using JNA (Windows) 15 Jun 2013 | 10:11 am
Using JNA, we use the Windows CreateProcessWithLogin API to start a process as a differnet user.
Java : Show a JFrame on a specific screen in a dual monitor configuration 28 May 2013 | 10:11 am
Show a JFrame on a specific screen in a dual monitor configuration.
Java : Debug a JavaMail program 28 May 2013 | 09:11 am
How to redirect JavaMail debugging output to a more appropriate log file.
Java : Detect and remove blank page in pdf (iText) 5 May 2013 | 09:11 am
It's not easy to detect if a pdf page is blank or not.
Java : Get directory content faster with many files 5 May 2013 | 09:11 am
With Java 7, there is a new possibility to handle directory with a large amount of file (say more than 10 000 files). With the previous JDK versions, File.listFiles() returns a File array. The perform...