Click here to Skip to main content
15,902,939 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
GeneralRe: Windows: Say goodbye to the Desktop Pin
ClockMeister25-Oct-13 11:30
professionalClockMeister25-Oct-13 11:30 
GeneralRe: Windows: Say goodbye to the Desktop Pin
Member 1008817125-Oct-13 11:49
Member 1008817125-Oct-13 11:49 
GeneralRe: Windows: Say goodbye to the Desktop Pin
ClockMeister25-Oct-13 14:26
professionalClockMeister25-Oct-13 14:26 
GeneralRe: Windows: Say goodbye to the Desktop Pin
Member 1008817125-Oct-13 15:38
Member 1008817125-Oct-13 15:38 
GeneralRe: Windows: Say goodbye to the Desktop Pin
ClockMeister26-Oct-13 2:20
professionalClockMeister26-Oct-13 2:20 
GeneralRe: Windows: Say goodbye to the Desktop Pin
Ed Korsberg27-Oct-13 9:14
Ed Korsberg27-Oct-13 9:14 
GeneralRe: Windows: Say goodbye to the Desktop Pin
Chris Boss25-Oct-13 3:47
professionalChris Boss25-Oct-13 3:47 
GeneralRe: Windows: Say goodbye to the Desktop Pin
Chris Boss25-Oct-13 4:03
professionalChris Boss25-Oct-13 4:03 
Just to follow up on my post. This is why for the last ten years I have been learning how to tap into the WIN32 API in a way where I can leverage both the old and the new. Rather than always designing apps for the latest version of Windows (and then it can't run on older versions), instead I find ways to make software run on both. One of the beauties of the WIN32 API is a simple technique of loading DLL's dynamically (LoadLibrary), then poll the DLL to see whether an API exists and if it does use a new feature and if it does not, then fall back and use something all versions of Windows contain instead.

There are also many power features in Windows, which have existed since Windows 95, but many programmers may take advantage of them. For example, the Windows DIB API's are very powerful and allow one to build heavy duty graphic features, which don't require any special hardware and which can run on all versions of Windows.

Simply put, programmers need to push the limits of the desktop further than they have in the past. Software needs to be dynamic, changing based on the needs. Run an app on XP and an app works like normal, expecting a mouse and keyboard. Run it on Windows 8, then it should check for touch, dynamically change to accomodate tablets and mobile devices. Autoscaling whould be built into the apps so it knows how to redesign itself intelligently based on the DPI and the device type. In essence programmers need to design smarter software, which can tap into the power of the desktop and shine even on Windows 8.

This is one of the reasons the Intel/Lenovo app contest is so exciting ! They want to see what we can do with the desktop. They want to see if programmers can push the limits of the desktop further, taking advantages of newer PC's and devices.
GeneralRe: Windows: Say goodbye to the Desktop Pin
Ralph Little25-Oct-13 6:53
Ralph Little25-Oct-13 6:53 
GeneralRe: Windows: Say goodbye to the Desktop Pin
rcole11725-Oct-13 3:49
rcole11725-Oct-13 3:49 
GeneralRe: Windows: Say goodbye to the Desktop Pin
Chris Maunder25-Oct-13 5:10
cofounderChris Maunder25-Oct-13 5:10 
GeneralRe: Windows: Say goodbye to the Desktop Pin
rcole11725-Oct-13 5:39
rcole11725-Oct-13 5:39 
GeneralRe: Windows: Say goodbye to the Desktop Pin
Member 1008817125-Oct-13 17:07
Member 1008817125-Oct-13 17:07 
GeneralRe: Windows: Say goodbye to the Desktop Pin
Chris Maunder25-Oct-13 17:15
cofounderChris Maunder25-Oct-13 17:15 
GeneralRe: Windows: Say goodbye to the Desktop Pin
Member 1008817125-Oct-13 18:03
Member 1008817125-Oct-13 18:03 
GeneralRe: Windows: Say goodbye to the Desktop Pin
jschell27-Oct-13 7:46
jschell27-Oct-13 7:46 
GeneralRe: Windows: Say goodbye to the Desktop Pin
2374125-Oct-13 3:54
2374125-Oct-13 3:54 
GeneralRe: Windows: Say goodbye to the Desktop Pin
jschell27-Oct-13 7:49
jschell27-Oct-13 7:49 
GeneralRe: Windows: Say goodbye to the Desktop Pin
2374125-Oct-13 3:59
2374125-Oct-13 3:59 
GeneralRe: Windows: Say goodbye to the Desktop Pin
dpminusa25-Oct-13 4:21
dpminusa25-Oct-13 4:21 
GeneralRe: Windows: Say goodbye to the Desktop Pin
jschell27-Oct-13 7:56
jschell27-Oct-13 7:56 
GeneralRe: Windows: Say goodbye to the Desktop Pin
dpminusa27-Oct-13 19:25
dpminusa27-Oct-13 19:25 
GeneralRe: Windows: Say goodbye to the Desktop Pin
XH558v25-Oct-13 5:20
XH558v25-Oct-13 5:20 
GeneralRe: Windows: Say goodbye to the Desktop Pin
MikeTheFid25-Oct-13 5:22
MikeTheFid25-Oct-13 5:22 
GeneralRe: Windows: Say goodbye to the Desktop Pin
Chris Maunder25-Oct-13 5:59
cofounderChris Maunder25-Oct-13 5:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.