Added: 4 years ago
From: rapidhaste
Views: 32,026
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (67)

Sign In or Sign Up now to post a comment!
  • I can not belive microsoftdoesent use there own stuff to make more of there own stuff microsoft now sucks

  • Very-very simple for me.... Thanks for the video......

  • thank you , ı am super understand and learn .

    he hee my teach.........

  • That's not a REAL web browser, you should make advanced internal functions like cookie managment, and add-ons, etc etc.

  • the webbrowser codes you did are the same in visual basic 6.

  • @hunhistory I also noticed that. He typed:

    WebBrowser1.Navigate(Edit1.Tex­t)

  • WHat do you type for the go button

  • Delphi.7.Second.Edition.v7.2

  • this looks like a knock off of visual basic

  • You got to be a retard, Pascal if older then visual basic. And visual basic sucks balls

  • no you idiot. this delphi is a piece of crap. U can pretty much make anything in visual basic. u cant do that in delphi

  • You got to be retard, visual basic is a simple shit language that newbies use, and they OFTEN go further to delphi or c so shut the fuck up. Delphi is more advanced then visual basic, HAHAHAH YOUR THE EARTHS BIGGEST SHIT

  • And btw, i guess your a "pro" in delphi since you can say that ? I KNOW, i've tried both, i was doing visual basic for bout half year, before i tried a little c. But then started with delphi, i liked that aloot better. Visual basic sucks when your going to do more advanced coding

  • You can do in delphi everything, you need to have for an example a little experience in delphi. Delphi is professionally based programming language that can do anything

  • ''no you idiot. this delphi is a piece of crap. U can pretty much make anything in visual basic. u cant do that in delphi''

    JC. Are you retarded?

  • agreed.

  • Delphi takes skill.

    Google Chrome, Internet Explorer, and Mozilla Firefox were all made in Delphi.

  • actually they were C+ not delphi.

  • ???

  • It's C++, and also it was Delphi, when you download Google Chromes source code, it opens in delphi (if installed).

    Internet Explorer 5 release notes said it was made in Delphi, I doubt they would suddenly switch, and Mozilla Firefox, every release, they give credit to the makers of Delphi.

  • How do you know? I thought they were written in C++, especially Microsoft products.

  • its better then vb

  • sure it is. keep telling urself that.

  • It definetly is... It takes more skill too. But I don't think you have any of that.

  • Delphi and VB6 very very "not the same".

  • @hellayeah47

    BAHAHAHAHAHAHAHAHAHAHAHA

  • yo dude... i have one question :D Delphi its a freeware?

  • The IDE Delphi is no Freeware, but you can use the FREE IDE Lazarus ;D

  • Hello Everybody!

    Can someone tell me what does semicolon (:) mean in Delphi , please ?

    example of my code:

    procedure BASEEXPORTIMPORT.RadioGroup1Cl­ick(Sender: TObject);

    begin ;

    end;

    end.

    If anybody can help me , please !!!

  • hey i created some cool buttons for the refresh,go,back & etc i wanna know how can i put on top of the buttons so that i can make it stylish the buttons

  • link does not work

  • Noob.

  • Use a life.

  • Thanks for the tutorial. My windows did crash when I tested it the first time, though. Could it have been not including "mshtml" in Uses?

  • Never mind, my Vista has crashed at least 20 times now, while I was making my browser application do what I want. I was using Delphi 7.

  • Subject should be "Using TWebBrowser in Delphi"

  • after delphi go to ConScratch then go to scratching like DOS lol

  • He hasnt logged on in a year. :/

  • hey man!! can i apply fox pro codes to delphi?

  • Thanks for the awesome tutorial. I have crated my first web browser! Cheers!

    One question though, how do you make it so that instead of having to click on go, you can just press enter to go to the site, as well as being able to click on Go?

  • Also, how do I make it, so that it automatically loads a site when you first open it...like a home page kind of thing?

  • Click on the edit box, then click the "Events" tab in the Object Inspector. Now double-click the empty box to the right of the "OnKeyPress" event. Now enter the following code between the "begin" and "end" that were generated for you:

    if Key = #13 then webbrowser1.navigate(edit1.tex­t);

    "#13" is the ascii code for the enter key.

  • where can i find this thing he is talkin bout at 0:27?

    where can i find this internet tab in delphi 2009?

  • I have Delphi 9 and I did this but the run button is inactive.......... What can I do?

  • Thats a cool tutorial!! thx a lot;) It would be very good, if you would upload more tutorials like this;) thx again

  • thanks bro!

  • Do u have dis prog? Can u show me how to download it? (For Free)

  • Ok, think I fixed it. I changed my code to procedure TForm1.Button2Click(Sender: TObject);

    begin

    //Webbrowser1.GoBack;

    Webbrowser1.navigate(edit1.tex­t);

    end;

    ignore the //comment, was just marking my code. but ya, seems to work for me now

  • Very cool, thank you. But, if you try to "Back" when there is nothing to go back to, you get an Exception Class,error. Or at least I did.

  • hey good vid but... i can´t find the internet tab its like defenderzones situation^^ maybe its because ive an unregistrated version u think thats why i dont have the other tabs??

  • i think mine is the same. i think im using a demo version, maybe thats why

  • hey where can I find Delphi 7 to download for free?thx

  • Thanks for the tutorial! But I can't find the Internet tab. I only have 8 tabs, and you have a lot more. Where can I get the extra tabs?

  • easy stuff. i made web-browser too with delphi.

  • :D Easy, this component you can download from MS site or GOOGLE!!!

  • God work man

    5 stars

  • lovely, I once made a little more advanced browser but I ended the project, I'm now busy with making a HTML editor and other web language editor.

  • Kurdaoa

    Of course its easy, its not meant to be extremely advanced. Not everyone has 10ys programming experience. Its called learning.

  • lol that shit is easy =), and that component is based on IE meaning it does all the dirty work for you.

    All you need to do is put one of those on you form and a Tedit and a Tbutton.. in button click you type

    Webbrowser1.navigate(edit1.tex­t); and you're done.. and if you want you could add more buttons for like backward and forward.

  • Can you tell those codes again? Those wich you use to go button and back button etc.

  • hey m8 whicked job, you sound scared cant blame you dont worry about what other people think 10/10 nice 1 :D.

  • Can you post a new download link for Delphi

  • Thanks mate. The next video will show you how to do more complex functions in delphi. Keep watching.

    -Joel

  • Joel, this is awesome, It will help alot of people.

    5/5 & Favourited..

    Thanks For The Shoutout Too.

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more