Added: 4 years ago
From: esproman
Views: 41,368
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (133)

Sign In or Sign Up now to post a comment!
  • Dim myfile As IO.StreamWriter

    myfile = New IO.StreamWriter("porn.txt")

    If 009SoundSystem_Dreamscaoe.Play­ing Then  myfile.WriteLine("Noooo this dumb song again!")

    End If

  • I hate the song. Love the tutorial.

  • I love the mute button, the song is so annoying

  • What about Private Sub command? Where that line dude?

  • awesome.. thanks for the good tutorial...

  • THANK YOU THANK YOU THANK U :D

  • What version of Visual Basic IS IT!!!???

  • @Prana199 6 man -_-

  • @Prana199 2006

  • Didn't work for me... then again I'm using vb 2008

  • is that david hasslehoff??? after not making himself look muscular on baywatch

  • People really need to stop using this same song..

  • can someone post the code this would be for vs 2010

  • @UnfoldedTreeLover i second this request, when i enter DIM it auto corrects it to AutoScaleDimensions

  • i made the most epic notepad ever!!! so many features!!! (head explode!!! XD) lol

    can i send you a download link

  • how can you make details get sent to your email when someone presses submit

  • Easier with 2008 all u do is create a button and then the code is start.process ("c:/whatever")

  • Thanx.. I Made A Cp Membership Code Generator With Save Option !!!! REAL !!!

  • @randoxxxxx No its alot more then copying codes, if you want to copy codes you must have everything the same as the person giving you the code.Like same name for every project, same exact buttens , etc ( alot more )

  • er du dansker?

  • Thank you, esproman.

  • how to do this for Visual basic2008

  • Where TO Download It? :/

  • no, the songs name is dreamscape , its artists are unknown.

  • Thanks man!

  • wts the name of the song plz !!

  • such a nice video carry on in good zoom

    I help this information Thanx alot

  • I could learn ya guys useing : dim

    its easy and it will help verry much

  • thanks for the tut i learned alot but... DUDE! ZOOM OUT! lol

  • im Norwegian too

  • What screen recorder do you use? I want one like this, where the capture field moves with the curser

  • anyone pls help me......

  • Ooh, this is very good. I happen to have a question that has not been solved very well.

    Could you please tell me (private message is okay) how to display strings from a .GBA ROM file?

    Have a nice day.

  • think theres something called "Multiline" set it to true...

  • can you get rid of the quotation marks when you make the text file???

  • instead of "Write" type "print"

  • dont copy and paste the codes....

  • try

    FileOpen(1, "C:/", OpenMode.Output) Print(1, "test")

    Printline(1, "test")

    FileClose(1)

  • Btw, what is your windows theme called? :P Thx..

  • AlienGUIse

  • Go to microsoft com and download the latest version of vb.(vb2008) for free. Portable version sucks it always crashes.

  • Everytime i save something, it makes quotes like this:

    "HELLO HELLO"

    , i dont want quotes. i want it to be like this:

    HELLO HELLO

    What do i do? please reply!

  • instead of using "write" use "print" :)

  • omfg ty!

  • i use hypercam 2, its does only show in the video...

  • wow thanks keep it up!

  • When you start VB protable click the reg option and put it in your registry

  • xMasukeGMS (1 day ago)

    btw

    im using your VB 6.0 portable

    and i cant do the "make project1.exe" :| its grey

    and i cant click it

    Same Here =X

  • i dont got vb6 portable here and now but when u launch the "VB6 Portable.exe" (<--- Might not be correct filename) then you get 2 options 1: Open vb6 portable, and 2: some registry info, have u tried the regestry option?

  • Thanks, very simple. :D

  • THX

  • dude how im gonna know the codes

  • i am using VB 2008, but "App." and "#" is not declared because i am usinga newer verion, so if you know please submit the new code that worsk on VB 2008 :P

  • Try this:

    FileOpen(1, "C:/", OpenMode.Output) Print(1, "test")

    Print(1, "test")

    FileClose(1)

    hope this works :)

  • What leder678 said but if you want to use a Dialog try this Private Sub Command1_Click() CommonDialog1.Filter = "*txt|*txt" CommonDialog1.ShowSave Text3.Text = CommonDialog1.FileName Dim namefile namefile = Text3 Open CommonDialog1.FileName & ".txt" For Output As #1 Print #1, Text2.Text Close #1 End Sub
  • Dim namefile

    namefile = Text1

    Open App.Path & "\" + namefile + ".txt" For Output As #1

    Print #1, Text2.Text

    Close #1

    There is VB6 code...

  • how to remove quotes? :P "Hello World" x_x

  • Write #1, Text2.Text

    Print #1, Text2.Text

    use print instead of write :)

  • Yeah Ty M8 :) 5/5.

  • hay, if you want an image not text what do you do

  • hay, i did every thing that you did but i can not click on make project1.exe...

  • AlienGUIse google it :)

  • Open App.Path & ("C:\Programfiles\" + namefile + ".txt") For Output

  • With wut program you film?

  • i think i used Hypercam 2, but i recomend CamStuido :)

  • If other people download ur program and type in stuff will u be able see it?

  • If someone download my program and use it, it wont save any data on my computer, but it will on the users computer...

  • does it work for the password programs like hacks?

  • Do you know how this works? Or did you just copy it?

  • what country are you from? Norwegian danish or swedish, awesome speech, because of the accent, haha. i spoke like that too.

  • Norway :)

  • Me too :P

  • jeg og

  • Lol how we get rid of the ""'s? They suck balls

  • replace:

    write #1, text2.text 'with:

    print #1, text2.text

  • very nice job kid, finally, a 14 year old who makes his own code! Just for this video you get 5 stars and a subscribe from me, because you just saved my ass for my programming class, of course I did it a little differently, I made it so that this operates from a menu strip, and so that you can save it as whatever kind of file you want such as a .bat .exe .txt whatever. Thank you so much all I needed was the save function!

  • when i do that it doesnt save!!!!!!!!!!!!! i use exactly same code as you!!!

  • have you added the same componets to the form aswell?=)

  • nice vid, very clear.

  • I'm using visual basic 2008.

    I get errors!!

  • then its:

    FileOpen(1, "C:/", OpenMode.Output) Print(1, "test")

    FileClose(1)

  • Thanks.

    Where do I put it though?

  • save your program>goto where you saved it>go into the filename>bin>debug>there you will find a .exe file

  • I meant the code that you gave me!!!

  • in a button but, and press enter between ...Output) and Print(1, "T...

  • you sound like a foren person pretending to be american!

  • mexican....

  • i didnt know about it when making this movie...

  • wrwerd u learn the codes from

  • google

  • how do u get the programm

  • you can download the portable version on techzed . webs . com

  • Otroligt både bra & har skrivit Coden!

    *D

  • gj that's useful...

  • How to I REMOVE the ""

  • boring!!! what can I do to create something without having to know scripting?

  • nothing... if u dont know how to use programing language u cant program. its that simpel

  • in short nothing...if u want to program, u have to no how to use the prgraming anguage right

  • ill make a program for you, ok NOOB?

  • im using AlienGUIse, google it or click on More Info and download it from there... :)

  • tyvm

  • what version of vb was it?

  • vb 6 :)

  • thanks any idea how u change the icon (without making a shortcut to it =P)

  • and i did try to change the icon with the selection menu at the side but it said it wasnt a valid icon (even though it was a .ico)

  • What program did you use?!

  • Oh, Visual basic... Lol.

  • i use SHIFT to move it... open you program and open the Hot Keys tab, then u check what key u want to use to move it...

    i got 10 fps 100% frame compression quality

  • Hyper cam 2

  • dont use hyper cam, use cam studios, FREE AND GREAT!!!

  • i am new to visual basic i am using version 2008 my problem is that i am receiving errors in don't kno why can u help plz

  • it is because you are using the language vb (dot)net, this code is only for vb6. There is a easier code for saving files in vb (dot)net than it is in vb6 but i dont remember the code...:(

  • @papaya96

    its alien guise (search @ google)

  • thx

  • good job man!!!

  • yea where can i dl it?

  • Where can i download it??

  • How do i open it when ive made it ?

    It opens CMD and does nothing !

  • I use that skin too :D

  • good job

  • thx

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