Follow Our FB Page << CircleMedia.in >> for Daily Laughter. We Post Funny, Viral, Comedy Videos, Memes, Vines...


can we send inputs to visual basic projects through command
line arguments



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

Post New Answer

More COM+ Interview Questions

Are com components serializable?

2 Answers   Microsoft,


What happens when we instantiate a .NET component ?

0 Answers   DELL,


Which namespace do the classes, allowing you to support COM functionality, are located?

1 Answers  


Define transaction atomicity?

0 Answers  


What is CCW (COM Callable Wrapper) ?

1 Answers  






Define object pooling?

0 Answers  


What is manageability?

0 Answers  


Explain transaction atomicity?

2 Answers  


how to register dll in COM / COM+ application

1 Answers  


What is security?

0 Answers  


What is use of ContextUtil class?

2 Answers  


What is Pinvoke?

0 Answers  


Categories