how
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
hi is there any one who can explain me how to resolve this error: "" Opération inter-threads non valide : le contrôle 'buttonConnect' a fait l'objet d'un accès à partir d'un thread autre que celui sur lequel il a été créé. "" thank you
hello
Hi, I'm not good in french but I assume you are accessing some property of buttonConnect from another thread. Have a look at
Control.Invoke
to resolve this. Robert