Código
'FindControl' is not a member of 'WindowsApplication19.Form1'
If Me.FindControl("Checkbox1") IsNot Nothing Then
Y así:
Código
Value of type 'String' cannot be converted to 'System.Windows.Forms.Control'.
If Me.Panel1.Contains("Checkbox1") = False Then
EDITO: Es un winform
¿Soluciones porfavor?