Hello
Is it possible to apply a condition if an activity is loaded?
I have a button which must have a different action depending on whether this or that activity is loaded.
Example, like:
Sub Button1_Click
If activity(activity name) is loaded Then
Mylabel.text = "Hello"
end if
End Sub
What can be the syntax if it is possible?
Thank you
Is it possible to apply a condition if an activity is loaded?
I have a button which must have a different action depending on whether this or that activity is loaded.
Example, like:
Sub Button1_Click
If activity(activity name) is loaded Then
Mylabel.text = "Hello"
end if
End Sub
What can be the syntax if it is possible?
Thank you