Hello Community,
I would like to know if there is a way to use augmentations on a visual basic.net program?

Eg. "ProgramName.exe Command"

And i mean on my vb program so i could use a commandline using cmd to do something on my program.

Please Help.

Recommended Answers

All 3 Replies

Do you mean pass parameters to the program? Yes, if the executable allows for it and is expecting parameters to be passed. You will need to be more specific with regard to your question.

I think what you are looking for is to read the My.Application.CommandLineArgs during the Form Load event.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.