Page 2 of 2
Re: Parse for web link in text string
Posted: Wed Jun 25, 2014 5:00 am
by staringfrog
While freak's code is fine and dandy, netmaestro's piece when run with PB5.2 on WinXP can only be killed via ProcessManager.
Re: Parse for web link in text string
Posted: Wed Jun 25, 2014 5:31 am
by netmaestro
Now that was entirely my own fault. Back in the day I wrote many codes using OS constants where I should have used PB constants. It didn't matter because at the time #WM_CLOSE was equal to #PB_Event_CloseWindow. It isn't anymore and so any codes written waiting for #WM_CLOSE won't work properly.
Re: Parse for web link in text string
Posted: Wed Jun 25, 2014 5:36 am
by staringfrog
netmaestro, ah I see. It does look a bit suspicious when you don't actually know the reason for such odd behaviour of the snippet. Thanks for caring to explain
