Added: 2 years ago
From: bartjoyce
Views: 16,088
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (82)

Sign In or Sign Up now to post a comment!
  • Subscribe i have do it NOW SUB ME :D no ime kidding but if u want ? :D

  • can you please show me how to open a con file or live file without openfiledialog

  • great work

  • this is my e-mail

    amgd_gocha@yahoo.com

    can you call me please

  • thx toooooooooooooo much

    

  • thanks thanks thanks thanks

  • You sir, are a life saver! I have spent 3 hours trying to find some sort of simple code that, well, does what you have exactly. So thank you very much!!!!!

  • I Din't use the last part of the Video ...i mean for the Try and the other thing...but it works thanks a lot

  • be apart of the development process, new vb.net tutorial website launching 11/1/11 give input and be apart of the website development process. webwonders.webs.com

  • @LloydRamsey Hi Lloyd! I don't want to be critical or something (I like your tutorial concept thing), but why would you call it "webwonders" if you're using VB (which isn't used alot for web development). Or are you going to include webdevelopment on this website?

  • @bartjoyce the eason is this website started off with a school project. I cannot change the name. plus it kinda sounds good. webwonders.webs.com just kinda rolls of the tounge. I had a web development class I had to take at Kaplan and that was the name that I chose. If you have any more feedback let me know please. thank you. If enough people are going to my site after it launches I wil be adding C#.NET and Java as well. so at least after a while it wont just be vb.NET

  • Thank tou ;) Very much.....

  • can we make this work using a listbox???

  • cool danke hast mir auf jeden fall weitergeholfen ...

    

  • Thanks :)

  • I Cant Get It To Save it As .exe Can anyone Help?

  • This doesn't work in 2010.

  • how do you make it so it auto saves into C:\?

  • @spookieluke1998 You change the open button's code from opening a file save browser to skipping that and making it save in C:\ by default.

  • it doesnt save enters

  • epic intro how did u make it? one thing though in the save button it always brings up th save box can you tell me how to make a save button like save and save as in power point

  • Speak up kiddo, I can hardly hear you with my speakers and youtube sound all the way up

  • thank you very much!!!!!!!

    that's cool as you ^^

  • OMG big thnks work for me hihi :D

  • nice vid, instead of using a richtextbox, just use a textbox with multiline

    (richtextbox wont save the "enters" )

    so youll have to replace

    Write.Write(RichTextBox1.Text) to Write.Write(TextBox1.Text)

    and

    RichTextBox1.Text = Read.ReadToEnd to TextBox1.Text = Read.ReadToEnd

    For the rest, ty

    o ps, thers a way to save a file without showdialogs?

  • thanx this vid helped with the rest of my program

  • Thanks!

  • hha i cant' hear you xD

  • and for print?

  • Really thank you for help...!

    This helped me so much!

  • thanks bro, whats then name of the intro song?

  • @StealthDDL I said it a lot, but I'll say it again! Kids by MGMT

  • I learned thank you!

  • Intro was good except volume was way louder than tutorial volume.

  • Change the RichTextbox1 in description in Textbox :) or it will give peaple errors

  • Hello bartjoyce. I am from Russia. I have a Visual basic 6.0 and your code my Basic can not understand. If you know the code for Visual basic 6.0, give it to me please. And translating the text of Google Translator.

  • Hello bartjoyce. I am from Russia. I have a Visual basic 6.0 and your code my Basic can not understand. If you know the code for Visual basic 6.0, give it to me please. And translating the text of Google Translator.

  • TNX

  • Thx man!!!

  • ah cheers mate, got me out of a tricky situation (Y) much appreciated

  • can i open a different file ? what i mean is this :

    1- i wanna put i button that says (browse)

    2- when i click that button it opens a new file (different than text file)

    3- the (browse) button changes to the name of the file (i know how to do it)

    4- i save that form and when i click that button the file opens (i know how to save but i dont know how to open the file)

  • AWESOME WORK MAN !!!

    Awesome. Rated 5 Stars.

    We need more people your age teaching people how to program. Good Work Kid, keep up the good work.

  • GAY VOICE XD

  • thx! is it possible to find a string then edit it? example

    ill put something on a textbox for example apple,

    and that textbox has to edit a string fruit

    so the output will be

    fruit = apple on txt, is it possible?

  • @gnikko23 I don't quiet understand what your saying but... You can make a Replace function. Like... When you have a big block of text in a textbox and you want to swap apple with banana you could do this...

    TextBox1.Text = Replace(TextBox1.Text, "Apple", "Banana")

  • thx =)

  • Wow thank you for the great video! I have learned so much. =D

    BTW, were did you learn all of this? I am just now learning this as a college student in the US.

  • @cmm4fd Everything that I know now (PHP, VB, ASPX, C++, C#, Action Script) I leart from the internet. Tutorials for life!

  • @bartjoyce

    mind hookin me up with some a them?

  • if i want to make a new line?

    like im writing:

    Hello

    Something!

    It will save like HelloSomething

  • when you want it to go to the next line, instead of "write" type "writeline", that will write it on the next line so it will look like

    Hello

    Something!

  • Ben je Nederlands? Ik zag het woord "Bestand" staan...

  • Ja, ik ben Nederlands en Engels...

  • Ik dacht al. Anders had ik zeker weten wat meer op mijn engels moeten oefenen haha.

  • Nice, this works. Good job.

  • hey very nice this is the best vb save and open video because your code is not only shit :D thanks 5/5

  • ty very useull had to change a bit for it to do what i wanted it to but ty 5/5

  • Are u south african???

  • SaveFile.Filter = "BLA BLA (*.txt)|*.txt|MORE BLA (*.doc)|*.doc"

  • What is the name of the song in the begining?

  • Kids by MGMT

  • Hi, well.. Do you know how to enable other characters like - áéőúűóüö?

    They appear as a cube in the text

  • That's a good question. I've been trying to find it out myself. One time it worked. The other it did'nt. But i think it depends on you computer. Try typing the letters in an other program (not office programs) and see if it's the same.

  • No, they only don't work in this one

  • Actually, I tried a little something myself...

    When I opened the file in notepad, every line break became a square.

    The solution is simple. Instead of using a richtextbox, use a standard textbox (multiline, of course). It'll do the job and áéőúűóüö will appear...

  • or just press "alt" and a load of random numbers on the numpad.

  • i like your video. but what if you want to save/open with more the ONE file extension

    ex. .txt and .doc (i know .doc is microsoft but its an example)

  • That's possible and easy! i'll make a tutorial on that!

  • nice tutorial, whats the name of the intro song?

  • Kids - MGMT

  • GREAT JOB !!! Exactly what I was looking for !!!

  • can you make the code that you dont have a dialog?

  • Yeah thats easy... When you have save you do ...StreamWriter("C:\The File.txt") and not ...StreamWriter(Save.FileName)

  • what did you make it in ?

  • The intro?. The intro is made in Photoshop CS4 Extended and keyframed in Movie Edit Pro 15 Premium

  • @codehpro Photoshop... yeah...

  • good Intro

  • ty :)

Loading...
Alert icon
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