I have plenty of radio button and want to show a panel if one of them(just one radio button) checked and if it's unchecked that panel must hide for user
how can I do it?
I just realize the checked change dose not work when the radio button unchecked
before that I write a if in that so if the...
Hi,
In my code, I came into that it skips (ignores) my IF conditions and executes the next line after that. I tried many parts and finally could make the IF condition visible to the compiler by adding a dummy function before IF conditions. see the code bellow :
Private Sub...
Hi
I have a code like this
If ..... Then
For i = 0 to List.Size - 1
If ..... Then
If .... Then
//do something
Else
//do something
End If
Else
If .... Then
//do something
Else
//do something...
If - Then - Else statement that determines if a given letter is a consonant or a vowel.Write an If - Then - Else statement that determines if a given letter is a consonant or a vowel.
Is this right?
Sub Globals
Private editText1 As EditText
Private btn1 As Button
End Sub
Sub btn1_Click...
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.