Forum: C# Jun 8th, 2009 |
| Replies: 0 Views: 410 Hello,
Lets say I want to access a website using httpwebrequest, and I do want to fill some form on it. Its HTML based form.
What I want to do, is insert some text in element by ID "Email" and... |
Forum: C# Apr 27th, 2009 |
| Replies: 1 Views: 692 Hello,
I am looking for a good .NET licensing system, which would be extremely easy to use and integrate (automatic integration into the program).
It should be safe (not easy to hack/crack), and... |
Forum: C# Jul 8th, 2007 |
| Replies: 1 Views: 6,475 I solved both by myself. Thanks anyway |
Forum: C# Jul 8th, 2007 |
| Replies: 1 Views: 6,475 Hello,
I have a few questions about C#:
1. How to make the C# application quit? Like PostQuitMessage(0); in winapi.
2. Is possible to use same commands in C# like these in C++
PlaySound();... |