Results 1 to 3 of 3

Thread: Events

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Posts
    92

    Events

    Hi, I have 4 radio buttons and i have assigned one method to handle them all(checked event). but i cannot know wich one was pressed or not. i was looking for something like:
    private void opDrinks_CheckedChanged(object sender, System.EventArgs e)
    {
    sender.source = opDrink1
    }

    , but it doesnt work..
    Last edited by iScanning; Feb 29th, 2004 at 01:13 PM.

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