-
Posts
-
By Konstantine · Posted
Lego Batman 2026 hahahaha. You thought I couldn't reply back??? -
By +pmrd · Posted
Which game runs at 20fps with framegen? -
By +pmrd · Posted
The problem isn't with Epic, it's with the platform holders like Steam and Nintendo, they should be a lot more strict in their review process. -
By goretsky · Posted
Hello, Installed here without issue. Regards, Aryeh Goretsky -
By zikalify · Posted
Microsoft updates Visual Studio Code with easier language model discovery and in-app search by Paul Hill Microsoft has released Visual Studio Code 1.125, its latest weekly release. This week, the company has focused on discovering and installing extra language models via the Marketplace; searching the web and securely browsing over remote connections without leaving VS Code; choosing how long VS Code waits before installing extension updates; and delivering managed Copilot settings through existing device management tooling. In older versions of VS Code, extensions could contribute their own model providers, but to find these extensions, you needed the right tags to search for in the Extension view. Now, the Language Models editor gives you an Install Model Providers button that opens the Extensions view, which is filtered to extensions that contribute model providers, making it easier to find and install them. Once you install a provider, its model will appear in the model picker. If you use the integrated browser much, you can now look up information without leaving VS Code by typing a query into the integrated browser’s address bar. It will use your configured search engine, the same way a standalone browser does. You can use workbench.browser.searchEngine to pick a search engine. When the browser is opened in a remote workspace, it's now possible to proxy HTTP(S) traffic via the remote connection. This allows you to connect to any ports or services that can only be accessed from the remote machine. If you read our coverage from two weeks ago about VS Code 1.123, you might have seen that extension updates have a two-hour delay as a safety measure. In this update, Microsoft is giving you the ability to configure the time of the delay. You can find it under extensions.autoUpdateDelay. Finally, with this update, admins can deliver managed GitHub Copilot settings through native device management (MDM) channels on Windows and macOS, in addition to account-based enterprise settings files. Settings delivered via MDM appear as policy-enforced in VS Code and can’t be overridden locally. Future updates will extend the supported policy keys across Copilot surfaces. You can download the update from the Visual Studio Code website now.
-
-
Recent Achievements
-
Classifyskilleducation earned a badge
Week One Done
-
eurospharma62 earned a badge
One Month Later
-
With What earned a badge
Week One Done
-
Harris Gilbert earned a badge
Week One Done
-
Vincian earned a badge
One Month Later
-
-
Popular Contributors
-
Tell a friend
Question
Joni_78
I have couple of years of experience with C# and C++, making database programs and so on but I would need to make a simple DLL for use in Windows Media Center and I got no clue on how to do some things I would need. Sorry english is not my native language so i need to explain this the long way.
I would need to know what happens when I click play on Windows Media Center movie library (Blu-ray or MKV). When I click play WMC loads the DLL but the problem is how to make the DLL catch the information from WMC when clicked play, like the filename of the file.
For example Total Media Theatre has a WMC plugin, a registry key that tells WMC to load TMT WMC plugin DLL when trying to play BD and the DLL catches the filename and launches the file in TMT on top of WMC.
Here's all I could find about this, it has everything except no info about the DLL part, how to pass the filename to external player.
http://msdn.microsof...p/bb189523.aspx
With the samples above WMC opens the external player by sendiong it it command for example "C:\player.exe" the dll would need to send the command "C:\player.exe G:\" for example.
Link to comment
https://www.neowin.net/forum/topic/1120878-c-c-help-to-catch-filename/Share on other sites
4 answers to this question
Recommended Posts