WebBrowser component in C# visual studio / with URL fill | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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. 😀😀

29th Jan 2018, 3:35 PM
Niko Bedenik
Niko Bedenik - avatar
9 Answers
+ 3
Do you want to make the script with c# ?
29th Jan 2018, 3:37 PM
Michael55555
Michael55555 - avatar
+ 3
Then the best way to do it with MVC you can search in Google for it
29th Jan 2018, 3:40 PM
Michael55555
Michael55555 - avatar
+ 3
do you have already an existing project?
29th Jan 2018, 3:47 PM
Michael55555
Michael55555 - avatar
+ 3
You need to create a new MVC web application
29th Jan 2018, 3:52 PM
Michael55555
Michael55555 - avatar
+ 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...
29th Jan 2018, 10:12 PM
Michael55555
Michael55555 - avatar
+ 2
Yes, software that I explained above.
29th Jan 2018, 3:39 PM
Niko Bedenik
Niko Bedenik - avatar
+ 2
My friend suggested me to try this app since I can’t find any answers on google
29th Jan 2018, 3:43 PM
Niko Bedenik
Niko Bedenik - avatar
+ 2
What is MVC web app?
29th Jan 2018, 3:56 PM
Niko Bedenik
Niko Bedenik - avatar
+ 1
Yes I have design, but I don’t know how to make my program functionate and do it’s work
29th Jan 2018, 3:51 PM
Niko Bedenik
Niko Bedenik - avatar