windows-7

can't run vs 2008 or 2010 on windows 7

Hi there I just installed windows 7 and because I wish to learn more C/C++ I've tried to install VS 2008 or VS2010 beta. On both of them I get the same message error. I had only one version of each one installed at one time. this is my code: #include <stdio.h> int main(){ printf("hello world"); return 0; } but when I hit debug, ...

Windows 7 Ribbon licensing vs Office 2007 Ribbon licensing

If I recall correctly one of the limitations of the Office 2007 Ribbon UI was that you cannot use it to compete with other MS Office products like Word or Excel. Does this same restriction apply for the Windows 7 Ribbon UI? Thanx. ...

Registering MCE AddIn under existing root menus

I have written a plugin for Windows 7 Media Center, and I would like to register it to appear under the root "TV" menu. What do I need to put in the Registration.xml to achieve this? Thanks! ...

How can I correct smudged font rendering in Visual Studio 2010?

I recently started working in VS2010 and noticed right away that the font I use, Consolas, doesn't pop like it does in VS2008. First I thought my settings didn't get imported, but I checked and Consolas was the default text! It's a really minor detail, the sort of stuff that Mac users are known for, but on the left is the slightly blurr...

Uncertified Windows Driver

OK, I am working on developing a USB device. I have created a custom windows driver for the device based on a pre-made Windows driver from my MCU manufacturer. The driver works fine on Windows XP, and Windows 7 (32-bit), BUT on my Windows 7 64-Bit machine, it will not let me use the driver. The driver will install just fine but when i go...

A good version control application

What is the best version conrtol application? I'll setup it to my Windows 7. I have installed WAMP. So it could be eider Windows 7 application or PHP application. And my purpose is to manage / version-control PHP files only. Thanks in advance!!! ...

Windows 7 - Taskbar - Pin or Unpin Program Links

As in title, is there any Win32 API to do that? Thanks in advance. ...

Windows 7 and WCF

Hi, When moved to Windows 7 platform a WCF call from ASP.NET project throws exception ex {"HTTP could not register URL http://+:9100/Jfc.Dealing.OrderProvider.BLClient.svc/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details)."} System.Exception {System.ServiceMode...

Apart from Eclipse, which Windows 7 IDEs should I become familiar with ?

Hi all, this is probably a n00b question, but even so... Apart from MS Office, I have not used the Win OS for anything other than playing games. I think maybe with Win 7 it's time to get up to speed with .net and whatever other windows-focussed libs will probably be useful to know. Until 4 years ago, I had worked primarily in mainfram...

Windows 7 vs. Windows Server 2008 for a development machine

hi, I finally got some time on my hand to upgrade my main dev. machine from Windows XP SP3. Right now I have licenses to both Windows 7 Enterprise Edition and Windows Server 2008 Standard Edition. I mainly do web development (ASP.NET, ASP.NET MVC, RIAs .. etc) Which is a better option for a 24/7 active development machine ? ...

Problem with unregistered Jet 4.0 on Windows 7 64 bit

I am trying to run a program, running on the hard drive, that uses Microsoft Jet OleDB to open and get info from an MS Access database. The problem is that when I try to run the program Visual Studio gives me this error: "The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine." I tried building the program to tar...

Error 1926 on setup created by InstallShield 2008

Hi, I'm compiling the setup with InstallShield 2008 - Professional and I have a problem that occurred only in some Win 7 Ultimate systems. My setup is suppose (among others) to copy files to the "Program Files" & "System32" directories. The problem occurred when the setup try to copy files to the "System32" directory. The install shield...

Aero Glass Theme (Windows Forms)

Hey All, A litle while ago I was on Codeproject and came across a cool little tesxteditor and the whole form was made out of aero-glass, and the whole textbox was too. But I can't find it anymore. Does anybody know where it's gone? Or how I can make my Windows Form completely made out of Aero Glass? Thank you :) ...

VB6 File Access on Windows 7

I installed an old VB6 app that I wrote on Windows 7. The app produces an HTML file and saves it to Program Files (x86)/{Application}/report.html. I then installed a newer version of that app on the same machine and ran the same report. But when I open the new generated report.html file, I see the OLD version of that file. It seems lik...

Windows 7 Virtual WiFi using C#?

Windows 7 introduced Virtual WiFi which allows you to create hotspots. However I can't find any tutorials on doing it in C#. I found Virtual Router (It is open source and is written in C#) but I can't seem to figure out how it works because it has a lot of unrelated code since it is implemented as a service. Can anyone explain how can I...

Twain driver sometimes giving "Cannot create a file when that file already exists"

I have a WPF application that works on XP and usually(?) works on Windows 7. The twain library is raising a Win32Exception when I try to enable the twain GUI. On-screen, I see the GUI come up and start to give images (this is a USB 2820 video, for what that's worth), but it quickly crashes. The exception's message is that it "Cannot c...

Windows 7 .net Excel .SaveAs() Error Exception from HRESULT: 0x800A03EC

Background: I toasted my old hard drive at work and am getting a new one. With that I'll have to rebuild my machine. My manager has Windows 7 installed on him loaner laptop that I've been using while my machine is out of commision. But I've run into a problem. We have a fair number of apps that make use of the Microsoft.Office.Interop.E...

Accepting a socket on Windows 7 takes more than a second

Here's what I've done: I wrote a minimal web server (using Qt, but I don't think it's relevant here). I'm running it on a legal Windows 7 32-bit. The problem: If I make a request with Firefox, IE, Chrome or Safari it takes takes about one second before my server sees that there is a new connection to be accepted. Clues: Using o...

Reason for ~100x slowdown with heap memory functions using HEAP_NO_SERIALIZE on Vista and Windows 7

I'm trying to tracedown a huge slowdown in the heap memory functions in Vista and Windows 7 (I didn't test on any server editions). It doesn't happen on XP at all, only on Microsoft's newer operating systems. I originally ran into this problem with PHP complied on Windows. The scripts themselves seemed to run at the expected speed, but ...

Making a Win assembly SxS certificate/key combo:

I'm trying to follow... http://www.codeproject.com/KB/cs/Install_SxS_native_dll.aspx ...but nothing I am able to do so far can get me things labelled “mycert.cer” or “mycert.pvk”. Instead I get things without extensions automatically labelled something like "921A81C5FAE54DCB9DE2245194E1B5EAA0B7B31F" and "3F6D25A7E7373FF5E7BF0FC193...