When I run this code and then "X" out of it, the process doesn't go away. I have to open Window Task Manager to stop it.
Is is supposed to work that way?
Code:
Function PBMain () As Long Local hWin As Dword Graphic Window "Box", 300, 300, 130, 130 To hWin While 1 Wend End Function
Comment