Recommended Posts

Hi! I want to present a great application that I've developed. SmartFlip is a replacement for the Flip3D function in Windows Vista.

It places the windows on a circle (it's actually a ellipsis combined with a parabola ;) ),

You can select to which window you want to

flip by using the keyboard or the mouse. You can use as a trigger a keyboard key (you can even replace Flip3D, so that SmartFlip

appears when you press Win+TAB) or a screen region (for example, the left corner).

Because it's build using WPF (Windows Presentation Foundation), I could "copy" some

of the features Mac OS X Expose has. For example, when you place the mouse over a window, the title of the windows appears

with a nice glow effect :) . Another useful feature I implemented is that you can display only the windows related (created by

the same program) with the active one (which has focus).

Another important thing is that you can fully customize SmartFlip.

Notice that this is a "beta" version and it may contain bugs. If you find one, or have any suggestions, please post it here.

You can find a small documentation in the zip file that comes attached to this post.

Edit:

Here you can watch the program in action:

And here is a direct link to the application (for those who don't have a Neowin account): http://smartflip.110mb.com/SmartFlip.zip

DOWNLOAD !

SmartFlip.zip

Here are two screenshots:

post-186570-1168777728_thumb.png

post-186570-1168777860_thumb.png

PS: the next version will include voice recognition

You can improve a little the drawing speed if you set the background opacity to 255.

Edited by lgratian
Link to comment
https://www.neowin.net/forum/topic/529816-smartflip/
Share on other sites

Works great! 2 things: it doesn't find Remote Desktop Connection program, while Vista's flip does (EDIT: it won't find minimized Windows). There is some delay when I first try to rotate windows. Other than that, excellent!

It works for me with the Remote Desktop Conection program. And it always finds minimized windows ! The only window that it doesn't find is WinDVD, but

Flip3D doesn't finds it either :p.

Edit: I updated the application. Now it blocks any key press when it's running. So it prevents you from starting, lets say, Explorer when you replaced Flip3D.

Edited by lgratian
Link to comment
https://www.neowin.net/forum/topic/529816-smartflip/#findComment-588225913
Share on other sites

Cool app!

A couple things I noticed...

1) It's really really slow if I turn on the "Show window titles" option, and "animate on show" doesn't really work, just adds a delay it seems.

2) There's no option to show the desktop window in the list, as Flip / Flip3D do.

3) I have a hunch that you are marking your application window as maximized... and that you should not =)

Link to comment
https://www.neowin.net/forum/topic/529816-smartflip/#findComment-588228082
Share on other sites

Cool app!

A couple things I noticed...

1) It's really really slow if I turn on the "Show window titles" option, and "animate on show" doesn't really work, just adds a delay it seems.

2) There's no option to show the desktop window in the list, as Flip / Flip3D do.

3) I have a hunch that you are marking your application window as maximized... and that you should not =)

Let's start with the first problem. When you set the "Show window titles", it may be slow because it usses WPF to display the titles, which

needs a good graphics card. Probably you graphics card is not powerfull enough.

It should show how the windows come to their place, try this with, let's say, 3-4 windows. When you have many windows,

DWM API it's too slow too update so many window.

Until the final version (probably one week after Vista ships), I will provide a feature to display the desktop icon too.

In the current version it's maximized, but i'm going to modify it.

Final note: thank Microsoft for providing this very "powerfull" way to handle window thumbnails. You can only use them in 2D, and moving them is very slow, even on a good graphics card. :(

Link to comment
https://www.neowin.net/forum/topic/529816-smartflip/#findComment-588228681
Share on other sites

Let's start with the first problem. When you set the "Show window titles", it may be slow because it usses WPF to display the titles, which

needs a good graphics card. Probably you graphics card is not powerfull enough.

It should show how the windows come to their place, try this with, let's say, 3-4 windows. When you have many windows,

DWM API it's too slow too update so many window.

Well, my graphics cards is a 7800GTX... so I kind of doubt that is the problem :) Could be a performance interaction with something else I'm running, hard to say without knowing what your code is doing.

In the current version it's maximized, but i'm going to modify it.
Yeah... that will work better for Ultimate users :)
Final note: thank Microsoft for providing this very "powerfull" way to handle window thumbnails. You can only use them in 2D, and moving them is very slow, even on a good graphics card. :(

Well, the 2D thing could change at some point, who knows. As for performance, that could be a matter of how you're using the API. Unfortunately there is no managed code interface so if you're using WPF it might take some work to get the best performance out of it with WPF (especially since it's an HWND-based mechanism).

Oh - and I forgot to ask... Any plans to release the source?

Link to comment
https://www.neowin.net/forum/topic/529816-smartflip/#findComment-588229358
Share on other sites

Well, my graphics cards is a 7800GTX... so I kind of doubt that is the problem :) Could be a performance interaction with something else I'm running, hard to say without knowing what your code is doing.

Yeah... that will work better for Ultimate users :)

