activate a TsWebLabel programmatically? Root › Technical support › Tricks This topic has 2 replies, 2 voices, and was last updated 15 years, 2 months ago by Catz. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 7, 2010 at 10:18 am #42131 SupportKeymaster Maybe will be better to use a code like this : CODE ShellExecute(Application.Handle, 'open', PChar(sWebLabel1.URL), nil, nil, ord(soDefault)); uses ShellAPI; April 7, 2010 at 11:33 am #42146 CatzParticipant QUOTE (Support @ Apr 7 2010, 11:18 AM) Maybe will be better to use a code like this : CODE ShellExecute(Application.Handle, 'open', PChar(sWebLabel1.URL), nil, nil, ord(soDefault)); uses ShellAPI; Thanks a lot, that works fine. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Tricks