Click here to Skip to main content
15,905,875 members
Home / Discussions / C#
   

C#

 
GeneralRe: Program containing large struct arrays Pin
Stephane Rodriguez.11-Jul-03 21:49
Stephane Rodriguez.11-Jul-03 21:49 
GeneralRe: Program containing large struct arrays Pin
Mike_V11-Jul-03 13:34
Mike_V11-Jul-03 13:34 
GeneralWebBrowser control questions Pin
GriffonRL11-Jul-03 4:44
GriffonRL11-Jul-03 4:44 
GeneralRe: WebBrowser control questions Pin
Stephane Rodriguez.11-Jul-03 11:50
Stephane Rodriguez.11-Jul-03 11:50 
GeneralSetup Application Pin
kgoodrich11-Jul-03 4:24
kgoodrich11-Jul-03 4:24 
Generalforeach() problem Pin
Asim N.11-Jul-03 2:28
Asim N.11-Jul-03 2:28 
GeneralRe: foreach() problem Pin
Philip Fitzsimons11-Jul-03 2:46
Philip Fitzsimons11-Jul-03 2:46 
GeneralRe: foreach() problem Pin
Asim N.12-Jul-03 19:09
Asim N.12-Jul-03 19:09 
here it is

object o=null;
foreach(Match m in Matchescollection)
{

awxWebBrowser.navigate("http://192....."+m.value().tostring(),ref o,ref o,ref o,ref o)

}

here Matchescollection contains all the links i.e.
and on each match in the collection i want the Internet explorer to go to that link. for this i have used the m.value() concatenated with the IP of the site (here IP is permanent).

this is what i want to have. now the problem is once it enters loop it just get all the values and concat them and then , as there is no time for displaying page, it just shows the last page. i.e. last link's page.
i just want to have this delay so that it shows a page then again uptill the last page.
ASIM

Asim

GeneralRe: foreach() problem Pin
CBoland11-Jul-03 4:02
CBoland11-Jul-03 4:02 
GeneralRe: foreach() problem Pin
Asim N.12-Jul-03 19:20
Asim N.12-Jul-03 19:20 
GeneralRe: foreach() problem Pin
Heath Stewart11-Jul-03 4:17
protectorHeath Stewart11-Jul-03 4:17 
GeneralRe: foreach() problem Pin
Asim N.12-Jul-03 19:14
Asim N.12-Jul-03 19:14 
GeneralRe: foreach() problem Pin
Heath Stewart12-Jul-03 19:48
protectorHeath Stewart12-Jul-03 19:48 
GeneralRe: foreach() problem Pin
Asim N.13-Jul-03 23:28
Asim N.13-Jul-03 23:28 
GeneralRe: foreach() problem Pin
Heath Stewart14-Jul-03 1:55
protectorHeath Stewart14-Jul-03 1:55 
Generaldate problem Pin
Asim N.11-Jul-03 2:23
Asim N.11-Jul-03 2:23 
GeneralRe: date problem Pin
Philip Fitzsimons11-Jul-03 2:49
Philip Fitzsimons11-Jul-03 2:49 
GeneralCombo Box Values Pin
totig11-Jul-03 0:49
totig11-Jul-03 0:49 
GeneralRe: Combo Box Values Pin
monrobot1311-Jul-03 2:38
monrobot1311-Jul-03 2:38 
GeneralRe: Combo Box Values Pin
totig11-Jul-03 3:23
totig11-Jul-03 3:23 
GeneralRe: Combo Box Values Pin
Heath Stewart11-Jul-03 4:24
protectorHeath Stewart11-Jul-03 4:24 
Generaldata reading/writing (using MS Access) without using a DataSet Pin
WhatupE10-Jul-03 17:45
WhatupE10-Jul-03 17:45 
GeneralRe: data reading/writing (using MS Access) without using a DataSet Pin
Nick Parker10-Jul-03 18:07
protectorNick Parker10-Jul-03 18:07 
GeneralRe: data reading/writing (using MS Access) without using a DataSet Pin
WhatupE11-Jul-03 15:46
WhatupE11-Jul-03 15:46 
GeneralRe: data reading/writing (using MS Access) without using a DataSet Pin
Nick Parker11-Jul-03 18:17
protectorNick Parker11-Jul-03 18:17 

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.