CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    Singapore
    Posts
    1

    ActiveX Control - retreiving values

    I would like some info on the following :
    On creating a customised dialog box using the standard toolbar
    controls (like DirList,DriveList and FileList) in an ActiveX control,
    how do I expose the value of the filename for example in the developer
    form? Should I use a method or an event and how should the code read in
    both the control as well as the container form ?
    Thanks


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: ActiveX Control - retreiving values

    IMHO you should expose the filename as a property, not a method or event.
    (and, I don't understand the second part of your question)


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