activate a TsWebLabel programmatically?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42131
    Support
    Keymaster

      Maybe will be better to use a code like this :

      CODE
      ShellExecute(Application.Handle, 'open', PChar(sWebLabel1.URL), nil, nil, ord(soDefault));

      uses ShellAPI;

      #42146
      Catz
      Participant

        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.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.