About 67,800 results
Open links in new tab
  1. Xojo Programming Forum

    Oct 26, 2025 · Get friendly help for the Xojo programming language and IDE from the global Xojo community.

  2. MQTT in Xojo - Extras - Xojo Programming Forum

    Jun 27, 2024 · See MBS Xojo RabbitMQ Plugin, the example files and blog posts about it. CURL We also discovered that we have MQTT capabilities built-in to the CURL library. Just use an …

  3. How to make a database application - Xojo Programming Forum

    Jun 12, 2013 · Please tell me where can I find a step by step example of how to make a database application.

  4. Printing on Windows: can't set margins to 0 in Page Setup dialog

    Feb 26, 2018 · To have our app print at the right size and place on the page in Windows with Direct2D, and to match the output from previous versions of Xojo, we need the page setup to …

  5. Xojo 2025r2 is Here! - Announcements - Xojo Programming Forum

    Jul 8, 2025 · Xojo 2025r2 delivers key performance improvements and new features across desktop, web and mobile platforms. Among the highlights, compiling with Aggressive …

  6. Web App Refresh and Current Page - Xojo Programming Forum

    Nov 25, 2023 · Just to clarify, Xojo Web doesn’t refreshes the whole session anymore when there is a network hiccup, since 2022r2. Also if, for example, the user is on a mobile phone and the …

  7. Introducing the CRUD SQLite Xojo Project – Built for Beginners!

    Mar 23, 2025 · Hello everyone, I’m excited to share with you my recent project: the CRUD SQLite Xojo Example—an educational application I’ve specifically designed for beginners learning …

  8. Arrays - General - Xojo Programming Forum

    Feb 20, 2025 · Forgive me if this is already possible in Xojo (I’m new to the language). I have an array that I’d like to search. See my code and comments below: Dim arr() As String = …

  9. Iterate through controls - Xojo Programming Forum

    Jun 5, 2013 · I’m new to xojo and looking for how to iterate through the controls on a form in code. Does anyone have any examples?

  10. Capturing the enter key press - Xojo Programming Forum

    Jan 16, 2018 · Hi folks, I am trying to capture or receive the Enter key being press while my app is active (both mac os and windows versions). I have read a few of the snippets in the forum, but …