Hy experts

I need a little help here. Can anybody tell me how to select
a radio button from another program knowing the name,id or text of the radio button.
I want to automate internet explorer by checking the "First Name" radio button then pressing the "Send" button.

This is the code I'm using to get the focus to internet explorer:

Code:
using System;
using System.Text;
...