0
votes
1answer
45 views

Does a standard user has write-access to create folder in c:\ drive so that user can create or write file inside it?

In Windows 7, Windows Vista and Windows XP, Does a standard user has write-access to create folder in c:\ drive so that user can create or write file inside it?
0
votes
0answers
63 views

Printing multiple images to the Fax virtual printer using PrintDocument on Win7&Vista results in corrupt TIFF

I have an application that application uses PrintDocument to print multiple images as a single print job with one image per page. I am having an issue with a very specific but common configuration ...
0
votes
0answers
64 views

How to know if the System Restore Service is running on Vista or above

it is easy to know if the System Restore Service is running on XP because the service name is srservice, then you just have to test if srservice is running or not. It is more complicated on Vista, ...
3
votes
1answer
158 views

How to install Umbraco on Windows 7

i want to learn umbraco,and for start step,i need to know How to install Umbraco on Windows 7? i found my answer and made this link for farsi(persian) language
0
votes
0answers
154 views

Disabling the inner-border of an Aero Glass form

Controls on an Aero Glass enabled form paint a 2 pixel wide transparent border by default (1px dark gray/1px white on my theme). Is it possible to disable this behavior? My approach so far: I tried ...
0
votes
0answers
108 views

How to programatically disable Audio Acceleration in Windows Vista/7?

Sound Acceleration sometimes causes problems for one of our programs. I'd like to provide an option for users to disable it with a single button click. Here are the instructions for doing it ...
0
votes
1answer
128 views

Vista/7 CoreAudio pascal files for Delphi

I've been looking all around for the CoreAudio pascal files and I can't find them. I searched the Rad Studio XE2 source directory to no avail. On Google I found some partial files but none I found ...
0
votes
1answer
423 views

Will applications compiled with Visual Basic 5 run on Vista or Windows 7?

The subject says it all... I am not, however, asking if the VB5 IDE will install and run on Vista/Windows 7 - just the project output. Thanks [UPDATE] I found some more information that seems to ...
0
votes
0answers
96 views

Why registered COM dll not available to other windows users on the same computer?

Detailed Description: Step 1: I registered a C++ COM dll (using regsvr32 command) on my computer using the admin user( Ex: Admin1) . Started my application and the COM DLL worked fine. Step 2: ...
0
votes
1answer
196 views

Game working on Win7 but not Vista?

I've been developing a game and after each update I send my friend a setup.exe to use I made with Inno Setup. It's always worked fine up until now. He is able to instal the game but when he runs the ...
0
votes
1answer
488 views

Managing apps volume in Windows 7

How can I retrieve the list of application audio sessions (like in Windows volume mixer) and change volume of one application (for example, Mozilla) manually (C++, Delphi)? Skype do something the same ...
0
votes
2answers
2k views

Windows 7 (UAC) doesn't allow my program to write down inside data file owned by another program. How to do?

I've to maintain a VB6 piece of software which, basically, exports data from a second program and import them into data files about a third program. So, this import/export tool worked very well since ...
0
votes
1answer
416 views

Reference MMDevice API in C# project

I've been reading about the MMDevice API in Windows Vista/7. Does anyone know how to reference this API in a C# project. Bonus points if you can provide a simple example on using the API.
2
votes
2answers
417 views

Application icon corrupted in Vista/Win7 Explorer shortcuts after upgrade installation [duplicate]

