am using c# to automate web pages, how can i handle frames? The web page i reterive contains 3 frames in it referencing to 3 different URLs. ,i will be very thank full ,if u provide me a chunk of code in c# ,if u donot understand ,ask me again and again ,very helpless
s_khan_876
Posts
-
automation of web browser (urgent ) -
automationI m already doing it with internet explorer ,i ve alredy done what u told me to do ,kindly provide me with the chunk of code for graphical button ,thank u
-
automationI have a https page and i need to click the 'Save' (it is a graphical button ),want to automate from c#
-
automationcan u plz provide me with the chunk of code for images??
-
automationcan u plz provide me with the chunk of code for the image
-
automationtry { HTMLInputElement ieButton = (HTMLInputElement)myDoc.all.item(ButtonName, 0); ieButton.click(); } catch (Exception ex) { MessageBox.Show(ex.Message); } i m doing internet explorer automation. i do the automation of click event of buttons ,i need same for images ,can any one help me out?
-
data communicationi have to do the programming for communication of the data between two computers,does it invlove the socket programming ?????the computers are not on internet ,and can u plz tell me , what is meant by desktop application?????
-
data communicationwell if data communication is needed to take place between two computers,what do i need,i mean ,what sort of knowledge is needed.
-
data exchangecan any one guide me,how can we exchange the data in c#??????????? s_khan