great!
thanks a lot
well it's not an issue of wires.... is just the radiations of my crt through my pickups
Search found 7 matches
- 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
- 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
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
- 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 ...
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 ...
- Wed May 11, 2005 1:56 pm
- Forum: Coding Questions
- Topic: what are you "programming" right now?
- Replies: 8
- Views: 2438
- Wed May 11, 2005 12:16 am
- Forum: Coding Questions
- Topic: what are you "programming" right now?
- Replies: 8
- Views: 2438
- Tue May 10, 2005 2:15 pm
- Forum: Coding Questions
- Topic: what are you "programming" right now?
- Replies: 8
- Views: 2438
- 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 ...
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 ...