B4J Library SD_NativeAccess (jna) - Star-Dust    Feb 22, 2023   (11 reactions) This library allows access to the jna to use some functions for managing windows and applications.
You need to get these JARs and include them in the additional libraries folder: jna-5.0.0 and jna... B4J Question Getting Foreground Window Position, Size and others, all methods (jna-user32) - Magma    Feb 23, 2021 )
...
Dim user32 As JavaObject
user32 = user32.InitializeStatic("com.sun.jna.platform.win32... = native.InitializeStatic("com.sun.jna.Native").RunMethod("toString", Array(title... B4J Question How to use JNA to call self-made dll? - kimstudio (first post)    Jan 27, 2022 I got the answers from forum with method 1) jDotNetBridge: compile into jar library using SLC; method 2) inline java: same effect but using inline java, which is more convenient if you update function... B4J Question JNA : access C++ DLL methods & variables type conversion - GabrielM (first post)    Oct 31, 2019 Yes, the app launches and runs ok while I run jar from \Objects.
Solved it now, took your advice on... B4J Question [SOLVED] Turn Off Display - programmatically / from C++ to Java, more specific javaobject - Magma    Mar 8, 2021 , SC_MONITORPOWER, (LPARAM) 2);
..tried to use jna...
but as always (just a hole in the water) - i am not....InitializeStatic("com.sun.jna.platform.win32.User32").GetField("INSTANCE"... B4J Question Access to 3rd party libs with jna? - moster67 (first post)    Mar 4, 2017   (1 reaction) Well, if you get stuck, you can contact me and help me testing the library I am currently developing... B4J Question newer version (v3.71) need jna-4.0.0.jar - petr4ppc (first post)    Dec 24, 2015 Erel,
sure, my mistake. In library folder was not two libraries. After copy old library folder to t... B4J Library WindowsBackgroundSetter - Roycefer    Feb 10, 2017   (1 reaction) Programmatically set the Windows desktop background. Obviously, this is Windows-only. I've only tested it on Windows 7.
You need to have jna-4.3.0.jar and jna-platform-4.3.0.jar in your Additional Libraries folder. https://github.com/java-native-access/jna... B4J Library [B4J] MacroPlay Library - Magma    Jan 20, 2023   (7 reactions) Hi there to all... Before some weeks created a MACRO-Recorder for Licensed Members... https://www.b4x.com/android/forum/threads/utility-magma-macro-recorder-0.145139/#post-919986 138312 This Library comes to "cover" the developer side to use macros at his app. Need to add the following at your project: #AdditionalJar: jna-5.2.0 #AdditionalJar: jna-platform-5.2.0 Sub... only at Windows... because of jna...... B4J Question [SOLVED] Package Standalone Error (java 11) - micro    Aug 1, 2022 As JavaObject = JO.InitializeStatic("com.sun.jna.platform.win32.User32").GetField...("com.sun.jna.platform.WindowUtils") '<<<<<<
Dim awtrect... Page: 1   2   3   4   5   6   7   |