Unlock Origin lite so far blocks all ads for me.
I have Adguard lifetime but it can be janky. Slow or down DNS, have issues when I go from WiFi to cell, and while it blocks ads it can leave odd blank spaces on web sites.
I gave up on browser ad-blocking extensions a few years ago, replaced them with Adguard. Not perfect but overhaul is a nice app that does the job on both Windows and Android with the respective versions.
Question
Joni_78
My JavaScript sends a selected path, for example C:\files to com ActiveX, I catch it on C# like this:
I then launch a program like this:
[ComVisible(true)]
public void LaunchPlayer()
{
Process.Start("wmplayer.exe", "ANYFOLDER");
}
[/CODE]
The problem is that how do I launch the program so that it uses the current value on myparam on "anyfolder"?
Link to comment
https://www.neowin.net/forum/topic/1122150-c-processstart-with-current-path/Share on other sites
7 answers to this question
Recommended Posts