auto complete features
-
can any one give me the idea to make a software to fill a webpage from my c# window form. i do not have any access to that webpage. i dont know where to start ,your help appreiated
-
can any one give me the idea to make a software to fill a webpage from my c# window form. i do not have any access to that webpage. i dont know where to start ,your help appreiated
Is no clear your question, fill a web in a windows form? use a webBrowser control in a windows form in the form1_load event put your web page, for example: this.webBrowser1.Url = new System.Uri("http://www.youtube.com", System.UriKind.Absolute); c ya!
-
Is no clear your question, fill a web in a windows form? use a webBrowser control in a windows form in the form1_load event put your web page, for example: this.webBrowser1.Url = new System.Uri("http://www.youtube.com", System.UriKind.Absolute); c ya!
thanks greg but my question is to transfer data in already opened ie window.
-
thanks greg but my question is to transfer data in already opened ie window.
maybe using a web service and xml files