What is the best practice in B4A when making multiple Activities / Panels (vb6 frames and panels) in a single Activity?
IE: Where multiple tasks and data can be showed an manipulated in a vb6 form on a panel or frame. For example a form may have 4 frames one with data manipulation properties...
VB6 verification is written in this way. How to write the code in b4a, can you help me
Function CRC16(data() As Byte) As String
Dim CRC16Lo As Byte, CRC16Hi As Byte
Dim CL As Byte, CH As Byte
Dim SaveHi As Byte, SaveLo As Byte
Dim i As Integer...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.