Posts by Fernando Vellozo • 146 points
2 posts
-
0
votes2
answers53
viewsA: Change picture box by clicking on a label
Hello, You can as a simpler alternative use the Labellink that already has "click" event (Linkclicked) for the behavior you want, take a look at the documentation with example:…
c#answered Fernando Vellozo 146 -
3
votes1
answer526
viewsA: Search in a form and bring the return to the form you called
Opá beauty! Try something like this: //--- frmPesquisarFornecedor --- // crie propriedades publicas para retorná-las para frmCadastroDeProduto public int RetornoCodigo {get;set;} public string…
c#answered Fernando Vellozo 146