How to create two circle shape (circle shapes will work as token for 2 players ) in snake and ladder game. I can’t see any control for that ?
Here is what I’ve done and what I want :
I ve created 100 labels and set their Text
property 1…..100 respectively . And now I want is that shape will be shown over the label control so what can I do for that(Actually I don’t see any control for that) ?
One more problem I’m facing there is that I decide to add ladder(I don't add picture box for ladder i just display text) on some labels and want to add snake on some others labels.(like on label 10 , 25 ,65, 77 will have text as ladder and saying these follow to 30,45,85,99 label respectively and same procedure for snake label,i.e they take the token down).So, to show these information on the label I need to display these indicator in different color text on label .
Ex:- on label 10,25,65,77 will display their text(i.e. 10,25,65,77 with forecolor =vbblack
) . The problem is that on the these label I want to show info in new line (new line in label with forecolor=vbgreen
). So how can I have different colored text on the same labels ?
I know I present the problem in complicated way but I hope you understand the problem