Make you own browser in 6 minutes using visual studio

Поделиться
HTML-код
  • Опубликовано: 7 авг 2024
  • There are thousands of browsers we use. So, why not build your own one!!!
    You can build your own simple browser using visual studio
    Download visual studio - visualstudio.microsoft.com/do...
    🆂🆄🅱🆂🅲🆁🅸🅱🅴
    Get $100 off on Apple MacBook Pro:-
    amzn.to/3M01BBN
    Get 20% off on XBOX 3 month game pass:-
    amzn.to/3M6CzAX
    Please support me to create more videos for you - / pirateclaw
    Thumbnail pictures:- www.freepik.com
    ~-~~-~~~-~~-~
    3 Free ways to render your blender files online:-
    • 3 Free ways to render ...
    ~-~~-~~~-~~-~

Комментарии • 112

  • @Toseethebesttomakeyouhappy
    @Toseethebesttomakeyouhappy 10 месяцев назад +2

    It cannot be maximized . If I click on maximize button , it only extends black screen ,size remains same

  • @iamiceyfn
    @iamiceyfn 3 месяца назад +1

    for me I don't see "web browser". any fixes or workarounds?

  • @jardexstudios6020
    @jardexstudios6020 Год назад +1

    Help the browser is outdated how do i make it open new websites?

  • @johngrntn
    @johngrntn 2 месяца назад

    Um.... Isn't the web browser control just another browser your placing into your application (i.e. internet explorer or edge)?

  • @user-pr4xz9wx9i
    @user-pr4xz9wx9i 10 месяцев назад +2

    Ur the best one

  • @prosungupta1521
    @prosungupta1521 Год назад +4

    CS1061 'object' does not contain a definition for 'GoBack' and no accessible extension method 'GoBack' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) Alpha Browser 2.0 C:\Users\HP\source
    epos\Alpha Browser 2.0\Alpha Browser 2.0\Form1.cs 34 Active
    facing these issue, please guide me

    • @damirshabayev344
      @damirshabayev344 6 месяцев назад

      that means the goback method doesnt exist idk why its like that for u

  • @romankutanov
    @romankutanov Год назад

    How to add the settings like in internet explorer?

  • @kekaayt
    @kekaayt Год назад

    Nice Video

  • @Nothingtoseehere-tf1dz
    @Nothingtoseehere-tf1dz 4 месяца назад +1

    I got an error and it says
    Character is non valid which is the ;

  • @AafakDIO
    @AafakDIO Год назад

    can you make it so it can go on youtube

  • @xootzie
    @xootzie 2 года назад +2

    is there a way i could make it full screen and then get out of full screen

    • @Pirateclaw
      @Pirateclaw  2 года назад +1

      In WindowState property set Maximized

  • @BoomHackzMusic
    @BoomHackzMusic 2 года назад

    How to upload this

  • @Muff6969
    @Muff6969 Месяц назад

    it says script error but everything looks fine please help

  • @purvis197
    @purvis197 2 года назад +12

    Can u share us the source code? Please?

    • @Redtcp
      @Redtcp Год назад

      Public Class Form1
      Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
      CWebBrowser1.GoBack();
      End Sub
      Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
      WebBrowser1.GoForward();
      End Sub
      Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
      WebBrowser1.Refresh();
      End Sub
      Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
      WebBrowser1.GoHome();
      End Sub
      Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click
      WebBrowser1.GoSearch();
      End Sub
      Private Sub WebBrowser1_DocumentCompleted(sender As Object, e As WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
      WebBrowser1.Navigate(noprotect.net)
      End Sub
      Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged
      WebBrowser1.Navigate(TextBox1.Text)
      End Sub
      Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
      End Sub
      End Class

    • @businessfish3147
      @businessfish3147 Год назад

      very cool

  • @maxs4986
    @maxs4986 Год назад

    all the buttons go to the same code for me

  • @Scorp43166
    @Scorp43166 Год назад +3

    web browser does not exist. :(

  • @TopHatDoomsDay1337
    @TopHatDoomsDay1337 2 года назад +1

    so when I search up somthing it spams my screen with "There is an error" How do I fix it

    • @Pirateclaw
      @Pirateclaw  2 года назад

      Make sure you have written the code correctly as shown in the video. It seem to be that you have some errors in the code for the search bar. Try to find the error and fix it:)

    • @Gideon39
      @Gideon39 2 года назад

      Same problem for me.

    • @Pirateclaw
      @Pirateclaw  2 года назад

      @@Gideon39 Recheck the code of the program

    • @Gideon39
      @Gideon39 2 года назад

      @@Pirateclaw It looks the same to me.. But i am using the 2022 version. Would that make a difference?

    • @Pirateclaw
      @Pirateclaw  2 года назад

      @@Gideon39 I dont think so

  • @innerkin4613
    @innerkin4613 2 года назад +1

    Would this work in visual studio 2022?

  • @jedi666crackhead2
    @jedi666crackhead2 2 года назад

    how could my browser support java script or support youtube

  • @sloveniaelevatorfan5162
    @sloveniaelevatorfan5162 Год назад

    Where to type the code for the buttons?

    • @random_person618
      @random_person618 Год назад

      Double click on each button in the virtual window in the center

  • @milk-ku4429
    @milk-ku4429 2 года назад

    can i use something like firefox?

  • @DoisMitosEmBuscaDeAventuras
    @DoisMitosEmBuscaDeAventuras 11 месяцев назад +1

    The Browser works, but it say "script error" every time :(

  • @hycubing
    @hycubing 2 года назад +3

    There is not a webbrowser in the toolbox

    • @Pirateclaw
      @Pirateclaw  2 года назад +1

      There should be

    • @grantk3641
      @grantk3641 2 года назад

      Make sure you are using a .NET version. It works with the C# Windows Form App (.NET Framework) version 4.7.2

  • @danielderakhshan5502
    @danielderakhshan5502 Год назад

    bro i tried to open tiktok or youtube on it it says update your browser

    • @random_person618
      @random_person618 Год назад +1

      It's because your browser is an in-house browser, not a popular one like Edge, Chrome etc. RUclips and TikTok are heavy websites and the user agent you're providing them isn't enough to justify the lack of capability.

  • @readyscreen
    @readyscreen Год назад +1

    I dont have the Web browser Tool in my Toolbox. Please help

    • @readyscreen
      @readyscreen Год назад

      @Ultimate Boiz thank you its working now :)

    • @i-blv3242
      @i-blv3242 6 месяцев назад

      @@readyscreen sorry for asking after so long, but how did you solve it?

    • @readyscreen
      @readyscreen 6 месяцев назад

      @@i-blv3242 Hey! Sorry but I cant help you anymore because I forgot all that stuff 😂 that was a year ago

  • @E-Launcher
    @E-Launcher Год назад +2

    "WebBrowser" just is not there, I dont find it

    • @BenChoke
      @BenChoke Год назад

      same

    • @NathanClaasFan
      @NathanClaasFan Год назад

      That because in the 2022 version you'll need the 'NuGet' WebView.2 extension and then add from the 'Toolbox' section the 'WebView.21' window.
      The 'WebView' window is literally the webpage viewer.

    • @E-Launcher
      @E-Launcher Год назад

      ​@@NathanClaasFan ohh thank you I will try that!

  • @SnowNight
    @SnowNight Год назад

    how to change app name?

    • @Flamer000
      @Flamer000 6 месяцев назад

      in the forms properties

  • @nycdrill12
    @nycdrill12 Год назад +1

    It says isn’t supported download a new browser

  • @superbeartales8170
    @superbeartales8170 2 года назад +3

    52:00

  • @kritagya.2010
    @kritagya.2010 Год назад

    Can you please make in vs code latest version of windows 10?plase?

    • @Pirateclaw
      @Pirateclaw  Год назад

      Sure, I'll make a video for that

    • @kritagya.2010
      @kritagya.2010 Год назад

      I wanted in the normal visual studio code not in visual studio code community & I also wanted in HTML language ! Please

  • @GTABOSS9AN9
    @GTABOSS9AN9 Год назад

    How come the Google page looks so new in your web browser and is still so outdated in my web browser? please reply

    • @Flamer000
      @Flamer000 6 месяцев назад

      That was in 2021 when it was still in use

    • @GTABOSS9AN9
      @GTABOSS9AN9 3 месяца назад

      @@Flamer000 How am I supposed to understand that?

    • @Flamer000
      @Flamer000 3 месяца назад

      @@GTABOSS9AN9 ie

  • @BlueZackMuthey
    @BlueZackMuthey Год назад

    Theres one problem. It says that my browser isn't supported.

  • @GalaxyBalls_
    @GalaxyBalls_ Год назад +3

    0:35 you didnt have to cut me off

  • @tankidylan
    @tankidylan 2 года назад +1

    on thing why do i only get old google instead of new google

    • @Pirateclaw
      @Pirateclaw  2 года назад

      It should give you the latest version of google.

    • @tankidylan
      @tankidylan 2 года назад

      @@Pirateclaw it doesn't

    • @halfsine
      @halfsine 2 года назад

      yeah same

    • @random_person618
      @random_person618 Год назад

      If the Google website finds out you're not using a capable browser, it will limit the functionality of the website.

  • @M5J72XrtvEa24XteAIdNGA
    @M5J72XrtvEa24XteAIdNGA 2 года назад

    How do I make a new project I don't get that option

    • @Pirateclaw
      @Pirateclaw  2 года назад +1

      That option should be there

    • @Worldwide_Productions
      @Worldwide_Productions 2 года назад

      @@Pirateclaw there is none still

    • @Pirateclaw
      @Pirateclaw  2 года назад

      @@Worldwide_Productions Launch Visual Studio -> Select Create a new project

    • @Worldwide_Productions
      @Worldwide_Productions 2 года назад

      @@Pirateclaw i mean the option web browser in the toolbar when you make the project.

    • @Pirateclaw
      @Pirateclaw  2 года назад

      @@Worldwide_Productions Use 'Search toolbox' feature and search for web browser

  • @Monkeyl638YT
    @Monkeyl638YT 2 года назад

    I'm having trouble getting to the design page it sends me to this code
    namespace Browser;
    public partial class Form1 : Form
    {
    public Form1()
    {
    InitializeComponent();
    }
    }

    • @bachnguyen3187
      @bachnguyen3187 2 года назад

      double cliick on the buttons, not the form

  • @FrostyBloxYT
    @FrostyBloxYT 3 года назад +2

    Subbed

  • @AhsanKhan-vc8qc
    @AhsanKhan-vc8qc 2 года назад

    Ok

  • @codewithatharv
    @codewithatharv 9 месяцев назад

    can't we make a browser just like arc or brave or google chrome or edge?

    • @kovabait12
      @kovabait12 7 месяцев назад

      Yes you can, but it's not gonna be easy

    • @Flamer000
      @Flamer000 6 месяцев назад

      @@kovabait12 it's easy you can do it like 30 minutes max with nuget packages

  • @Jody-nf2bz
    @Jody-nf2bz 7 месяцев назад

    You can make your music a little more annoying. It sure helps!

  • @yalidirt3419
    @yalidirt3419 2 года назад

    i have errors plz help me

    • @Pirateclaw
      @Pirateclaw  2 года назад

      What error do you get?

    • @yalidirt3419
      @yalidirt3419 2 года назад

      @@Pirateclaw When I search for something on Google it just fills me the screen with errors

    • @Pirateclaw
      @Pirateclaw  2 года назад

      @@yalidirt3419 what are the errors you get?

    • @fajszibenjamin720
      @fajszibenjamin720 Год назад

      @@Pirateclaw same here

    • @fajszibenjamin720
      @fajszibenjamin720 Год назад

      @@Pirateclaw for me they are

  • @ryder4247
    @ryder4247 3 года назад +1

    ...

  • @deepfakes4567
    @deepfakes4567 Год назад

    How do I make it into an actual app
    *Edit*: I just noticed im 1 year late

    • @Pirateclaw
      @Pirateclaw  Год назад

      Use 'build'

    • @deepfakes4567
      @deepfakes4567 Год назад

      @@Pirateclaw Im also having a problem. The webview isn't fitting my screen on full screen when I test it using run

    • @Flamer000
      @Flamer000 6 месяцев назад

      @@Pirateclaw "publish"

  • @talismanskulls2857
    @talismanskulls2857 Год назад

    You are skipping over too much. No one can see where you "Click Run" to preview.

  • @heckeroffical3862
    @heckeroffical3862 Год назад +2

    i give up

    • @Flamer000
      @Flamer000 6 месяцев назад

      common it's not that hard i was 6 when i made this

  • @Hack_696
    @Hack_696 Год назад

    i have chrome source codes

    • @Flamer000
      @Flamer000 6 месяцев назад

      You mean chromium? it's open source.

    • @Hack_696
      @Hack_696 6 месяцев назад

      @@Flamer000 i also have firefox

  • @chandimalaweerakoon4065
    @chandimalaweerakoon4065 3 года назад +1

    Kkkkk

  • @thesatla5137
    @thesatla5137 5 месяцев назад

    Hey do you have telegram?

    • @Pirateclaw
      @Pirateclaw  5 месяцев назад

      Yes why?

    • @thesatla5137
      @thesatla5137 5 месяцев назад

      ​@@Pirateclaw I have a code question, I would be more than happy if we can solve it :)