Possible Duplicate: Wrong desktop shortcut icon on Windows 7 (Inno Setup) I have an application deployed with an Inno Setup installer. When I perform an upgrade installation (i.e. run ...
0
votes
0answers
199 views

How to turn virtualization ON in a Windows 7 manifest

I've just released an new version of an application out there that has been running quite cheerfully for years without an application manifest. This time I included an application manifest, which ...
3
votes
1answer
138 views

Does winapi's bcrypt.h actually support bcrypt hashing?

This may sound like a strange question, and it feels a bit bizarre that I actually have to ask this, but after spending a couple hours looking over the MSDN documentation for the bcrypt routines that ...
20
votes
1answer
19k views

How do I enable multiple monitors on Remote Desktop? [closed]

How do I enable multiple monitors using Remote Desktop, from Windows Vista connecting to Windows 7 (update: now from Windows 7 connecting to Windows 7), both using dual monitors, and have it work as ...
6
votes
1answer
621 views

COM Elevation Moniker fails to elevate the server under Vista/Windows 7

I’ve created a local COM server that requires elevation and should be instantiated from inside a non-elevated process. Using MSDN's article on the COM elevation moniker, I’ve configured the server ...
0
votes
1answer
203 views

XAMPP nonstandard webhosting port

I have Windows 7 and I've installed XAMPP. From what I've been told, you have to modify httpd.conf and enable port 80 publicly (along with portforwarding). Port 80 is blocked automatically by my ISP ...
1
vote
1answer
427 views

launch4j executable with specific name triggers Windows UAC

I'm creating a windows executable EXE file of my java program with an ANT task of launch4j in Eclipse and named it "MyApp.exe". I need this program to run without admin authentication on windows ...
5
votes
1answer
946 views

SetWindowsHookEx for WH_JOURNALRECORD fails under Vista/Windows 7

I am preparing a Delphi module, which sets a hook in a thread to record a macro: FHandleRec := SetWindowsHookEx(WH_JOURNALRECORD, FRecordProc, HInstance, 0); FHandlePlay := ...
1
vote
1answer
246 views

Can mingw be used to compile code for Windows Vista or 7?

I noticed that the included headers for Windows development (such as Windows.h) are essentially for Windows XP and older. I am unable to call functions such as GetTickCount64 because they require ...
0
votes
0answers
351 views

ALPC Windows NT API's?

I found that on Vista+ systems to connect to the new LPC ports aka ALPC you have to use new functions set: NtAlpcAcceptConnectPort NtAlpcCancelMessage NtAlpcConnectPort NtAlpcCreatePort ...
6
votes
1answer
2k views

Can I get write access to raw disk sectors under Vista and Windows 7 in user mode?

From the RawDisk website: The new security model of Windows Vista puts tight restrictions on applications executed in user mode. Even with elevated administrative rights, the application can’t ...
1
vote
3answers
37 views

Use of latest dlls functions in an old XP with VS08 installed

I'd like to use functions from dlls that only Vista or later OS versions support. Because I am using XP and don't want to upgrade to Vista or Win7. Is there a way I can use the dlls/api functions to ...
2
votes
2answers
720 views

Allow wake timers Windows 7/Vista

I need to allow WakeTimers (computer wake up from sleep/hibernation) for all power plans set on plugged in to Enabled. I tried Win32_PowerSetting but it only works on english version of Windows. I ...
2
votes
2answers
587 views

VB6 is application running as administrator

Is there any way of finding out if the application is running as administrator? If this involves a COM call, I'm not really fussed, anything that works!
0
votes
1answer
355 views

User Account Control [closed]

What do you have to do to a piece of software so that if a user, Vista/Windows 7, double clicks the .exe file the message: "do you want to allow the following program from an unknown source to make ...
2
votes
1answer
1k views

What is PnPUtil.exe location in 64bit systems?

I would like to install my USB device driver [.inf file] using PnPUtil.exe utility on both 32bit and 64bit systems for Windows Vista and Windows 7. I tested on my machine [Windows 7 32bit] and ...
5
votes
2answers
183 views

WideChar display issue on Windows 7

I am developing a little application. The captions (text displayed on the Labels) with WideChars (Greek letters) are correct under Vista and Windows7 in almost every case, but in some cases (on some ...
0
votes
1answer
316 views

Ribbon UI and Desktop Window Manager API on windows

I am trying to implement my own ribbon UI in native c++. How is this implemented on windows XP ?? Unfortunately I cannot use any of the available frameworks. I have been able to get my app working on ...
1
vote
3answers
529 views

Windows session APIs not loading in time on Windows XP and ways to bypass it

I'm writing a service application that needs to enumerate all current user sessions, and obtain their session IDs, and later see what processes are running for what session. I'm using the ...
0
votes
1answer
125 views

same browser version across different Operating Systems

I am on a MAC and am installing a few virtual machines with windows so that I can check browser compatibility. Disclaimer I have licenses for all Now I need to have a operating system with ie9 - ...
8
votes
3answers
4k views

How to request administrator permissions when the program starts?

I need my software to be able to run as administrator on Windows Vista (if someone runs it without administrative permissions, it will crash). When launching other software, I've seen a prompt by ...
5
votes
2answers
2k views

Nullsoft installer, howto make ProgramData subfolder writable

ProgramData folder is the best place for storing your application's writeable files shared by all users. But when Nsis installer is run with admin privileges (which is required to write to Program ...
6
votes
1answer
99 views

How to detect missing ink-functionality

I recently discovered our ink-enabled-application didn't run. It was a Windows (vista or 7) Netbook. The inking functionality was ether not installed or missing by design. So my question is: How can ...
19
votes
5answers
4k 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 ...
5
votes
1answer
524 views

Why is console output so slow?

So I have noticed this while using a few differnt languages on Windows XP, Vista and 7. If you dump a couple thousand lines a second to the console window it generally has a negative impact on the ...
3
votes
2answers
1k views

Which format and size of icons to use for NotifyIcon

i couldn't find any information regarding system tray icons, what size should they be in to get the best possible quality. Should i use more than one size (16x16,32x32,64x64)? I'm currently using ...
3
votes
2answers
1k views

WMDropFiles problem on win7

I've implemented the following procedure and it works properly when I compile it on my computer running windows vista, computer #1. If I share the created .exe file to another computer running win7, ...
2
votes
3answers
881 views

Hiding a Secret in Windows Registry

I know registry is not a best place to hide something. Right now I'm writing a Licensing software that require to save trial usage information like first install date on registry, etc. What hive in ...
0
votes
1answer
346 views

c# Maximize Window from System Tray

I am having trouble trying to bring my application window to the front (i.e on top of all other windows). I want the user to be able to double click the notifyIcon in the system tray, and If the ...
1
vote
0answers
322 views

Windows Core Audio API GUID's

I'm using an implementation of the Windows Core Audio API, specifically the IMMDevice interface, the code for which can be found here. My goal in using this code is to pull the friendly name of a ...
2
votes
1answer
1k views

Install Visual Studio 2002 on Windows 7 or Vista

I want to install Visual Studio 2002 on Window 7(32bit). When I try it gives me error of .NET Framework 1.0 incompatibility. I can install Framework 1.1. fine on the machine but VS 2002 needs 1.0. ...
2
votes
3answers
833 views

.NET - How are applications able to update themselves when UAC is enabled (Windows7/Vista)?

Here's the scenario: I wrote an application and created an installer from the Visual Studio Installer project (I produced an MSI file). I installed the application into the Program Files directory as ...
0
votes
1answer
398 views

Unable to obtain profile of connected network in Vista/7

I have a piece of code implemented using the Managed Native WiFi. It is used to obtain the profile details of the connected network for displaying on screen. // Start the wireless ...
0
votes
2answers
230 views

My 32-bit Video For Windows based app doesn't work under Win7/64 or Vista/64?

I wrote a program that relies on Video For Windows. It worked fine under XP & Vista 32-bit OSes, but now I am trying to run it on the newer 64-bit OSes it isn't able to open any AVI files. The ...
2
votes
1answer
412 views

WPF KeyBinding Guesture for Ctrl+Shift+Zero not working

I am trying to do a to map Ctrl+Shift+0 with WPF 3.5sp1, but the binding does not fire. The XAML I'm using is: <KeyBinding Gesture="Ctrl+Shift+D0" Command="Blah"/> I have also tried: ...
2
votes
2answers
520 views

User/password problems with GetVolumeNameForVolumeMountPoint() (Windows remote drive mount?)

From a Vista workstation, I have an attached XP Embedded computer on which I want to programmatically mount a volume locally (e.g., mount the XP Embedded \\MyXPEmbedded\C:\some\path\ to the Vista ...
1
vote
2answers
1k views

Windows 7 or Vista TCP behavior changes

Resolution, of sorts The client computer that was showing this problem had Trend Micro Security installed. This security suite placed a service or driver on top of each network adapter in the ...

1 2 3 4 5