Can you please tell me the realbasic command for opening another window of my application,and the command for copying,deleting or opening another file ? thank you
RealBasic copy delete open
Started by thanasis2028, Mar 10 2008 12:03 AM
2 replies to this topic
#1
Posted 10 March 2008 - 12:03 AM
|
|
|
#2
Posted 10 March 2008 - 06:13 AM
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 ):
folderitem.delete, folderitem.copyTo, binarystream, textinputstream. Look it up.
Open a new instance of a window ( still in the main thread ):
dim w as new window1 (Or whatever the name of yours is) w.show
folderitem.delete, folderitem.copyTo, binarystream, textinputstream. Look it up.
#3
Posted 14 March 2008 - 05:22 AM
Many thanks .


Sign In
Create Account


Back to top









