Posts by Caio Cesar • 51 points
7 posts
-
0
votes1
answer34
viewsQ: Get JSON file from an API
I’m beginning to understand about API but I’m having a great difficulty because I’m trying to consume a JSON from an API according to the code below: HttpWebRequest request =…
-
0
votes0
answers20
viewsQ: Connect Points on Chart 'Bubble'
I’m making a graph using the Chart Bubble... but he has no default line linking the Points between themselves... would there be any way to make that call? And taking advantage... how could I leave…
-
0
votes1
answer20
viewsQ: Disable function in Datagridview
I’m trying to disable the user option click on the Row header so that it doesn’t change the order of the data in the table but I’m not getting... By clicking the header of each column it rearranges…
c#asked Caio Cesar 51 -
1
votes1
answer23
viewsQ: Change font color for a Datagridview column
I’m trying to change the font color only give cell of a column that contains "x" value... but I’m only able to change the whole row... I tried to make only cell but without success, follow code used…
c#asked Caio Cesar 51 -
0
votes1
answer37
viewsQ: Insert values into a Chart via a button
I’m making a chart through a Chart, which when clicking on a button it searches the data and inserts it into Chart. But every time I click on the button it creates a new Row (as the image below).…
-
2
votes1
answer53
viewsQ: Delete repeated lines
Good morning, I have a table "Patient" with the columns (NO, Event, Glycozyme, Name, Glycemia, Date, Reading), which is the best way to delete all the repeated lines? Looking on the internet I tried…
-
0
votes1
answer39
viewsQ: C#: Sending data to database (Sqlcompact)
I’m starting now with C# due to the need where I work, I took a project until it was flowing, however, I’m having great difficulty sending the data to the database (a part of the code another person…