What's new

Latest posts

Latest profile posts

Hi Didier9, I'm interested in talking to you. I (Jose) also use VB6 and would like to know if it's possible to install it on Windows 64-bit 10-11, including LTSC. I'd like to know more about the Claude converter.

Regards
Didier9
Didier9
As I describe in my post, I have not been able to run the VB 6.0 IDE under Windows 10/11 but if you have VB 6.0 applications, you can run them under Windows 10/11 if you install this: https://sourceforge.net/projects/vb6extendedruntime/
Unfortunately this will not help with running the IDE
Boa Noite Lucas , eu comprei B4X_MINI_POS não consigo instalar android Samsung está sempre a dizer que náo deixa instalar? gostava de ter alguma ajuda. Obrigado
Lucas Siqueira
Lucas Siqueira
Bom dia, me chame no whatsapp qualquer coisa +5562983148101

Eu acredito que é a versão do android do seu aparelho, você pode até mudar no Manifest para o minSdkVersion do seu aparelho.

1782128485561.png
Lucas Siqueira
Lucas Siqueira
Esta é a relação da versão do Android (SDK):

16 (36)
15 (35)
14 (34)
13 (33)
12 (31 e 32)
11 (30)
10 (29)
9 (28)
8.1 (27)
8.0 (26)
7.1 (25)
7.0 (24)
6.0 (23)
5.1 (22)
5.0 (21) - no projeto está com esta versão mínima
4.4W (20)
4.4 (19)
4.3 (18)
4.2 (17)
4.1 (16)
4.0.3 (15)
4.0 (14)
3.2 (13)
3.1 (12)
3.0 (11)
2.3.3 (10)
2.3 (9)
Hello LucaMS,
I am using your library lmB4XComboBox, latest version Version: 3.00 02/21/2026 and when compiling (B4A) it gave me an error: mCmbBox.Items.Clear
I saw what the problem was and fixed it for me, and please check it and see if it is well solved, it works in the section

#If B4A
mCmbBox.Clear
#Else If B4J
mCmbBox.Items.Clear

If it is good, make a new version, the library is too good

Regards

Guco
LucaMs
LucaMs
Hi.

Please post this in a thread (start a new one yourself).
I'm looking at the code and I see:

#If B4J Or B4A

If mCmbBox.IsInitialized Then
mCmbBox.Items.Clear
End If

#Else If B4i

If mItems.IsInitialized = False Then mItems.Initialize
mItems.Clear
mSelectedIndex = -1
If mBtn.IsInitialized Then mBtn.Text = ""

#End If

Specify the error message there.
G
gucoonyx
LucaMS
I forgot to tell you that (cboxxx.mBase.Enabled = False or cboxxx.CmbBox.Enabled = False) doesn't work.
I opened a new post.
B4i v10 with Local Mac Builder.

Using the iGoogleMaps library.

GoogleMaps.a[2](GoogleMaps.a.arm64)
clang: error: linker command failed with exit code 1 (use -v to see invocation)

How to compile it.
Top