The EthernetIPforCLXCom is the driver that works with the CompactLogix. After you add one to the form, then set the IPAddress property to the setting of your PLC.
Add a MomentaryButton to your form and set the PLCAddressClick to a controller scope tag name. If you want to use a program scope tag, you must use the format PROGRAM:programname.tagname
Then add a PilotLight and set the PLCAddressValue to a tag in your PLC.
Run the application and you should be able to change the bit with the button and the pilot light should change based on the bit set above.