Tagged Questions
0
votes
1answer
30 views
How garb all gets and posts (during HttpWebRequests & HttpWebResponses) in a simple windows application
How can i garb all gets and posts (during HttpWebRequests & HttpWebResponses) in a simple windows application using with c#?
as you know there is a specific extension for firefox named ...
0
votes
3answers
723 views
How Change A Label's Text In A Timer's Tick (GUI Is Busy)
i have a strange situation.
please see the backgroundWorker5_RunWorkerCompleted event:
private void backgroundWorker5_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e)
{
...
0
votes
1answer
84 views
How Repeat backgroundWorker_DoWork After backgroundWorker_RunWorkerCompleted In Code Behind?
There is a button like below :
private void btnStartAdventure_Click(object sender, EventArgs e)
{
if (backgroundWorker5.IsBusy)
{
btnStartAdventures.Enabled = ...
-1
votes
1answer
162 views
How Use From HTMLAgilityPack For Finding A String in nested divs
there is an html codes like below :
<div class="class1 class2 class3">
<div class="class4 class5">
<span class="class6">GOAL STRING</span>
</div>
</div>
...
0
votes
1answer
201 views
How Click On A Link In HttpWebResponse(Stream) & Get That Click Responce Again?
Please see the codes below :
string getData = "";
HttpWebRequest req = (HttpWebRequest)WebRequest.Create("A Web Site");
req.Method = "GET";
req.Accept = ...
0
votes
1answer
220 views
What is the fastest way for checking a big proxy list on a specific web site?
I have a big list of proxy servers (txt file , Format = ip:port in each line) and wrote the code below for checking them:
public static void MyChecker()
{
string[] lines = ...
0
votes
1answer
551 views
How Disable Styles & Images Of webBrowser Control (Windows App) Before Loading?
I Want To Disable Styles & Images Of webBrowser Control (in a Windows Applications) Before Loading?
mean i do n't want any style or image of a web site inside web browser's control.
Because ...
1
vote
3answers
423 views
Application run on my machine, and give strange error on others
this application runs smoothly on my machine, but when trying to run on others it doesn't appear at all.
after searching the logs i found this
Source = Application Error
Faulting application name: ...