Tagged Questions
4
votes
1answer
103 views
Calling GetOpenFileName through JNA fails for Swing app
I'm trying to use the native Windows file dialog in Java, using JNA to call the comdlg32 function GetOpenFileName. I've made a static method, OpenFileDialog.display that looks like this:
public ...
1
vote
3answers
506 views
Windows XP, HKCU\…\LastVisitedMRU maximum number of items allowed?
I have a scenario where I need to put together a script to add an entry to the following registry key for the current user:
...