windows-7

Hooking into Windows with C# to Produce Windows 7 New Feature

I just saw a really useful UI feature of the forthcoming Windows 7 ( visit http://www.gizmodo.com.au/2008/10/windows_7_walkthrough_boot_video_and_impressions-2.html and scroll down to the video entitled Super Scientific Video of New Window Resizing Feature) In a nutshell you can drag a window by the title bar to the top of the screen to...

Windows 7 on a virtual machine

Hey, I know this question isn't "directly" programming related, but since I want to be able to be well-prepared on windows-programming when Windows 7 is released, I want to try it out now. But since I don't have two computers, I can't risk to install it as dual-boot in case it screws something up, my experience with dual-booting XP and ...

Which .NET framework version will be included in Windows 7?

Does anybody know if Microsoft has already decided which version of the .NET framework will be shipped in Windows 7 next year (2009)? Will it .NET 3.5 (SP 1) or maybe 4.0? ...

What should programmers know when moving from XP/Vista to Windows 7?

I have not used Windows Vista. I knew that many APIs have been changed/deprecated in Vista, so programs need to be fixed or configured to execute in XP Compatible mode. So, what should windows programmer know when they move from XP/Vista to Windows 7? ...

Does anybody have experience with Visual Studio 2008 on Windows 7?

Has anyone already tried this, anything particulair that I need to be aware of? ...

Is .NET included in Windows 7?

Is the .NET Framework included in Windows 7? If so, which version? ...

Windows 7 Beta and Invalid MCI device ID. Use...

Not certain if this will get much response due to the newness of Windows 7 and its beta release, but here goes... Some caveats; 1). I have not torn into my code yet 2). The app works great in Vista and below 3). Uses MMSystem for multimedai playing of mp3 and cds. I have an application that plays music CDs (cda) and mp3s that works ...

How Soon Should I Start Getting My Program Ready for Windows 7?

Microsoft already has a Windows 7 Beta Customer Preview Program on their MSDN site where they encourage us to: "Evaluate and jump-start your development efforts on Windows 7 Beta". Do you feel it is worthwhile to spend my time now re Windows 7, or should I wait a few releases, or even until after Windows 7 is released? What are the ad...

How do you register a Most Recently Used list with Windows in preparation for Windows 7?

With the upcoming release of Windows 7, one of the newly touted features is the Jump Lists, with their automatic population of most recently used items. Supposedly, if you've been 'properly' recording these most recently used items with the Windows registry, they'll automatically appear. So, where in the registry do they actually need ...

Install VS 2008 Team Developer on Windows 7

Has anyone successfully installed VS 2008 Team Developer edition on the Windows 7 beta yet? Every time I try, i get an error about insufficient privileges in C:\Windows\Winsxs. I was able to install the VS 2008 Team Database edition with no problems, and had thought that maybe installing the Dev edition after the DB edition might take ...

Will Windows 7 support the VB6 runtime?

I can't seem to find a straight answer on this. It appears that Visual Studio 6 won't be supported, but I'm only concerned with the runtime. We have some legacy apps that we'd rather not rewrite, but our customers will expect them to run on Windows 7. If anyone can provide a link to something official from MS on the topic, that would be...

Windows 7 MSDN Expiration

I have read that the public beta version of Windows 7 has an expiration on it, but does the MSDN Premium also expire on the same date? And if so, do you think that we might see a newer version before the expiration on MSDN? For the speed improvements alone I am contemplating moving my development PC to Windows 7 over Windows Vista, sta...

.NET Jump List

Is there a .NET library/tutorial available that will let me show me how to customize the Windows 7 Jump List for my application? ...

Visual Studio 2008 on Windows 7 beta

I'm considering a full upgrade to Windows 7 Beta, thus wiping Vista from my HD. Will Visual Studio 2008 run well on Windows 7? I've read some forum posts that there were problems. ...

Problem with windows Batch file on windows 7

I have a batch file to compile and link all of my code. It contains the following: @echo off nasm -f aout -o start.o start.asm gcc -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -fno-builtin -I./include -c -o main.o main.c gcc -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -fno...

IWshShortcut Target Resolution in Windows 7

I've got some code to read shortcuts using the Windows Script Host, but it appears to have a problem in Windows 7. When reading shortcuts, if there is an environment variable in the target path, it resolves to the wrong drive. For example, the shortcut to Notepad resolves to D:\Windows\system32\notepad.exe instead of C:\Windows\system32\...

Windows 7 Beta Visual Studio 2008 Problems

I installed Windows 7 Beta (clean install) a week ago. I installed VS 2008, Resharper 4.1 and AnkhSVN without any problems. Everything runs smooth for a while then the application hangs or at least that is what event viewer says. It seems to happen when I run unit tests and close two or more files quickly. I've sent the data to Microsoft...

How can I create a local user profile for the anonymous user of an ASP.Net MVC application under IIS 7?

I've been experimenting with ASP.Net MVC, and have come across a problem that is probably not specifically MVC related. But I cannot get the authentication in the default MVC application (the one created by the wizard when you create a new MVC project) to work properly under IIS 7 on Windows 7. If I run under the Visual Studio environme...

Differences between gadget programming in Vista and Windows 7?

Besides the obvious fact that there's no sidebar in Windows 7, are there any differences in the way gadgets are put together? Anything I should look out for / resources I should read through? Thanks! ...

VS2008 DBML designer and Windows 7

Not sure if anyone has noticed this yet but if you run Visual Studio 2008 with the DBML (not sure about EF yet) under Windows 7 the tables will disappear when you hover over them. Looking for a fix so I thought I'd ask everyone since I've seen it asked in comments but not as a question yet. EDIT I've filed a bug with Microsoft. Anyon...