Search results

  1. A

    drag & drop

    Thanx, that works allright / Aad
  2. A

    Tab control command button

    Try Me.MyTabsCtl.Value = <tabnum> where tabnum is between 0 and number of tabs - 1
  3. A

    drag & drop

    In Access 2007 I try to implement drag & drop using a listview box. If I drop some plain text, it works fine. But if I drop some filenames (e.g. using Explorer), I receive a runtime error 438 "Object doesn't support this property or method". The code (Data.GetFormat(ccCFFiles)) recognizes that...
Back
Top Bottom