+ 2
WebBrowser component in C# visual studio / with URL fill
Hey guys.. i need help if you have any free time.. i have form1 and on that form is a textbox where you suppose to put website url (example google.com) and when you put it and click ok it should appear on my form2 website google.com . On the form2 there is a WebBrowser component and it has URL in properties, and when you fill and click OK on form1 it should automaticly fill URL properties box on form2 and when you open form2 it should open google.com Please guide me through it if you know how to do it. 😀😀
9 Antworten
+ 3
Do you want to make the script with c# ?
+ 3
Then the best way to do it with MVC you can search in Google for it
+ 3
do you have already an existing project?
+ 3
You need to create a new MVC web application
+ 3
MVC web app is a design pattern Wich tries to cut the Visible Area from the Logik it works with good features like writing C# in html...
+ 2
Yes, software that I explained above.
+ 2
My friend suggested me to try this app since I can’t find any answers on google
+ 2
What is MVC web app?
+ 1
Yes I have design, but I don’t know how to make my program functionate and do it’s work