B4A Library MySQL Library with jdbc - Ricardo Gonzalez Gaete (first post)    Oct 7, 2016 for MYSQL library, I need to find text matches within the customer name, this well use it well, l same vb6 or net. I query returns no records, no result L = a.Query ( "SELECT CLIE_PROV, RUT_CLPR FROM WHERE BD_CLPR CLIE_PROV = '%" & xClie & "%") If anyone can help me appreciate... B4A Library Grid/Table and ListView Library - molder26 (first post)    Jul 16, 2012 @mahares: scrollup and scrolldown are really nice! Will be nice too an EnsureVisible function to any row specific not only top and bottom like listview have in VB6. Your lib is the best ;) Regards... B4A Library [B4X] [class] MJPEG decoder - adrianfreitas (first post)    Dec 2, 2016 Writing my app, I realized that it does not working with other cameras. The IPs below, for example, work in both the browser and the implementations in VB6 and Xojo, but they are not working with this class. I tried some variations but it did not work out. Here are some IP's that did not work: 96.249.39.25 (96.249.39.25/mjpg/video.mjpg) 80.147.29.25 (80.147.29.25/mjpg/video.mjpg) 66.175.76.125 (66.175.76.125/axis-cgi/mjpg/video.cgi?resolution=640x480)... B4A Library SD: ZipLibrary - lelelor (first post)    Sep 30, 2021 .12 I have been using VB6 microsoft for a long time and it is on the same wave as b4a, I believe... Hi lelelor Welcome. We all have to learn a new language we have to survive in this ever changing world. That said, since you are learning the language and Android logic, which Google keeps on changing all time, making experience users pull their hairs, forget about learners. Now for your problem, I will suggest go step by step. If you are using old version of Android like 5 or 6, then many... B4A Library String Functions - Theera (first post)    Apr 7, 2012 Hi Rolf, I think your instr() is unlike as same as instr() from VB6.0 that use 3 variables. Best Regards Theera Sub InStr(StrVar As String,SearchStr As String)As Long Dim x As Long x = StrVar.IndexOf(SearchStr) Return x End Sub Rolf... B4A Library Usb Host library - pixelpop (first post)    Feb 16, 2014 Thanks, Erel. When I run the USBSerialDemo app, I get this (screen cap). The Vendor and Product IDs are incorrect. Should I ignore this and just read the data on the USB port? I got a USB demo project in VB6 off the Internet that reads the USB data correctly, but only if I define the Vendor and Product IDs first. Public Const MyVendorID = &H922 Public Const MyProductID = &H8003 Edit: Using SetCustomDevice I was able to get the Dymo M10 correctly recognized. I'm off and running!... B4A Library libGDX - Game Engine - Informatix (first post)    Jun 30, 2014 I did a couple of 3D projects in opengl in VB6 and but i want to switch everything in Android and FX (once it is supported ), it is not much difference but for some reason
i got a brainf... on this .
Here's a simple way of simulating a zoom (replace this function in my ShapeRenderer demo):
Sub IP_TouchDragged(ScreenX As Int, ScreenY As Int, Pointer As Int) As Boolean
If Pointer <> 0... B4A Library AHLocale library - Straker (first post)    Dec 20, 2014   (2 reactions) there are also the VB6 source code If you find this utility usefull, please donate to corwin42!... B4A Library TouchImageView - BarrySumpter (first post)    May 26, 2012 Oh! Well, if its the best then yes its my suggestion and my idea and I take full credit. ;) LOL I wish. No, not my idea so I can't take credit for it. I'm just posting what I think MS vb6 did. Why have one way or the other when we can have an option for both. If it is automaticly on then have a flag for off. If it is automaticly off then have to flag for on. If its possible. May to have re/un calculate to undo an automatic calculation. Then back again. Outta my league. Love... B4A Library Equation Evaluator - NeoTechni    Sep 24, 2012 /function -Supports scope So I ported the one I made for a game engine from VB6. Yes... Page: 1   2   3   4   |