Click here to Skip to main content
15,899,935 members

Comments by Member 13664349 (Top 6 by date)

Member 13664349 18-Dec-18 12:42pm View    
Coudl you be a little bit more helpful?
I know how to crop and rotate an image in C#. You simply didn’t give me an Answer! How could I know the amount of degrees in which I should rotate my image!
Member 13664349 17-Dec-18 13:59pm View    
Hi, I figured out that the pixels method is not reliable, so could you guide me please...
Let’s say I have a SAT exam answer sheet and want to scan it and calculate the mark... so how could I find which circles are filled and to correct the scanned photo if it got scanned in a wring way
Member 13664349 6-Feb-18 13:50pm View    
Thanks a lot, one last question, after finishing running this code responseData equals "", but when u visit the link "https://tv-v2.api-fetch.website/movie/tt1457767" you can notice it's rich of content, what is wrong?

private async void button1_Click(object sender, EventArgs e)
{
var baseAddress = new Uri("https://tv-v2.api-fetch.website/movie/tt1457767");
using (var httpClient = new HttpClient { BaseAddress = baseAddress })
{
using (var response = await httpClient.GetAsync("undefined"))
{
string responseData = await response.Content.ReadAsStringAsync();
}
}
}
Member 13664349 6-Feb-18 13:50pm View    
Deleted
Thanks a lot, one last question, after finishing running this code responseData equals "", but when u visit the link "https://tv-v2.api-fetch.website/movie/tt1457767" you can notice it's rich of content, what is wrong?

private async void button1_Click(object sender, EventArgs e)
{
var baseAddress = new Uri("https://tv-v2.api-fetch.website/movie/tt1457767");
using (var httpClient = new HttpClient { BaseAddress = baseAddress })
{
using (var response = await httpClient.GetAsync("undefined"))
{
string responseData = await response.Content.ReadAsStringAsync();
}
}
}
Member 13664349 6-Feb-18 13:28pm View    
Thanks a lot, one last question, after finishing running this code responseData equals "", but when u visit the link "https://tv-v2.api-fetch.website/movie/tt1457767" you can notice it's rich of content, what is wrong?

private async void button1_Click(object sender, EventArgs e)
{
var baseAddress = new Uri("https://tv-v2.api-fetch.website/movie/tt1457767");
using (var httpClient = new HttpClient { BaseAddress = baseAddress })
{
using (var response = await httpClient.GetAsync("undefined"))
{
string responseData = await response.Content.ReadAsStringAsync();
}
}
}