Git Product home page Git Product logo

Comments (6)

fisforfaheem avatar fisforfaheem commented on June 11, 2024 1

from mobileshell.

ShadowEO avatar ShadowEO commented on June 11, 2024

Could we use the DWM API to accomplish this without simulating the keystroke? The last answer in this stackoverflow question seems to indicate that we can activate it programmatically in the same way as Flip3D from Vista. Perhaps that will preserve the "X"?

It seems to indicate we can call an undocumented DWM API to invoke Flip3D/Task View, it might be a little hacky and I'm not too sure how to call ordinals from C#...

In fact, looks like it can be done with something similar:

[DllImport("dwmapi", EntryPoint = "#105")]
extern static void InvokeTaskView();

Then call InvokeTaskView();, at least, that seems to be the gist of it from my very light reading on DllImport at 4:30 in the morning :P

from mobileshell.

ADeltaX avatar ADeltaX commented on June 11, 2024

Unfortunately it doesn't work because that entry point on ordinal 105 will always return "0" without doing anything. (address pointed to DwmpEnableDDASupport(), ordinal 143)

Btw thank you, there is another way, but it's a bit hard to achieve :))))

from mobileshell.

ShadowEO avatar ShadowEO commented on June 11, 2024

No problem, just trying to help where I can! Glad to know it wasn't just my PC not doing anything when I used rundll32 to try it.

I wonder if Microsoft changed the function for trigger Flip3D then.

from mobileshell.

ShadowEO avatar ShadowEO commented on June 11, 2024

please just update the original product so millions could use it

I already addressed this in the other comment, if he didn't respond to it there, what made you think he'd respond to it here? ADeltaX is a hobbyist developer, not a full-time employee of the community. He didn't need to release anything, you should be grateful he even released the code at all and that you guys have this much, let alone released it as FOSS so it could be continued if he ever dropped it.

I'm not truly affiliated with the project, and the only real project developer here is ADeltaX (I just keep a personalized fork of my own), but your behavior really grinds the gears of many FOSS developers. It's not cool.

from mobileshell.

fisforfaheem avatar fisforfaheem commented on June 11, 2024

from mobileshell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.