vb6

  1. erol34

    Excel (VBA) is not dead !

    I invite Basic lovers to read the last post on my blog.. Please feel free to share your thoughts. You can easily translate page to your language by using the translate widget on the left..
  2. LucaMs

    B4A Library [B4X][B4Xlib] lmVBStrFuncs

    UPDATE: V. 2.00 (please, read this post). B4XLib that provides 12 VB6/VBA string functions. Being a B4XLib, you can use it in B4A, B4J, B4i and is possible to read/modify the source code. I have decided to develop only those for which there are no analogues or identical in B4X. Remember...
  3. RickV

    Android Question Migrating from VB Ent Ed to B4A

    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...
  4. H

    Android Question Modbus_CRC16 VB6 To B4A Code problem help

    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...
  5. MitchBu

    Android Question Decrementing For Next ?

    Is there any way to create a for next structure that decrements, instead of incrementing ? Something like Dim i As Int For i = 10 To 1 Log(i) Next
Top