Qbasicnews.com

Full Version: copying files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I already told you how to do it. On the command button action you just loop thru all the entries at your list box and call the filesystem object to copy the files.
doughtnut you should try something simpler before plunging into the win32 environment =P.
what do you sugesst ,

i know things like loops and if statements etc so im not that much of a beginer,so any suggestions on projects,that are useful programs
What class is this project for?
its not a class :???: im just a newbie trying to learn vb,by actually making progs
Well, get some good books and read 'em. You wont learn VB by taking random examples.
Make something simple. Most people's first choice is making a text editor.
Nathan before making something he needs to understand how things work in VB. VB and QB arent exactly close =P.

Dude, you should really checkout some tuts, howtos and books =). And learn some OOP. BTW heres a nice site www.a1vbcode.com
what do you recomend for a text editor, i m thinking with the following fweatures

save - done it
save as - done it
print -done it
open - done it

font - done it
customize -change colours of form etc.- done it

any more suggestions, i want to make this text editor unique sort of,what would make a godd texteditor what should it have???

also how can i change the colour of a rtf box to red, i can see blue all the greys and white but no red or green???
You could add a feature of inserting graphics. Then again it is a text editor.

How about syntax highlighting?
Pages: 1 2 3