Ahhh - sorry, my fault. I converted a non existing string to int....
Still - why the exception?
Geert G
something to do with a breakpoint in ntdll.dll i believe
you get this for nearly all microsoft applications
they probably don't like other debuggers ...
ShellExecute(GetDesktopWin
or if you call it from form
ShellExecute(Handle, 'open', 'http://www.experts-exchange.com', nil, nil, SW_SHOWNORMAL);
ziolko.