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

Threaded View

  1. #1
    Join Date
    Sep 2009
    Posts
    3

    Unhappy How to set an event handler for a lower class radiobutton ?

    I create a user control group sub-class. There are two radiobuttons. I need to create event handlers for them.I create event handlers in the sub class and let the event handler to change a constant in the subclass. I will use a function to check the sub class constant in the upper class. Note I have commented out two lines (they are the event handler creation) because they are wrong because they create errors please help.

    I uploaded the sub-class code. PLease help
    Attached Files Attached Files

Tags for this Thread

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