how do i....

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
theguy2042000





Posts: 870
Joined: Tue Nov 09, 2004 10:09 pm
Location: At Home On My Computer
Contact:

how do i....

Post by theguy2042000 »

in visual basic how do i make a txt file appear in a specifc folder and what is the code i need to make a form appear when i press a button so i could set the place where to place the txt file please help
theguy2042000





Posts: 870
Joined: Tue Nov 09, 2004 10:09 pm
Location: At Home On My Computer
Contact:

Post by theguy2042000 »

anybody???
theguy2042000





Posts: 870
Joined: Tue Nov 09, 2004 10:09 pm
Location: At Home On My Computer
Contact:

Post by theguy2042000 »

anybody???
Thebirthdayhat





Posts: 94
Joined: Mon Nov 15, 2004 7:01 pm
Location: over there

Post by Thebirthdayhat »

i dotn understand ure question bout the text but with the button to amke the form popup, just make ure command button,
and if the form u want to pop up has the name frm1 then type

frm1.Visible = True
Signature exceeded 3 lines of text.
theguy2042000





Posts: 870
Joined: Tue Nov 09, 2004 10:09 pm
Location: At Home On My Computer
Contact:

Post by theguy2042000 »

thanks but how do you save atxt file like to a specic folder ,like make another form that you type in a pth like c:programfiles/bla/bla
then save the file with a specific name like saving a document in notepad
Oosty





Posts: 84
Joined: Thu Sep 16, 2004 6:27 pm
Location: Australia
Contact:

Post by Oosty »

ok, so, you want to save the text in a file

Code: Select all

open "C:\whereever the hell the file is.extention" for input as #1
try that, i dont think i left anything out
Signature exceeded 75KB.
Thebirthdayhat





Posts: 94
Joined: Mon Nov 15, 2004 7:01 pm
Location: over there

Post by Thebirthdayhat »

dn i need to no that also
EDit: i posted same time as fox, that was weird
Signature exceeded 3 lines of text.
theguy2042000





Posts: 870
Joined: Tue Nov 09, 2004 10:09 pm
Location: At Home On My Computer
Contact:

Post by theguy2042000 »

???? what i want to do is make the program that im making save a txt file to a specific place i tell it to
i also want to make a place seter that peopel put where the certain exe or txt file will be saved at
and i want to know how to launch the exe from the place typed in
theguy2042000





Posts: 870
Joined: Tue Nov 09, 2004 10:09 pm
Location: At Home On My Computer
Contact:

Post by theguy2042000 »

also how do you take out the maximize button
kaptainkommie




Wordewatician 500

Posts: 732
Joined: Wed Nov 26, 2003 11:59 pm
Location: Raleigh, NC, USA

Post by kaptainkommie »

The maximize button is a Window (Form) Style, Look there.
Post Reply