By Joel 'Jaykul' Bennett on 23-Aug-2009
There are so many fun things you can do in Windows when your scripting language allows you to make PInvoke calls to Win32 APIs … but I have to say it’s amazing how many things have been added to Windows recently and still left out of the .Net framework … Anyway, on to the Aero [...]
Posted in Huddled | Tagged Aero Peek, API, DwmSetWindowAttribute, DWMWA_EXCLUDED_FROM_PEEK, PInvoke, PowerShell, Scripting, Win32, Windows 7 |
By Joel 'Jaykul' Bennett on 14-Oct-2008
There are many desirable behaviors for Windows applications that are just much harder to do than they should be with the tools that Microsoft has provided in the .Net Framework. In WPF, many of these behaviors are even harder to create than in Windows Forms because the necessary hooks take a bit more work to [...]
Posted in Huddled | Tagged Design, Development, GUI, Hacking, NativeBehaviors, Win32, WM_WINDOWPOSCHANGING, WPF, XAML
By Joel 'Jaykul' Bennett on 26-Jul-2008
I have a problem with my laptop where I connect to my home network and my work network, and my school network … and I have to use different proxy settings for Windows internet connection settings (which are used by virtually all .Net apps, including PowerShell) by default… Of course, there are a lot of [...]
Posted in Huddled | Tagged Development, InternetSetOptions, PInvoke, PowerShell, Proxies, Win32 |