CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 1999
    Posts
    20

    Passing events to a directory listing



    In ASP, I would like to know if I can pass an event to one particular filename link in a directory listing. I am listing the directories in a loop. The code segment is




    <A HREF="">




    It will list the directories


    ANAND


    WINDOWS

    :

    :


    I want an event to be able to get the directory name "ANAND" when I click the name directory ANAND, the name "WINDOWS" when I click windows etc. Hope you have understood my question.


    Thank you in advance.

  2. #2
    Join Date
    Mar 1999
    Posts
    6

    Re: Passing events to a directory listing



    Hi,


    I am not able to see your code segment.


    Are you using CFileDialog class? If so, you can use the overridable functions OnFolderChange and OnFileNameChange.


    Good Luck.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured