| | |
Timed Blinking label caption
Thread Solved |
•
•
Join Date: Jun 2007
Posts: 9
Reputation:
Solved Threads: 0
I'm working on the game of Concentration. When you match 2 squares I want to blink a label caption "MATCH" say 3 or 4 times then hide it. The problem is I want the program to stop until the blinking ends then continue. I use a timer to make the caption blink but am not sure how to stop the program until the blinking is done. Any help would be appreciated!
john
john
u can show the blinking label in a separate form. when users match the squares disable current form(me.enable=false) and then display the form with blinking label in vbmodal mode(form2.show vbmodal).after the specified time of blinking disable the timer(timer1.interval=0),close the form(unload me) and enable the game form(form1.enable=true).
•
•
Join Date: Jun 2007
Posts: 9
Reputation:
Solved Threads: 0
•
•
•
•
u can show the blinking label in a separate form. when users match the squares disable current form(me.enable=false) and then display the form with blinking label in vbmodal mode(form2.show vbmodal).after the specified time of blinking disable the timer(timer1.interval=0),close the form(unload me) and enable the game form(form1.enable=true).
Hmmm....I'll have to do a little more searching on this one.
Thanks for the reply
John
![]() |
Similar Threads
- > How to show ToolTipText when the cursor is on the textbox (Visual Basic 4 / 5 / 6)
- trouble with caption (Visual Basic 4 / 5 / 6)
- Simple Array Calculator Help (Visual Basic 4 / 5 / 6)
- Combining a string To Label (C++)
- The Move.....Visual Basic 6, Visual Basic .NET ? (VB.NET)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Can anyone help me, please?
- Next Thread: NEED Visual Basic tutorials
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age application basic beginner birth bmp calculator cd cells.find click client code college component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report save search sendbyte sites sort sql sql2008 sqlserver subroutine tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows





