Search found 7 matches

by debaser
Wed Jun 15, 2005 12:38 am
Forum: Coding Questions
Topic: is there a way to turn off the screen (Monitor) with p.b.?
Replies: 11
Views: 4555

great!
thanks a lot

well it's not an issue of wires.... is just the radiations of my crt through my pickups
by debaser
Mon Jun 13, 2005 6:55 pm
Forum: Coding Questions
Topic: is there a way to turn off the screen (Monitor) with p.b.?
Replies: 11
Views: 4555

is there a way to turn off the screen (Monitor) with p.b.?

i need an app that turns off the screen...just like a screen saver.
and reactivate it when i hit a button.

why?
cause when i record a guitar track with my pc the sound is full of hum when the screen it's on.

thank youuuu
deb
by debaser
Tue Jun 07, 2005 2:32 pm
Forum: Coding Questions
Topic: how do i append a text to an existing txt file?
Replies: 8
Views: 2714

how do i append a text to an existing txt file?

well

my application is a notepad that should add to a text file (*.txt) the new comments i write.
i just have a text editor and a "save" button. when i push save it has to add the new text to a specified txt file.



OpenFile(0, "appunti.txt")
WriteString(String$)
CloseFile(0)


with this code ...
by debaser
Wed May 11, 2005 1:56 pm
Forum: Coding Questions
Topic: what are you "programming" right now?
Replies: 8
Views: 2438

yes it works!
thanks a lot guys.
wow.
by debaser
Wed May 11, 2005 12:16 am
Forum: Coding Questions
Topic: what are you "programming" right now?
Replies: 8
Views: 2438

no please....no more software :)

ok. i'll be really boring.
i'm using FTP_LIP
what i can't do is:


....to find the file to upload

SongName$ = OpenFileRequester("Scegli il file da caricare", "", "Audio files|*.mp3;*.wav;*.wma|All Files|*.*", 0)


and then....


FTP_UploadProgress("server ...
by debaser
Tue May 10, 2005 2:15 pm
Forum: Coding Questions
Topic: what are you "programming" right now?
Replies: 8
Views: 2438

sorry i now that this topic should be in the beginner page

:oops:
by debaser
Tue May 10, 2005 2:12 pm
Forum: Coding Questions
Topic: what are you "programming" right now?
Replies: 8
Views: 2438

what are you "programming" right now?

hello. i'm new. i'm a newbie.
nice to meet this community.

my question is simple. what do you do with pure basic? what are you workin on right now?

i'm writing a simple application with 2 buttons: "browse" and "send".
this stupid program let you search in your hard drive an audio file and send it ...