InterviewSolution
Saved Bookmarks
| 1. |
Can We Send Inputs To Visual Basic Projects Through Command Line Arguments? |
|
Answer» We can pass COMMAND line ARGUEMENTS in VB. We can SPECIFY the arguement in project properties -> make tab. Instead we can pass it as command line arguement. The ARGUMENT will be in a object called 'command' and/or 'command$'. We can pass command line arguements in VB. We can specify the arguement in project properties -> make tab. Instead we can pass it as command line arguement. The argument will be in a object called 'command' and/or 'command$'. |
|