VB6的exe文件可以带参数运行吗?如果可以,在code里面怎样传递这个参数啊。谢谢 用过JAVA的都知道,在JAVA命令运行一个class时可以传入一个或多个参数,实际上VB也可以做到的。例如..my_exe/1 执行form1 or sub1()my_exe/2 执行fotm2 or sub2()我们利用Command 函数即可获得传递 ...
Hi all..<BR><BR>I do my share of programming in MS Access in my work, now trying to migrate everything to Vbasics'¦ So i'm still learning to use VBasics and still need help here and there with ...
I'm just learning Visual Basic in college right now, and I've searched the web everywhere, but I can't seem to find an answer for this. Just using code (no .exe compressors), how can I keep string ...