Using OPC is the most difficult driver because there are so many variations in OPC Servers. The first most important thing to figure out is the EXACT name of the OPC server. If you have an OPC Browser, that is usually the easiest way to find the name of your server. If not, then you will have to browse the OPC server's documentation to find the name.
To my knowledge, RSLinx is the only OPC server that uses the OPCTopic, so you may not have to worry about that.
Addresses can also be difficult because every OPC server will do it slightly different. Once again, that should be in the documentation of the OPC server.
Once you figure out the correct address, you can simply add a BasicLabel to the form and set the PLCAddressValue to the address. Then run the application to see if everything is correct.