Parse for web link in text string

Just starting out? Need help? Post your questions and find answers here.
staringfrog
User
User
Posts: 58
Joined: Wed Feb 27, 2013 9:36 am

Re: Parse for web link in text string

Post 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.
Last edited by staringfrog on Wed Jun 25, 2014 5:37 am, edited 1 time in total.
Coding's men's knitwork.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: Parse for web link in text string

Post 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.
BERESHEIT
staringfrog
User
User
Posts: 58
Joined: Wed Feb 27, 2013 9:36 am

Re: Parse for web link in text string

Post 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 :wink:
Coding's men's knitwork.
Post Reply