can we send inputs to visual basic projects through command
line arguments
Answer Posted / vimal victor
Yes. 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$'.
Happy coding.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the use of contextutil class?
What is manageability?
What are loosely coupled events?
What is Pinvoke?
what is the relational database of tables and forms
What are rcw?
Is it true that COM objects no longer need to be registered on the server?
Define durability?
Why we learn the 8085? Because we are in 21 century so why we learn 8085?
What is com, com+ and dcom ?
What are Interop Services?
Define object pooling?
What is ccw?
how to register dll in COM / COM+ application
How to make a net component talk to a com component?