Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: decrypt Pin
kanthgadu27-Feb-09 0:30
kanthgadu27-Feb-09 0:30 
GeneralRe: decrypt Pin
EliottA27-Feb-09 3:16
EliottA27-Feb-09 3:16 
AnswerRe: decrypt Pin
musefan27-Feb-09 0:15
musefan27-Feb-09 0:15 
AnswerRe: decrypt Pin
CPallini27-Feb-09 0:21
mveCPallini27-Feb-09 0:21 
GeneralRe: decrypt Pin
Nagy Vilmos27-Feb-09 0:54
professionalNagy Vilmos27-Feb-09 0:54 
GeneralRe: decrypt Pin
CPallini27-Feb-09 1:57
mveCPallini27-Feb-09 1:57 
AnswerRe: decrypt Pin
Pete O'Hanlon27-Feb-09 2:05
mvePete O'Hanlon27-Feb-09 2:05 
QuestionMultipe navigating (doing it in loop) Pin
Member 441789226-Feb-09 23:24
Member 441789226-Feb-09 23:24 
Hey.
I have a program that calls some functions which navigates my webbrowser.
The problem is just, that it only navigates to the last functions homepage.

My main function is like this:
private void goToSites()
{
gotosite1();
gotosite2();
gotosite3();
// And so on
}
My gotosite function looks like:
private void gotosite()
{
webBrowser1.Navigate("http://mysite1.com);
webBrowser1.DocumentCompleted += new WebBrowserDocumentCompletedEventHandler(
delegate
{
//my code to do when the site is loaded
} );
}

But this aint working at all. It only loads the site from the last function in the goToSites function.

Does anyone have any idea how I can solve this?
If I can make a function that doesnt return back to the caller at all, it would could solve it as well..
I hope some of your guys can help me Smile | :)
AnswerRe: Multipe navigating (doing it in loop) Pin
Greg Chelstowski26-Feb-09 23:32
Greg Chelstowski26-Feb-09 23:32 
GeneralRe: Multipe navigating (doing it in loop) Pin
Member 441789226-Feb-09 23:36
Member 441789226-Feb-09 23:36 
AnswerRe: Multipe navigating (doing it in loop) Pin
Calin Tatar26-Feb-09 23:39
Calin Tatar26-Feb-09 23:39 
GeneralRe: Multipe navigating (doing it in loop) Pin
Member 441789226-Feb-09 23:53
Member 441789226-Feb-09 23:53 
GeneralRe: Multipe navigating (doing it in loop) Pin
Calin Tatar27-Feb-09 0:01
Calin Tatar27-Feb-09 0:01 
GeneralRe: Multipe navigating (doing it in loop) Pin
Member 441789227-Feb-09 3:30
Member 441789227-Feb-09 3:30 
GeneralRe: Multipe navigating (doing it in loop) Pin
Calin Tatar27-Feb-09 4:19
Calin Tatar27-Feb-09 4:19 
GeneralRe: Multipe navigating (doing it in loop) Pin
Member 441789228-Feb-09 3:41
Member 441789228-Feb-09 3:41 
QuestionHow to get Value from Combobox.valuemember prpperty Pin
honeyashu26-Feb-09 22:59
honeyashu26-Feb-09 22:59 
AnswerRe: How to get Value from Combobox.valuemember prpperty Pin
JoeSharp26-Feb-09 23:18
JoeSharp26-Feb-09 23:18 
GeneralRe: How to get Value from Combobox.valuemember prpperty Pin
honeyashu26-Feb-09 23:39
honeyashu26-Feb-09 23:39 
GeneralRe: How to get Value from Combobox.valuemember prpperty Pin
Greg Chelstowski26-Feb-09 23:48
Greg Chelstowski26-Feb-09 23:48 
AnswerRe: How to get Value from Combobox.valuemember prpperty Pin
Greg Chelstowski26-Feb-09 23:28
Greg Chelstowski26-Feb-09 23:28 
QuestionHttpWebRequest problem... Pin
Greg Kozlowski26-Feb-09 22:45
Greg Kozlowski26-Feb-09 22:45 
AnswerRe: HttpWebRequest problem... Pin
Calin Tatar26-Feb-09 22:56
Calin Tatar26-Feb-09 22:56 
GeneralRe: HttpWebRequest problem... Pin
Greg Kozlowski26-Feb-09 23:57
Greg Kozlowski26-Feb-09 23:57 
GeneralRe: HttpWebRequest problem... Pin
Calin Tatar27-Feb-09 0:20
Calin Tatar27-Feb-09 0:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.