PDA

Click to See Complete Forum and Search --> : VBScripting Tutorials


drewski
Nov 14th, 2000, 07:15 PM
Does anybody know where I can find some good tutorials on vbscripting? Also a question for those who already know some about scripting have they disabled the print command to print test onto the form? I've tried to use print but it jsut doesnt work.

Thanks for the help,
drewski

Jotaf98
Nov 17th, 2000, 09:20 AM
Well, I assume you're talking about Visual Basic tutorials. You'll find a lot at http://www.planet-source-code.com . There are also many other good sites (mainly user-made), but I can't remember right now.

I'm using VB6, and the Print command only works like this:

Form1.Print Text
PictureBox1.Print Text