Hello,
My name is Daniel =)
Today I came here to ask you how can I create the following thing:
'I am about to create an event with 200-300 registry keys. 3 of them will be the lucky keys to win some prizes.
So, I will create x2 textboxes, 1 for the name, 1 for the registry key.
But, I want it somehow when these 3 keys get found to be posted by the program in a forum in a specific topic with an account. (Bot account just for it)
So, it will be like this:
If TextBox2.Text = ("1234") or ("12345") or ("123456") Then
==== POST IT AT FORUMS IN A SPECIFIC TOPIC WITH AN ACCOUNT ==== (Post at forums, TextBox1.Text & TextBox2.Text)
MsgBox.Show ("Congratulations, you're one of the lucky winners!")
End If
Hope you understood whats my point, thanks for reading!
My name is Daniel =)
Today I came here to ask you how can I create the following thing:
'I am about to create an event with 200-300 registry keys. 3 of them will be the lucky keys to win some prizes.
So, I will create x2 textboxes, 1 for the name, 1 for the registry key.
But, I want it somehow when these 3 keys get found to be posted by the program in a forum in a specific topic with an account. (Bot account just for it)
So, it will be like this:
If TextBox2.Text = ("1234") or ("12345") or ("123456") Then
==== POST IT AT FORUMS IN A SPECIFIC TOPIC WITH AN ACCOUNT ==== (Post at forums, TextBox1.Text & TextBox2.Text)
MsgBox.Show ("Congratulations, you're one of the lucky winners!")
End If
Hope you understood whats my point, thanks for reading!