• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Open a browser window with Delphi?

Add ShellAPI to the uses section. The following will open a blank window :
ShellExecute(nil, "open", "about:blank", "", "", 0)

you can replace "about:blank" with an url to open any webpage.

 
Thanks 🙂 I've already tried the ShellExecute thingy, but I forgot to included the ShellAPI in uses.

Thanks 🙂
 
Back
Top