0
votes
1answer
20 views
Start service in kernel mode (Vista)
I'd like to start service before user mode is loaded (in kernel mode).
The reason is I wanna run several system applications(asm code to write data to BIOS) that are not allowed in user mode …
0
votes
1answer
35 views
Cannot recreate named pipe under vista
Hey,
In my application i have the app and a service that does stuff for the app. They communicate via a named pipe. Now i can start the app and it starts the service and connects and this works well. …
0
votes
1answer
21 views
Delphi 2006 Application messing up the GUI on Windows 7
Hi.
I've been searching the Internet for a solution. Also here on Stackoverflow. But I haven't had any luck so far.
We're having a problem with a Delphi 2006 application running on Windows 7. Some …
0
votes
1answer
49 views
DirectX and WPF
Hi,
I am trying to develop an application where the UI part is designed by WPF and the engine is developed using C++.
I am trying to render a scene using DirectX in native code by getting the …
1
vote
1answer
67 views
Vista/Win7 Bass and treble volume
Hi guys,
I'm having a hard time with this crazy Vista/Win 7 architecture, it might be just me but its hard to get used to it :|
So, my current problem is that I cant set the bass and treble values …
1
vote
0answers
17 views
Taking ownership of trustedinstaller files?
vista32-sp1:
I am unable to delete some files on my system that were installed with 'special permissions' by 'trustedinstaller'. I find the usual help suggestion to use 'takeown' is not working, all I …
0
votes
1answer
35 views
How to make CFileDialog synchronize the displayed filename with the selected extension?
We have a class that derives from CFileDialog that overrides the OnTypeChange() method to allow it to change the filename to keep it in synch with the selected extension whenever the user selects a …
2
votes
1answer
30 views
Bad behavior with Aero off in Vista
I have a directx9 application, which needs to run on a machine with Aero disabled. The app runs in windowed mode. When the window is first created, it looks just fine within a single screen. When I …
0
votes
6answers
75 views
Why can’t I get GetPrivateProfileString to work via pinvoke?
Running a c# console app I wrote on 64 bit Vista. Here's the code:
class Class1
{
static void Main(string[] args)
{
Debug.Assert(File.Exists(@"c:\test.ini"));
StringBuilder sb …
1
vote
1answer
23 views
WS_EX_LAYERED colorkey - Vista issues
We place our transparent app window, over the window of another process. Our window contains some child controls. We create a WS_EX_LAYERED window, using colorkey for selective transparency. The main …
0
votes
1answer
12 views
Automating installation of multiple windows variants
I have a situation where I need to test some stuff (hardware) on multiple operating systems (viz. Windows XP, Windows Vista and Windows 7 - 32 and 64 bit variants).
The idea is to have a suite of …
0
votes
0answers
8 views
Xampp Installation Problem on Vista
I installed xampp on a machine with vista business SP1 version. The default page(with the "You have successfully installed XAMPP on this system" msg) opens up fine. But when I put a php page in the …
0
votes
1answer
35 views
Why does a .NET File.Delete() fail with UAC and requireAdministrator=True?
This is a driving me nuts. I have searched all over StackOverflow and read all about UAC. But I'm still running into a problem.
Using VS 2008, I have a simple program that does nothing but this:
…
0
votes
1answer
36 views
VB6 Apps Hangs only in Vista/Win7/Win2008 Must reboot to bring them back
I have vb6 apps that runs without any problems for hours on vista/32/64 or win7/32/64 and Xp32/64 machines. It sometimes hang in XP machines but I can just close the app in Task Manager then restart …
0
votes
1answer
62 views
How to adjust JFrame border thickness in Java
I'm using Vista, my old Java app ran on Win XP has thin borders, about 2 pixels thick, but now on Vista, the borders deafults to thick lines, maybe 6,7 pixels thick, can I specify in Java how thick my …
