Forum: C# Jul 18th, 2009 |
| Replies: 11 Views: 376 No. I am not using the popup. I only used it to find out whether links were capture or not.
And it popup NEEDED strings :D
BTW, I am working on a bot. It visits a website (using webbrowser... |
Forum: C# Jul 18th, 2009 |
| Replies: 11 Views: 376 Thanks a million :). That code worked!
Thanks again! |
Forum: C# Jul 18th, 2009 |
| Replies: 11 Views: 376 The regex scans for "<a href=link.com>Link</a>" and gets the link.
Here's link to MSDN, I am using this code:
http://msdn.microsoft.com/en-us/library/t9e807fx(VS.71).aspx
The code they gave... |
Forum: C# Jul 18th, 2009 |
| Replies: 11 Views: 376 Hmm. But that's what MSDN gave me.
Anyways, I did this in VB and its working properly. Here's the code:
Can you look at that code and get ideas and then get me the C# code, please? Will be... |
Forum: C# Jul 18th, 2009 |
| Replies: 11 Views: 376 Thanks.
The "index" doesn't work. It say "index" doesn't exist.
I've modified the code, read the comments:
String html = getSource();
// I want a list of "Strings"
... |
Forum: C# Jul 18th, 2009 |
| Replies: 11 Views: 376 By using Regex I've got links from an HTML Source.
But now I want to save these links into a new array so that I can later use them. I mean, I want all the "m.Groups[]" in a new array.
Here's... |
Forum: C# Jul 20th, 2008 |
| Replies: 12 Views: 4,399 Thanks a million salva. I got it working finally.
@FullBjarne: I didn't saw Page 2. I was going to tell you to use that. :)
Thanks again salva. :) |
Forum: C# Jul 20th, 2008 |
| Replies: 12 Views: 4,399 Hmm... That won't work well. We need to use Regular expressions. Anyone familiar with it? |
Forum: C# Jul 19th, 2008 |
| Replies: 12 Views: 4,399 I also need the code for this..?
Anyone know how to do it? |
Forum: C# Jul 19th, 2008 |
| Replies: 2 Views: 857 What do you mean by Web Application? |
Forum: C# Jul 19th, 2008 |
| Replies: 1 Views: 526 Is C# good for Game Development...? |
Forum: C# Jul 18th, 2008 |
| Replies: 4 Views: 744 Thanks a lot Renukavani. I was going to mark this thread SOLVED, but thats what I was waiting for.
My problem has solved now.
Thanks again. |
Forum: C# Jul 18th, 2008 |
| Replies: 4 Views: 744 Thanks camilo.
I knew about OpenFileDialog and RichTextBox but didn't noticed SaveFileDialog. That will fix my problem.
Thanks again. |
Forum: C# Jul 17th, 2008 |
| Replies: 8 Views: 5,304 Thanks. Good one. It helped me. |
Forum: C# Jul 17th, 2008 |
| Replies: 4 Views: 744 Hello all,
I want to make an application just like Notepad.
Write text, save them, open them and thats it.
Is there any tutorial for it?
Thanks |