[COLOR=#000000][COLOR=blue]For[/COLOR] [COLOR=blue]Each[/COLOR] argument [COLOR=blue]As[/COLOR] [COLOR=blue]String[/COLOR] [COLOR=blue]In[/COLOR] [COLOR=blue]My[/COLOR].Application.CommandLineArgs
[/COLOR][COLOR=#0000ff]RichTextBox1.Text[/COLOR] [COLOR=#008000]= [/COLOR][COLOR=#000000]argument
[/COLOR][COLOR=blue]Next
[/COLOR]
MrQwertz, how we take a step back and see what all you've got with your code, can you post the entire form/module showing us how you're getting the commandline args?
How about you post it as a zip file on here? Be sure to delete the bin & obj folders from the project before zipping.No problem sir. I'm creating BracketFinder. You need to open your document or paste or drag 'n' drop and it find missing bracket and it locate missing bracket. And i added 'Check with BracketFinder' on right click on some documents. When i click 'Check with BracketFinder' it opens BracketFinder but richtextbox is empty. I want to open document with 'Check with BracketFinder' and that richtextbox should be filled with document where i performed 'Check with BracketFinder'. If you know what i mean. BracketFinder Source