Forum: C# Jun 10th, 2009 |
| Replies: 5 Views: 1,172 Thank you very much, I am excited to start working off your example! |
Forum: C# Jun 10th, 2009 |
| Replies: 5 Views: 1,172 Thanks for your reply,
I am using two counters
The first is java, The second is HTML
On this test page:
http://www.funkohland.com/test/hitcounter
could you give me an example of "another get... |
Forum: C# Jun 10th, 2009 |
| Replies: 5 Views: 1,172 Hello, I am trying to create a program to stress test a website, I am using a counter on the page to see how many "clicks" have been made to this website.
Currently i am using HttpWebRequest to... |
Forum: C# Jun 3rd, 2009 |
| Replies: 9 Views: 860 Thank you for the new posts... i have since abandoned the idea of redirecting input/output and just went to socket programming. I will post some examples when my program is fully working. Thank you... |
Forum: C# May 16th, 2009 |
| Replies: 9 Views: 860 I am trying to run srcds.exe. This is a command line based server for steam products such as team fortress 2, left 4 dead, counter strike, exc.... I am starting the program using:
Process... |
Forum: C# May 15th, 2009 |
| Replies: 9 Views: 860 Thanks for your input, but once again RedirectStandardInput, Output, Error all cause this program to crash upon startup... I know how to do that, however is there a way to direct the output to my... |
Forum: C# May 15th, 2009 |
| Replies: 9 Views: 860 hello
(im using c#, visual studio 2008)
I am trying to get Input/Output from a command prompt like process "scrds.exe".
If i try to start the process with standardInput = true, standardOutput =... |
Forum: C# May 14th, 2009 |
| Replies: 3 Views: 591 Thanks, i didnt know it was that simple :)
After making that function i was able to get the mouse click to do something. And then i came to this conclusion:
If Cfg is the name of my listbox.
... |
Forum: C# May 14th, 2009 |
| Replies: 3 Views: 591 I am trying to work with listbox in visual stuido 2008. I am new to c# as of 2 days ago however im very experienced with c++ and batch. I was wondering if someone could give me some quick help on how... |
Forum: C# May 13th, 2009 |
| Replies: 2 Views: 1,453 Thank you, works perfect. |
Forum: C# May 12th, 2009 |
| Replies: 2 Views: 1,453 I am trying to read a line from the command prompt and output that line to a text box in my C# application. The only catch is i can't seem to get it to read a line at a time and display it in the... |