windows

  1. TOLO68

    B4R Question Where to download old versions of B4R

    I have downloaded version 4.00 of B4R, but it requires an operating system higher than Windows 7 and 64 bits. Would you be so kind as to tell me a link, where I can download the previous versions??? Greetings
  2. GeoT

    Android Question VM acceleration on Windows with Intel processors for AVD emulator starting with SDK33

    When using the B4A ADB Manager (Tools/Run AVD Manager) You must know that the Android Emulator Hypervisor Driver (AEHD) replaces Intel Hardware Accelerated Execution Manager (HAXM) starting with SDK version 33. (C:\Android\platforms\android-33\android.jar) "Starting with emulator 33.x.x.x, HAXM...
  3. A

    B4J Question Taskbar icon notification

    I have a program in B4J that receives notifications. Is there a way to represent those notifications on the taskbar icon, similar to when you receive a message on Discord, for example?
  4. F

    French Application gratuite à tester

    Bonjour à toutes et tous, Depuis plusieurs années, j'ai développé 2 applis (une pour le smartphone et une pour un mini PC/portable/desktop) pour gérer des alarmes (incidents/pannes/intrusions) et la domotique d'une maison/appartement/bureau/local. J'ai mis en P.J. quelques images mais il y a...
  5. ewest

    B4J Question LDAP Active Directory

    Hi, I need to make a B4J program and I need to check if an user exists in Windows Active Directory and if its password is correct. How can I do it? Thanks in advance for your help.
  6. M

    B4J Question Modern and custom window shape

    Hi everyone, i wish to build a desktop app but with some modern vibes in it. So I imagined it without the ugly windows default window, but more like macos apps. Is it possibile to create an app that has this type of GUI using B4J? no borders, round corners, functioning buttons (close, minimize...
  7. rgarnett1955

    B4J Question Hide Taskbar Icon when App Window is Minimised

    Hi, I have an app that is basically a background task, but which I still want to control form the GUI. I use the system tray with a menu which is the main way for the user to control the process. The app has a main window which I minimize on startup so I end up with the task icon in the...
  8. Magma

    B4J Code Snippet Get Boot Up time of a Windows PC...

    Well... before some days ASK if someone knows a time/data format... explained here. I ve create a small snippet - if someone wants to know what date/time bootup last time your Windows PC... how to use it: Wait for (BootUpTime) complete (bootup As Long) Log(bootup)...
  9. W

    B4J Code Snippet CreateSymbolicLink - code to create a symbolic link (on Windows or Linux) [B4J]

    I needed this for a project and didn't find an easier solution (by all means tell me if one exists) so I came up with this code: ' Creates a symbolic link ' ' IMPORTANT: must be run as Administrator on Windows (or Files.createSymbolicLink in the Java code will fail) ' ' Dependencies: the...
  10. B

    B4J Question [B4J] how to get widows desktop folder, ie: "C:\Users\abc\Desktop"

    i have searched in the forum for a while, but not found. Thanks!
  11. cjpryor

    Share My Creation Collection Management Software for Individuals

    This is my third iteration of a desktop application for individuals to use to help manage their collections. It can also be used for home inventory and, perhaps, that is really how I should be marketing it. My first program for this purpose was a Windows only version written decades ago in...
  12. MarcRB

    B4J Question Whats the best way to handle multiple Windows/Views

    Sorry for my bad Englisch: I'm rebuilding an old ERP application, that I wrote some years ago in Visual Basic (MDI style with toolbar). This time I will create the application with B4J as a MS Windows desktop application. That application has a lot of windows for example: customers, pricelist...
  13. Dave O

    Android Question trialing CloudKVS on a local Windows/Android setup?

    Hi all, I need to move my app's data (currently stored in a local file using writeMap) to the cloud so my users can share it between devices and family members. I'm looking for some tips on how to do this. CloudKVS seems like the best solution at this point. I don't know much about the server...
  14. AbdurRahman

    Android Question how to solve java.exe high memory usage problem ?

    Hi guys, Thanks for being a part of b4x community, Before, I wanna share my pc details: - RAM: 4gb - OS: windows 10 x86 - Processor: x64 based - Type: Laptop Please see images: The strange thing for me is that its -Xmx is 2048m. Whereas, my environment variable named _JAVA_OPTIONS is...
  15. Guenter Becker

    Android Code Snippet Snipped Manager

    Dear friends, I looked to the snipped managers as pointed out in this forum and I am not convinced. Searching the Internet I found several better solutions. The one I choose is a portable windows desktop application. It is working fine on my win 10 64-bit system. We all know that b4A is not a...
  16. M

    Wish [B4X] B4X for MacOs (news?)

    Hello, I know that this question was answered 2 years ago. I wish to know if there are some news, there will be more clearly a macOS version of b4x ide, or will remain only for Windows? Thanks in advance for answering :D
  17. red30

    B4J Question B4JPackager and 32 bit windows.

    I need to make an exe file for windows. If you do this using B4JPackager, the program works fine on both 32-bit and 64-bit versions of the operating system. If I make an exe file using B4JPackager11, then the program does not work on a 32-bit version of windows. Is it possible to make an exe...
  18. NFOBoy

    B4J Question For the VPS backend, which OS?

    Hi all, have been combing through the boards, and I see bits and pieces of references for backend stuff, but nothing definitive (perhaps that's the answer) about which way to go as far as selecting the OS for the Virtual Private Server (VPS) and B4J/I/A. For those that have experimented, any...
  19. valentino s

    Italian [RISOLTO] B4j: come aggiungere voci in menu' contestuali (right click) su files - windows ?

    Salve a tutti. Caso: Windows, scorro cartelle, vedo files. Cliccando con il tasto destro del mouse su un file, si apre un menu'. Vorrei aggiungere una voce nel menu' per eseguire compiti su b4j. Ho cercato con context contextual menu windows right click e varie combinazioni, ma senza...
  20. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 15 Menus & Windows

    Hi This lesson covers 3 items being.. 1. Menu 2. SideMenu 3. Window 4. Popup 1. The menu This can be a vertical or horizontal menu that one can have and it can also have sub-menus. For each menu item one is able to indicate the icon and badge to mention a few. Dim menu As WixMenu...
Top