Opening multiple TXT files in Notepad++ using VB.net -
Opening multiple TXT files in Notepad++ using VB.net -
i've written vb.net programme opens number of different .txt files in notepad++, however, having ran it, opens new instance of programme each .txt file.
this line utilize ...
dim p = process.start("notepad++.exe", myfile1)
... how can tell next file open in new tab, rather new instance ...
dim p = process.start("notepad++.exe", newtab, myfile2)
?
also, there command can utilize in vb.net close each tab & close instance initiated (as there may notepad++ running) when done processing ?
this appears purely timing matter & delaying each phone call notepad++ 1/2 sec working ok ... faster pcs mine may not have problem !!!
notepad++ vb.net-2010
Comments
Post a Comment