Hiya Guys! I have just released a new video!! Check it out! Subscribe please?I have a giveaway in the future and it would help if you subscribed! Thank you guys for your support!
@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 )
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?
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
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
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!
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...:(
Dim myfile As IO.StreamWriter
myfile = New IO.StreamWriter("porn.txt")
If 009SoundSystem_Dreamscaoe.Playing Then myfile.WriteLine("Noooo this dumb song again!")
End If
johnie1992 2 days ago 4
This has been flagged as spam show
Hiya Guys! I have just released a new video!! Check it out! Subscribe please?I have a giveaway in the future and it would help if you subscribed! Thank you guys for your support!
hackster2011 3 months ago
I hate the song. Love the tutorial.
ninjapig123 4 months ago
I love the mute button, the song is so annoying
microguyprod 5 months ago
What about Private Sub command? Where that line dude?
MrVBscripts 5 months ago
awesome.. thanks for the good tutorial...
billrock12 1 year ago
THANK YOU THANK YOU THANK U :D
wowl0o0 1 year ago
What version of Visual Basic IS IT!!!???
Prana199 1 year ago
@Prana199 6 man -_-
ToonTownRedDog 7 months ago
@Prana199 2006
lukas10111 3 weeks ago
Didn't work for me... then again I'm using vb 2008
billrock12 1 year ago
is that david hasslehoff??? after not making himself look muscular on baywatch
VEHICON1999 1 year ago
People really need to stop using this same song..
linkinpark9sc 1 year ago
can someone post the code this would be for vs 2010
UnfoldedTreeLover 1 year ago
@UnfoldedTreeLover i second this request, when i enter DIM it auto corrects it to AutoScaleDimensions
96edwysMobile 1 year ago
i made the most epic notepad ever!!! so many features!!! (head explode!!! XD) lol
can i send you a download link
gamealogic 1 year ago
how can you make details get sent to your email when someone presses submit
GameTutorials1000 1 year ago
Easier with 2008 all u do is create a button and then the code is start.process ("c:/whatever")
MrRubberDucklin 1 year ago
Thanx.. I Made A Cp Membership Code Generator With Save Option !!!! REAL !!!
captakhan 1 year ago
@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 )
drzlilkiller69 1 year ago
er du dansker?
fireworkTV 1 year ago
Thank you, esproman.
TheKolya2000 1 year ago
how to do this for Visual basic2008
Senquell 2 years ago
Where TO Download It? :/
andjelopowerface 2 years ago
no, the songs name is dreamscape , its artists are unknown.
Toxicspillway 2 years ago
Thanks man!
flameof2142 2 years ago
wts the name of the song plz !!
flameof2142 2 years ago
such a nice video carry on in good zoom
I help this information Thanx alot
4499marut 2 years ago
I could learn ya guys useing : dim
its easy and it will help verry much
1Mihailo 2 years ago
thanks for the tut i learned alot but... DUDE! ZOOM OUT! lol
coolmagicdude 2 years ago 2
im Norwegian too
Arnold877 2 years ago
What screen recorder do you use? I want one like this, where the capture field moves with the curser
danagol1985 2 years ago
anyone pls help me......
SirenSATHINA 2 years ago
This has been flagged as spam show
by what do you need help? send me a message
rizojunuzovic 2 years ago
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.
Salafrog 2 years ago
think theres something called "Multiline" set it to true...
esproman 2 years ago
can you get rid of the quotation marks when you make the text file???
axeshredstorm69 2 years ago
instead of "Write" type "print"
esproman 2 years ago
dont copy and paste the codes....
esproman 2 years ago
try
FileOpen(1, "C:/", OpenMode.Output) Print(1, "test")
Printline(1, "test")
FileClose(1)
esproman 2 years ago
Btw, what is your windows theme called? :P Thx..
WookieApps 2 years ago
AlienGUIse
esproman 2 years ago
Go to microsoft com and download the latest version of vb.(vb2008) for free. Portable version sucks it always crashes.
WookieApps 2 years ago
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!
lurviQ 2 years ago
instead of using "write" use "print" :)
esproman 2 years ago
omfg ty!
lurviQ 2 years ago
i use hypercam 2, its does only show in the video...
esproman 3 years ago
wow thanks keep it up!
ninja9899cp 3 years ago
When you start VB protable click the reg option and put it in your registry
TodaysGeek 3 years ago
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
sujayrox 3 years ago
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?
esproman 3 years ago
Thanks, very simple. :D
NikkexD 3 years ago
THX
SamanaDevil 3 years ago
dude how im gonna know the codes
NoScamm 3 years ago
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
pilo290master 3 years ago
Try this:
FileOpen(1, "C:/", OpenMode.Output) Print(1, "test")
Print(1, "test")
FileClose(1)
hope this works :)
esproman 3 years ago
undead504 3 years ago
Dim namefile
namefile = Text1
Open App.Path & "\" + namefile + ".txt" For Output As #1
Print #1, Text2.Text
Close #1
There is VB6 code...
leder678 3 years ago
how to remove quotes? :P "Hello World" x_x
OlloX3 3 years ago
Write #1, Text2.Text
Print #1, Text2.Text
use print instead of write :)
esproman 3 years ago
Yeah Ty M8 :) 5/5.
OlloX3 3 years ago
hay, if you want an image not text what do you do
maplecoke12 3 years ago
hay, i did every thing that you did but i can not click on make project1.exe...
maplecoke12 3 years ago
AlienGUIse google it :)
esproman 3 years ago
Open App.Path & ("C:\Programfiles\" + namefile + ".txt") For Output
esproman 3 years ago
With wut program you film?
SuperBenji2 3 years ago
i think i used Hypercam 2, but i recomend CamStuido :)
esproman 3 years ago
If other people download ur program and type in stuff will u be able see it?
FamousBaller08 3 years ago
If someone download my program and use it, it wont save any data on my computer, but it will on the users computer...
esproman 3 years ago
does it work for the password programs like hacks?
FamousBaller08 3 years ago
Do you know how this works? Or did you just copy it?
BoylesWhite 3 years ago
what country are you from? Norwegian danish or swedish, awesome speech, because of the accent, haha. i spoke like that too.
sentimoko 3 years ago
Norway :)
esproman 3 years ago
Me too :P
sentimoko 3 years ago
jeg og
xXZarlachXx 3 years ago
Lol how we get rid of the ""'s? They suck balls
SgtNoobEater 3 years ago
replace:
write #1, text2.text 'with:
print #1, text2.text
esproman 3 years ago
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!
sinschild07 3 years ago
when i do that it doesnt save!!!!!!!!!!!!! i use exactly same code as you!!!
ShadowRSonic 3 years ago
have you added the same componets to the form aswell?=)
esproman 3 years ago
nice vid, very clear.
ajxbox 3 years ago
I'm using visual basic 2008.
I get errors!!
deathtrh 3 years ago
then its:
FileOpen(1, "C:/", OpenMode.Output) Print(1, "test")
FileClose(1)
esproman 3 years ago
Thanks.
Where do I put it though?
deathtrh 3 years ago
save your program>goto where you saved it>go into the filename>bin>debug>there you will find a .exe file
esproman 3 years ago
I meant the code that you gave me!!!
deathtrh 3 years ago
in a button but, and press enter between ...Output) and Print(1, "T...
esproman 3 years ago
you sound like a foren person pretending to be american!
bobylovesyou45 3 years ago
mexican....
PaintBallFanatic32 3 years ago
i didnt know about it when making this movie...
esproman 3 years ago
wrwerd u learn the codes from
WetMetalPole 3 years ago
google
esproman 3 years ago
how do u get the programm
74M5T3R 3 years ago
you can download the portable version on techzed . webs . com
esproman 3 years ago
Otroligt både bra & har skrivit Coden!
*D
uploader75 3 years ago
gj that's useful...
euforii666 3 years ago
How to I REMOVE the ""
MegaGigaBite 3 years ago
boring!!! what can I do to create something without having to know scripting?
ttlyphotoshop 3 years ago
nothing... if u dont know how to use programing language u cant program. its that simpel
lagasy 3 years ago
in short nothing...if u want to program, u have to no how to use the prgraming anguage right
lagasy 3 years ago
ill make a program for you, ok NOOB?
MegaGigaBite 3 years ago
im using AlienGUIse, google it or click on More Info and download it from there... :)
esproman 3 years ago
tyvm
ChrisDeBonProduction 3 years ago
what version of vb was it?
weebee881 3 years ago
vb 6 :)
esproman 3 years ago
thanks any idea how u change the icon (without making a shortcut to it =P)
weebee881 3 years ago
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)
weebee881 3 years ago
What program did you use?!
sackiesacker007 3 years ago
Oh, Visual basic... Lol.
sackiesacker007 3 years ago
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
esproman 3 years ago
Hyper cam 2
esproman 3 years ago
dont use hyper cam, use cam studios, FREE AND GREAT!!!
satbir15 3 years ago
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
Frassbazz 3 years ago
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...:(
esproman 3 years ago
@papaya96
its alien guise (search @ google)
HabboFalke 3 years ago
thx
AndreiBuc 3 years ago
good job man!!!
MindFreakOnLine 3 years ago
yea where can i dl it?
Blackflunk2 3 years ago
Where can i download it??
mrcoctail 3 years ago
How do i open it when ive made it ?
It opens CMD and does nothing !
rekcaHehT 3 years ago
I use that skin too :D
MongooseRoadkill 3 years ago
good job
ZachMcGee 4 years ago
thx
yesturtle 4 years ago