Hi,
Im making a text scroller using this function, GetTickCount from the windows "Kernel32" DLL file.
The text scroller loooks like a type writer affect; printing each charactor and delay a 3 second before printing another charactor. The problem im having is breaking out.When the GetTickCount is in affect, It takes priority over my apps. I cant break out at all. I would have to wait until it finishes before executing another command. I cant have control over it. Is there a better way to do a delay that I can break out if I wanted to.
Thanks.
Im making a text scroller using this function, GetTickCount from the windows "Kernel32" DLL file.
The text scroller loooks like a type writer affect; printing each charactor and delay a 3 second before printing another charactor. The problem im having is breaking out.When the GetTickCount is in affect, It takes priority over my apps. I cant break out at all. I would have to wait until it finishes before executing another command. I cant have control over it. Is there a better way to do a delay that I can break out if I wanted to.
Thanks.