Search results for query: *

  1. A

    Question Bug when setting FolderBrowserDialog1.SelectedPath in code

    Thanks for responding. The L: drive is on the local PC and presents no problem. That path works fine after the user selects the folder manually in the FolderBrowserDialog1; The same path is then stored in the variable strCampaignFolder. Thereafter the FolderBrowserDialog1 opens with that folder...
  2. A

    Question Bug when setting FolderBrowserDialog1.SelectedPath in code

    Do you know why this happens? If (strCampaignFolder <> "") Then 'Next line works fine when strCampaignFolder already has a value set by FolderBrowserDialog1.SelectedPath further below. FolderBrowserDialog1.SelectedPath = strCampaignFolder Else 'PROBLEM: Next line causes the...
  3. A

    Question Drag Selected Text FROM Text Box and Drop in Other Applications

    Your explanation is understood. Thank you for your brilliant solution. I'll try it.
  4. A

    Question Drag Selected Text FROM Text Box and Drop in Other Applications

    I tried to discover this years ago, but without success. I'm trying again now, with the same result. The code I have found doesn't work properly. This is functionality so common that you'd expect it to be known everywhere, yet it remains a mystery! Have you succeeded yet? If so, please let me...
Back
Top