This tag is used for questions about: (a) Developing applications that use the features of Windows 7 or (b) Diagnosing problems in applications which occur only under Windows 7.
65
votes
5answers
52k views
How to get started with Windows 7 gadgets
I have never programmed a gadget for Vista or Seven, but I would like to try to make one. But where do I start? I have tried to search around on google and msdn, but I haven't managed to find anything ...
43
votes
4answers
17k views
How to force C# App to run as administrator on Windows 7
Once my C# program is installed on a client machine, how to force my program to run as administrator on Windows 7.
Thank's in advance
28
votes
4answers
573 views
Java exe launcher with support for Windows 7
The Problem
Currently I use exe4j 4.4.2 to wrap our client app in a Windows native executable, but the result does not integrate with Windows 7 so well.
For example: When I right click in the task ...
27
votes
3answers
655 views
How do I make my GUI behave well when Windows font scaling is greater than 100%
When choosing large font sizes in the Windows control panel (like 125%, or 150%) then there are problems in a VCL application, every time something has been set pixelwise.
Take the TStatusBar.Panel. ...
26
votes
3answers
2k views
How do I make a WPF window movable by dragging the extended glass frame?
In applications like Windows Explorer and Internet Explorer, one can grab the extended glass areas beneath the title bar and drag windows around.
For WinForms applications, forms and controls are as ...
25
votes
9answers
3k views
23
votes
1answer
587 views
How can I force Aero to draw a borderless window as if it were active, even if it's not?
I'd like to have the same effect as the windows 7 taskbar.
I've looked in this question:
Keep Window Looking Active
It works great but only if the window has a non-client area.
My window is ...
22
votes
8answers
39k views
SMTP not working in windows 7
How can I get SMTP to work on Windows 7 (developer box). I used to just be able to turn it on for a windows XP box. Is SMTP not included on windows 7? If so, what can I use instead as a free relay ...
22
votes
8answers
62k views
Change pinned taskbar icon (windows 7)
I wan't to customize the icon displayed within the windows 7 taskbar.
When my app is running, I can do it by changing main window icon but, when the app is pinned, the exe's icon is displayed.
How ...
19
votes
2answers
528 views
What is the difference between the new TFileOpenDialog and the old TOpenDialog?
What is the difference between the new TFileOpenDialog and the old TOpenDialog?
In my computer (Win 7/DXE), when I run the code, the dialogs look the same.
19
votes
8answers
4k views
Msysgit bash is horrendously slow in Windows 7
I love git and use it on OS X pretty much constantly at home. At work, we use svn on Windows, but want to migrate to git as soon as the tools have fully matured (not just TortoiseGit, but also ...
19
votes
5answers
4k views
Pinning a Java application to the Windows 7 taskbar
Original question
I use Launch4j as a wrapper for my Java application under Windows 7, which, to my understanding, in essence forks an instance of javaw.exe that in turn interprets the Java code. As ...
19
votes
3answers
7k views
Windows 7 progress bar in taskbar in C#?
If you've noticed in the Windows 7 beta, if you copy files or other system actions, the windows explorer icon in the taskbar will fill up with a green progress bar equivalent to the progress bar on ...
19
votes
3answers
4k views
How can I detect if my process is running UAC-elevated or not?
My Vista application needs to know whether the user has launched it "as administrator" (elevated) or as a standard user (non-elevated). How can I detect that at run time?
18
votes
10answers
10k views
MySQL driver for Rails in Windows 7 x64
I've got problem with connecting to MySQL database on my freshly installed Windows 7 machine.
I'm getting this error when I try to migrate my database.
!!! The bundled mysql.rb driver has been ...
18
votes
5answers
6k views
WCF ServiceHost access rights
I get the following error when going through the WCF tutorial.
HTTP could not register URL http://+:8000/ServiceModelSamples/Service/. Your process does not have access rights to this namespace (see ...
17
votes
1answer
644 views
GetThreadContext fails after a successful SuspendThread in Windows 7
I'm encountering an odd issue on a sampling profiler in Windows 7 (no such issues AFAICT on previous Windows OSes, be they 32 or 64 bit).
The profiler works by periodically suspending a thread with ...
16
votes
7answers
6k views
Can't install PEAR on Windows 7, Structures/Graph error
I just did a clean install of Windows 7. I've installed Apache, Mysql
and PHP 5.3.5 all separated (not using XAMPP/others).
I'm getting the following error in the install: ERROR: unable to unpack ...
16
votes
5answers
746 views
As a developer, how should I use the special folders in Vista (and Windows 7)?
Where should I save data related to my application? Where should I save configuration files? Where should I save temporary files? Should I do it in "Documents" ? "AppData" ? etc....
What is the best ...
16
votes
8answers
11k views
Internet Explorer 8 64bit and Selenium Not working
I am trying to get selenium tests to run. Yet every time I try to run a tests that should run IE I get a error on line 863 of htmlutils.js It says that I should disable my popup blocker. The thing is ...
15
votes
2answers
2k views
Why does VS 2008 sp1 install abort on Win7 RC?
What can you do if you get the following error when installing Visual Studio 2008 sp1 in Windows 7 RC?
Operation Aborted
15
votes
6answers
22k views
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 ...
14
votes
1answer
367 views
Native hints/tooltips under Vista/7 with Delphi7?
I'm trying to reproduce native hints/tooltips under Windows Vista/7 using Delphi7.
I've found a really nice component which could solve the issue:
...
14
votes
3answers
254 views
Windows 7 Device Stage Experience for Virtual Printers?
I am working on a virtual printer that converts various files to PDF format.
As you know Microsoft introduced Device Stage Experience in Windows 7, which is a nice way to customize the user's ...
14
votes
4answers
2k views
ClickOnce app does not start through Process.Start(“x.abc”) with *.abc associated to ClickOnce app
I have successfully developed and deployed a ClickOnce application which registers an associated file extension, for instance *.abc. When I click on a file named x.abc or if I type x.abc from the ...
14
votes
12answers
19k views
Has anyone managed to get Visual Studio 2003 running on Windows 7?
Yes, I know... I could set up a virtual machine running XP. Unfortunately our build environment is such that we need to be running VC2003, 2005 and 2008 concurrently and it would be much more ...
13
votes
1answer
196 views
String.format() value in statusstrip label displayed differently on Win 7 vs Win XP
I am using the following code to display the elapsed time of a task in the status bar in my application.
public void DisplayDuration(TimeSpan duration)
{
string formattedDuration;
if ...
13
votes
2answers
291 views
How to avoid mouse move on Touch
I have a WPF application that is capable of being used both with a mouse and using Touch. I disable all windows "enhancements" to just have touch events :
Stylus.IsPressAndHoldEnabled="False"
...
13
votes
4answers
2k views
Git/Bash is extremely slow in Windows 7 x64
I've been using Git on both Windows and Ubuntu during the development of a small project, frequently flipping back and forth between the two. The issue I'm having is that Git/Bash consistently become ...
13
votes
3answers
3k views
Cannot get Remote Debugging working with VS2010
I have a server and a workstation on the same corporate domain. My user is a local administrator on both machines. I have Installed the VS2010 version of MSVSMON and set it to run as a service on the ...
13
votes
8answers
7k views
check whether internet connection is available with C#
What is the easiest way to check whether internet connection is available programatically?
EDIT:
As suggested I tried using the following method, but it is always returning true.
[Flags]
enum ...
12
votes
2answers
330 views
CreateProcessAsUser doesn't work when “change user”
First , I want to thank all the persons who works for this site, very useful for a developer. This is the first I am blocked in my developement since 3 days. I have searched solutions on Internet but ...
12
votes
6answers
8k views
Does the VB6 IDE run on Windows 7 64-bit?
We're approaching a point of replacing several of our developer PCs and would like to move up to 64-bit to maximize the hardware/life of the PCs but we also need to support several legacy VB6 ...
12
votes
6answers
7k views
Has anyone had success with Visual Studio 6 on Windows 7?
VS6 popped off a series of errors before bombing out completely during install on Windows 7. I specifically need to get VB6 functioning on Windows 7. Anyone having any luck?
12
votes
1answer
2k views
Windows 7 style Notifications Flyouts in Delphi
Regarding Notification Area recommendations by Microsoft, I'm looking for ideas or a Delphi component to implement Notification Area Flyouts.
The first "natural" idea is to use a standard Delphi ...
12
votes
2answers
3k views
Program Compatibility Assistant thinks my app is an installer
I have created a .NET C# WinForms application on Win 7 RTM x64, which let's say I have called DataInstaller.
When I run this program outside of the debugger (just an empty form with no functionality ...
12
votes
4answers
2k views
How to pin Visual Studio Solutions in Windows 7 Taskbar
As in the title. Is it possible? When I rightclick on Visual Studio in a Taskbar I have a "Recent" category there i have but 1 .cs file that I can pin.
Now the question is: what to do to pin a .sln ...
12
votes
4answers
6k views
.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?
11
votes
1answer
175 views
Prevent Windows shutdown with custom message
VMWare Workstation does something quite cool when I try to shutdown Windows while a Virtual Machine is running:
Normally, we'd see a "This program is preventing Windows from shutting down" message ...
11
votes
1answer
266 views
What are the UAC implementation best practices? (.NET)
I'm thinking about developing an application that should run as standard user most of the time, but for certain operations, elevated administrative access will be required. The user expecience should ...
11
votes
2answers
1k views
How to make a WPF Window to blink on the taskbar?
A given moment my WPF app needs user attention. I know it is possible to make the Windows 7 taskbar icon to flash with a yellow color.
I tried so far:
Window.Activate Attempts to bring the window ...
11
votes
11answers
887 views
Is there a free/opensource C# IDE in Windows?
I would like to study C# but I'm intimidated by Visual Studio's price tag. Any free/opensource alternatives? Thanks.
11
votes
3answers
612 views
How can I detect when the .NET Framework feature is “turned off” in Windows 7 / Vista?
My application requires the .NET Framework version 3.5. I recently ran into a customer that had the .NET Framework installed but turned off on Windows Vista (also applies to Windows 7).
In this ...
11
votes
2answers
2k views
Using JNA to get/set application identifier
Following up on my previous question concerning the Windows 7 taskbar, I would like to diagnose why Windows isn't acknowledging that my application is independent of javaw.exe. I presently have the ...
11
votes
2answers
9k views
How to recursively delete an entire directory with PowerShell V2
What is the simplest way to forcefully delete a directory and all its subdirectories in PowerShell? I am using PowerShell V2 in Windows 7.
I have learned from several sources that the most obvious ...
11
votes
7answers
11k views
Delphi issues on windows 7 x64?
I searched around but I couldn't find a straight answer to these questions, only bits and pieces: if I install windows seven x64,
1 - will I be able to use delphi 2007+ as I'm used to aka start it, ...
11
votes
4answers
4k views
Why does debugging keep timing out in IIS7?
When I am debugging on my Windows 7 IIS7 machine, I get this error during a debug:
The web server process that was being
debugged has been terminated by IIS.
this can be avoided by configuring
...
10
votes
5answers
743 views
Is there any way to write a WinRt (Metro) app that will also work on Windows 7 and Vista?
We can’t just leave our customers that are not able to upgrade to windows 8 for a long time in the larch. However there is demand for a “tablet”/”touch” version of our app.
So how can we support ...
10
votes
1answer
381 views
Windows 7 logon screensaver in Delphi
I'm having problems while using Delphi application as Windows 7 logon screensaver (for both 32-bit and 64-bit Windows). Even blank application (New Project without any extra code) throws an error.
...
10
votes
5answers
587 views
Why does using the wrong format specifier in C crash my program on Windows 7?
My program is as follows;
#include <stdio.h>
#include <string.h>
int main()
{
char string[] = "Gentlemen start your engines!";
printf("That string is %s characters ...