simple

  1. Magma

    Share My Creation Simple Database Application in B4J (a Catalog for Car Parts)

    Hi there... This is a very simple but very helpful application (for those want to know B4X and use it for CRM,CRUD,business general apps etc) I wanna share it with you guys !!! Well a big reason for that price is in Greek Language... but not difficult to understand the code and what you can...
  2. MarkusR

    B4J Code Snippet Simple Stop Watch Modul

    Watch.Start ... Watch.Stop("Result A") ... Watch.Stop("Result B") ... Watch.Stop("Result C") 'Static code module Watch Sub Process_Globals Dim mStart As Long Dim mEnd As Long End Sub public Sub Start mStart = DateTime.Now End Sub public Sub Stop(title As String) mEnd =...
Top