Posts by Felipe Marques • 46 points
4 posts
-
1
votes1
answer66
viewsA: How to play the "overflow: Hidden" effect of CSS in WPF?
I don’t know very well how "overflow:Hidden;" works, CSS is definitely not my thing. From what I researched about it, when the content of the text is too large, it will cut and hide the text, as in…
wpfanswered Felipe Marques 46 -
1
votes1
answer563
viewsA: Unable to read data from the transport Connection: Connection reset by peer
Here is an attempt to translate some parts of the David who seem to me more interesting to your case... This error usually means the server is running, but the service you are trying to connect is…
-
-1
votes1
answer90
viewsA: Error Entity Framework WPF Client
From the photo you posted, it seems to be missing the eLogBook.exe.config file in the folder where you published your application. The error that is occurring is because the application does not…
-
1
votes2
answers422
viewsA: C# WPF - Accessing another XAML element by code
The way you did it solves the problem, but in an environment with multiple classes and multiple levels of objects you will have reference problems. Outside the coupling between the classes that will…