can we send inputs to visual basic projects through command
line arguments
Answer / 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 |
Are com components serializable?
What happens when we instantiate a .NET component ?
Which namespace do the classes, allowing you to support COM functionality, are located?
Define transaction atomicity?
What is CCW (COM Callable Wrapper) ?
Define object pooling?
What is manageability?
Explain transaction atomicity?
how to register dll in COM / COM+ application
What is security?
What is use of ContextUtil class?
What is Pinvoke?