CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: messages

  1. #1
    Join Date
    May 1999
    Posts
    28

    messages

    hi,
    i have a dialog with 13 editboxes. how can i use only one 'OnSetfocus' and 'OnKillfocus' with the actual editbox as a parameter?
    oren.


  2. #2
    Join Date
    May 1999
    Location
    Antwerp, Belgium
    Posts
    136

    Re: messages

    Derive a new Editclass from CEdit and process the messages there.


  3. #3
    Join Date
    May 1999
    Posts
    28

    Re: messages

    hi Franky,
    this message should be a private one but somehow this option doesn’t work...
    thanks for your suggestion, and sorry for the delay in responding. unfortunately i don't have the time to try it (and frankly i'm not sure i know how to), but when i will have, i'll try, get stuck and ask codeguru again. thanks once more, oren.



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