Posts by Julianno • 69 points
5 posts
-
2
votes1
answer94
viewsQ: How to detect Network Instability with C#
I have a Winforms system where the folders that this system generates and uses stay on a server, but there are some routines of this system that keep creating several PDF’s on the server, and when…
-
1
votes1
answer53
viewsQ: How do I validate how many images are inside a TIFF file?
I want to do a validation in C# for when to convert a TIFF image to JPEG I can know if all the images have been converted, because TIFF is a single file that sometimes brings several images inside…
-
0
votes1
answer331
viewsQ: Format Windows Forms text
I have a system and I need to justify the text to the left, I have tried with the textbox and with ritchtext and neither of the two give me this option, I can only align the left, but when I align…
-
1
votes1
answer759
viewsQ: How to make a label receive a text from the database
Hello I know the question is very simple, but I’m having a difficulty, I have a radio button and I would like his text to be received from an SQL Server database through a SELECT. I’m using the…
-
2
votes1
answer7457
viewsQ: How to make a SELECT with Entity Framework?
I’m developing a kind of a C#QUIZ, and I’ve managed to do the INSERT part of the questions and answers in the bank, but I’m having difficulty bringing the question and the answers from the bank to…