B4A Question DSmenu like as VB6 menu - dstankovic    Dec 25, 2024   (4 reactions) , all but the menus. So I made a DSmenu, very similar to the menus from VB6. Here is an example menu in VB6: -DdgetrQq5w Done menu on the phone: 8r-gSpH0wEY Done menu on the tablet: 2fjroLgevvg...I have created two online games, very popular in Serbia (and in the former Yugoslavia), Internet Jamb Club and Internet Preferans Club. You can see them at https://www.iklub.rs. Both were originally written in Visual Basic 6.0. In recent years, I have been involved in translating these programs to... B4A Tutorial Converting VB6 to B4A - nfordbscndrd    Aug 11, 2013   (16 reactions) source code to B4A. VB6 B4A === === controls Views (button, edittext, label, etc.) In the VB6 code window, the top left drop-down list contains all... = string In VB6, you can leave ".Text" off the names of controls when assigning text to them... "n" is the last index number in VB6, it indicates the number of array elements when used in B4A. For example, to Dim an array with 0-32 elements in VB6, you would say Dim A(32), while to convert... Wish VB6 Like - combo with Controls in Forms, Subs - Magma    May 12, 2021 Hi there..
I wish "have" the option (like vb6) to move at subs of controls separately with a combo and with another combo move at subs...
If having big code - will be very helpful... Italian spedire Byte su UDP VB6>B4A - iz1kbp (first post)    May 27, 2025 Ciao Ivano
ho provato il tuo codice insermenti in miei ip e port ma purtroppo non vedo nulla in rete... B4A Question Is there a library or class that I can use to encrypt and decrypt string in both b4a, VB6, PHP at the same time? - Jim2025 (first post)    Mar 9, 2025   (1 reaction) I also added the idea of reversing the base64 string. I think that's enough. It works for the pu... B4A Question can b4a andriod ide make addin like vb6,vba ? - aeric (first post)    Nov 8, 2024
It turns out that there are better interface designers, more advanced WPF or WINFORM to achieve a h... B4A Question Which setfocus function in B4A is similar to VB6.0? - bskotu555 (first post)    Nov 5, 2024
If you are asking about views, they usually have a method xxx.RequestFocus
OK,thankyou... B4A Question Is there a DataInterval function similar to the Winsock control in VB6.0 in B4A? - bskotu555 (first post)    Oct 30, 2024 Perfectly solved my problem, null is the key
Try
Private Sub ConnectToServer(Host As String)
Lo... B4A Question Is there a Winsock1 control similar to VB6.0 in B4A? - Erel (first post)    Oct 30, 2024 Better to start a new thread and provide more information.... B4A Question Convert VB6 to B4x - charlieelliott785@hotmail (first post)    Oct 4, 2024
Thank you for your quick response but the "fix" doesn't work I still get the error an... Page: 1   2   3   4   5   |