View Single Post
  #2 (permalink)  
Old 03-10-2008, 10:13 AM
TkTech TkTech is offline
Speaks fluent binary
 
Join Date: Jun 2006
Posts: 1,047
Last Blog:
Having trouble with yo...
Credits: 0
Rep Power: 16
TkTech is on a distinguished road
Send a message via MSN to TkTech
Default Re: RealBasic copy delete open

These are all very basic. Any one of the example projects could have told you the commands. Try using the language refrence included in all versions of the IDE next time, before you post a message.

Open a new instance of a window ( still in the main thread ):
Code:
dim w as new window1 (Or whatever the name of yours is)
w.show
folderitem.delete, folderitem.copyTo, binarystream, textinputstream. Look it up.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Reply With Quote