Well, the 2D thing could change at some point, who knows. As for performance, that could be a matter of how you're using the API. Unfortunately there is no managed code interface so if you're using WPF it might take some work to get the best performance out of it with WPF (especially since it's an HWND-based mechanism).

Oh - and I forgot to ask... Any plans to release the source?

I have an old FX 5700LE, so I tought that the performance problems are caused by it. I just made a simple app that displays a text with glow, and I noticed it's pretty fast when it's animated. Maybe it's someting wrong in my code, I will check it tomorow. ;)

I really hope they will make the 3D API public. The window updating it's not slowed by WPF. At the beginnig, I made the same sample application in Win32 and in WPF. I haven't notice any difference in update speed, so I moved foreward with the WPF implementation.

If you have other suggestions, please let me know :) .

And the source code (~7000 code lines) ... I haven't decided yet if I make it public ;)

Link to comment
https://www.neowin.net/forum/topic/529816-smartflip/#findComment-588229524
Share on other sites

Overall, it looks really nice. I'm running it on my Thinkpad T43 and it seems really smooth. I really like the ability to scroll through windows created by the current app. When working with Matlab, I often end up with many figure windows, which can be a pain to sort through.

The only problem I'm having is that I can't seem to scroll through the windows using tab or shift-tab. I can right click on windows to zoom them, but tab seems to do nothing. Am I do something stupid?

thanks

Link to comment
https://www.neowin.net/forum/topic/529816-smartflip/#findComment-588252969
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Nice, hope they *finally* fixed the issue with the NTFS driver where the system would completely brick during large file copies using the built in driver. It's been broken for years requiring me to use the older, slower, NTFS-3G FUSE driver.
    • Windows 11 KB5094126 BSODing, freezing, forcing BitLocker lockout, breaks OneDrive, and more by Sayan Sen Microsoft released Windows 11 KB5094126 and KB5093998 last week as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. While Microsoft has so far not acknowledged any major problems with the release, some users online are running into problems. These range from OneDrive and Dropbox access issues, BitLocker recovery lockouts, to blue screens and BSODs. The most common one seems to be happening with HP systems wherein affected users say they hit 0xc0430001 BSOD (blue screen of death) error code after the KB5094126 update. We wonder if this could be related to the recent bug we covered on HP devices wherein the ongoing Secure Boot certificate updates are leading to similar issues. While we are not certain, users affected by this issue likely need to ensure that the boot.stl file is included on the installation media (such as a USB installer or ISO), if the above-mentioned dynamic updates are deployed. If this file is missing, computers may fail to boot from the installation media and could display the error 0xc0430001. This STL file is used by Secure Boot to verify that the boot files are trusted, so it must match the same Windows version and system architecture. To ensure the file is included, Microsoft recommends using the Update WinPE script, which automatically updates the image and handles the required files. Alternatively, you can manually copy the boot.stl file from the Windows\Boot\EFI folder on a Windows device and place it in the matching folder on your installation media before deploying the updated image. Aside from blue screening some users also note their systems have been freezing following the update. This could be happening to Lenovo PCs specifically. In the case of the OneDrive and Dropbox access issues, a user figured out that there could be a conflict with UAC. He explained: "Okay, so I did some digging, and in our environment KB5094126 breaks OneDrive and Dropbox in Explorer. I went through all our GPOs and found out that the combination of disabling UAC and having my user being a local admin breaks OneDrive in Explorer. ... If I enable UAC again, then it works, even with KB5094126 still installed." Hopefully, Microsoft will look into these issues. Source: Microsoft forum (link1, link2, link3, link4), Reddit (link1, link2, link3, link4)
    • It is when it's a desktop in my house though for a PC that's lightly used and not really important when it is. If it was a laptop, it would be a different story. The real solution is varied and begins starting at post #22 in that thread.
    • Win11Debloat 2026.06.14 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 2026.06.14 changes: This is a minor release that hopefully addresses the false positives in Windows Defender and Bitdefender that prevented users from downloading and/or running Win11Debloat. Refactor Get-RegFileOperations.ps1 to address false positives by @Raphire in #626 Add logging around WinGet app retrieval and increase timeout to 20s by @Raphire Download: Win11Debloat 2026.06.14 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      +Edouard
      198
    3. 3
      PsYcHoKiLLa
      138
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!