Tagged Questions
0
votes
0answers
27 views
SetLayeredWindowAttributes to make CEF transparent not working on Windows XP
I use SetLayeredWindowAttributes with LWA_COLORKEY to replace a color (#ff00ff) with transparency, in order to achieve transparent background in the CEF1 example.
It works well on 7/Vista.
On Windows ...
0
votes
2answers
109 views
How to prevent a borderless Windows Form from flickering when resizing (C#)?
[C# .NET 4.0]
I'm learning C# and I'm trying to build a Windows Form using C# that has FormBorderStyle = FormBorderStyle.None and can be moved/resized using the Windows API. As an example, I'm using ...
0
votes
1answer
77 views
C++ app built on Windows 7 (using VS2010 IDE and VS2008 toolset) runs on Windows 7, but not on Win XP
I have a C++ application, which is built on Windows 7 using VS 2010 IDE against VS2008 toolset. I have verified that it depends on msvc*90.dll.
The problem occurs when i move it to XP professional ...
2
votes
0answers
187 views
displaySwitch.exe code replacement for windows (pre windows 7)
I'm writing an app I'd like to be backwardly compatible to some extent on XP, or at the very least windows vista.
EDIT FOR CLARITY: I need to be able to do what the first code snippet below does, but ...
0
votes
3answers
327 views
How to change master volume programmatically?
In C/C++ on windows xp how to get master volume or how to change master volume...?
Thanks in advance...
-1
votes
2answers
196 views
CSIDL constant for user folder for Windows XP
I can't seem to find what is the CSIDL constant for "C:\Documents and Settings\username" folder for Windows XP?
EDIT: I'm retrieving this path using the following code:
HANDLE hUserToken = NULL;
...
0
votes
1answer
77 views
what is the right-click-on-window-titlebar menu called ? is there a winapi call to get a handle of this menu?
The same menu shows up when top left icon in title bar is clicked by left mouse and again it shows up with right-clicking on the window representation in the taskbar. Ist there a way to get to the ...
0
votes
1answer
154 views
How to resize context menu displayed with TrackPopupMenu?
I display a context menu from a C++ code using TrackPopupMenu API. Each menu item contains a bitmap 24x24 pixels in size. Added by calling:
MENUITEMINFO mii = {0};
mii.cbSize = sizeof(mii);
mii.fMask ...
1
vote
0answers
135 views
Problems with SystemParametersInfo function
Please help.
I want to change system-wide parameters with SystemParametersInfo function. I use Visual Studio 2008 in Windows XP.
Here is my code
NONCLIENTMETRICS ncm;
...
1
vote
0answers
130 views
Get bitmap of another application window
Attempting to get an image of another applications window in Windows XP.
I can do this in Windows 7, because of the DWMRegisterThumbnail API, and this works flawlessly. However, in Windows XP there ...
0
votes
2answers
100 views
UpdateLayeredWindow and 16bit display color depth
Works fine with 32bit colors.
When switching to 16bit, window that was painted with UpdateLayeredWindow gets messed. You can click through and/or colors get changed.
Works bad with my own source code ...
0
votes
1answer
265 views
The procedure entry point QueryFullProcessImageNameA could not be locatedin the dynamic link library KERNEL32.dll
I am trying to run a program on Visual Studio on a XP computer and i am getting the error in the heading. I have all the service packs for XP and VS. Never seen anything like this before so i really ...
0
votes
0answers
127 views
Add checkbox to SHBrowseForFolder in Windows XP
I need a folder browser dialog with extra control, e.g. checkbox.
Program supports Windows XP, so that using CFileDialog with vista style and IFileDialogCustomize don't suit me:
CFileDialog ...
3
votes
1answer
133 views
How to get the type of connected monitor(s) on Windows XP?
I need to know the type of the monitor(s) -- i.e. flat screen, CRT, etc -- that is used by the computer from a C++ program. The main requirement is for this code to work on Windows XP SP3 (because ...
0
votes
0answers
121 views
Different size of TrueType symbols in Win7 and XP
I've created new font with CreateFontIndirect() and GetTextMetrics() returnes different width of symbols. Example:
Get DC:
HDC ReferenceDC = GetDC( NULL );
SetMapMode( ReferenceDC, MM_HIMETRIC );
...
1
vote
1answer
308 views
CreateWindowEx, GetLastError, Windows 7, and XP oddities and odd behavior
The following code works on Window 7, but when I run it on Windows XP, it fails with an error message returned by windows: "The system can not find the file specified".
#include <windows.h>
...
0
votes
0answers
332 views
C3861: 'GetCurrentThreadId': identifier not found
I'm trying to build a library that uses the function
GetCurrentThreadId with vc++ 2010 and I get the error on the title.
I already included <Windows.h>
Im using cmake 2.8 to generate nmake ...
0
votes
2answers
193 views
How do I share a a resource DLL containing icons between Windows 7 and XP?
I've got a project that has some icons, bitmaps, and strings embedded in resource DLLs for the purpose of MUI. These all work perfectly fine in Windows 7, but only the strings and bitmaps work in XP. ...
0
votes
1answer
180 views
XP-Styles not working for ListView or ComboBox in Windows XP
I am using a Manifest for XP Styles, so all my controls are using the new look. However if I run my program in Windows XP then my ListView controls are displaying with the old style flat headers. Also ...
0
votes
1answer
334 views
WM_QUERYENDSESSION handler return values not having intended effect
According to the WM_QUERYENDSESSION docs, "Applications should respect the user's intentions and return TRUE." This link summarized it as "[in XP] applications can return TRUE to indicate that they ...
0
votes
1answer
826 views
Access denied on CreateFileMapping when run under different user accounts with runas
This code gives me access denied errors when trying to open previously created file mapping. Help, help, help.
OS: WinXP SP3, no fast user switching.
Following code is run on 2 different user ...
1
vote
1answer
350 views
Why isn't FindWindowEx finding the label in my window?
I'm trying to debug a little test driver application written in C#. It opens up several instances of a test app we have. The test app connects to a server and when successfully connected, displays ...
0
votes
0answers
133 views
List-view crashing my dialog box
I'm creating a dialog box with a list-view in it using the following line of code:
DialogBox(instance, MAKEINTRESOURCE(IDD_DIALOG), NULL, DialogProc);
Here is my resource file:
#include ...
3
votes
2answers
1k views
C++ program works on XP SP2 only after installing Visual Studio
I have a C++ program. It's quite simple - shows an image (splash screen) and launches another application, then closes when that other application is started. Actually, this one: ...
1
vote
0answers
254 views
Desktop icon file path
Is there any way to retrieve file path for item placed on desktop, which is under cursor?
Due desktop area is the listview, it is possible to get item index under cursor (ListView_GetHotItem macro), ...
2
votes
1answer
666 views
Running a Process (WITH GUI) on Windows XP Logon Screen (.NET / Pinvoke)
I need to write a small service that runs an application (with gui, e.g. calc.exe) on the logon-screen.
I already found this question (and answer):
Running a process at the Windows 7 Welcome Screen
...
0
votes
1answer
104 views
Windows XP/7 filesystem name substitution
According to the documentation a developer could access the filesystem name by retrieving Win32_LogicalDisk class. This class has a field FileSystem with following properties:
Data type: string
...
2
votes
1answer
701 views
Rotating displays programmatically in Windows XP? (C++/Qt and WindowsAPI)
So, essentially, we're writing a service-level application that can alter attributes of various user-level settings. I'm working on the display portion right now.
We've gotten it to work for the ...
1
vote
1answer
185 views
sharing process admin privileges using Access Tokens
I have 2 processes. One of them is running under admin account, second - under user account with no permissions to admin processes. They need to see each other and compare the path, from where this ...
0
votes
0answers
342 views
How to find all hard links to a file in Windows starting from XP in C++
I know there is function FindFirstNameW but it works only from Vista up.
0
votes
2answers
578 views
how to refresh icon after change file association in XP?
I have tried to change file association of .htm file in XP, and here is how I did it:
Change the associated registry key values.
Call SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, 0, 0) to ...
8
votes
2answers
309 views
Monitoring display power events on Windows XP
On Windows only the focused application receives display power events via the WM_SYSCOMMAND message (with wParam set to SC_MONITORPOWER, and lParam representing the new power state).
On Windows Vista ...
2
votes
0answers
71 views
Setting the volume for the current process only on XP [duplicate]
Possible Duplicate:
Win32 PlaySound: How to control the volume?
My app plays a WAV file using PlaySound and I'd like to set the volume for my application only, proportionate to the current ...
1
vote
3answers
4k views
Visual Studio 2010 Win32 App won't start on Windows XP
I had to write an simple application with some specific requirements:
1. It should consist of just one exe-file, no installer or external DLL's
2. It should be small
3. It should run on any Windows ...
0
votes
1answer
249 views
GetCurrentConsoleFont not declared in scope, what I do wrong?
at the beginning I have:
#include <sstream>
#include <iostream>
#include <stdio.h>
#include <iomanip>
#include <string>
#define _WIN32_WINNT 0x500 //tells that this is ...
7
votes
1answer
231 views
OpenGL maximum of 32 on-screen windows with Vista/7
Before I reduce this to a reasonable example I was hoping someone might have run into this before and can shed some light on the problem.
I have a 32-bit C based application which uses one OpenGL ...
1
vote
1answer
145 views
XP scrollbars going haywire in Windows7/Vista
I have this XP app (win32 C++) that I am just now testing under Windows7 (vista actually, but it does the same thing in windows 7).
I'm surprised that virtually the only issue I'm encountering is the ...
1
vote
0answers
136 views
Choosing certificate for WiFi connection using my own UI in Windows XP Embedded
I'm working on a embedded system using Windows XP Embedded Standard. I try to setup a WPA2-Enterprise network using my own UI. There are a few client certificates installed and in an ordinary windows ...
0
votes
1answer
317 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
534 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
151 views
How does cygwin's “-mwindows” switch work in windows 7?
I am building an FLTK application in Windows XP under cygwin.
When I pass "-mwindows" to the linker, it behaves as advertized, and I don't get the command window popping up. However, when i run the ...
0
votes
2answers
696 views
ShowWindowAsync doesn't activate a hidden+minimized window?
A given external (not owned by the current process) window (hWnd) is first minimized, then hidden:
ShowWindowAsync(hWnd, SW_MINIMIZE);
// wait loop inserted here
ShowWindowAsync(hWnd, SW_HIDE);
The ...
1
vote
2answers
857 views
SendMessageA and SendMessageW in Win7 migrated from WinXP
EDIT: Working code posted below, nonworking code commented out. You must use the same CHAR_T for retrieving data from windows as you used to create them in Win7.
I have a dialog written in C that ...
1
vote
0answers
193 views
WPF application using win32 dialogs on XP crashes
We have a WPF application that was developed on Windows 7 using VS 2010 and .NET 4.0 framework.
I have created an install package for it using the Visual Studio Installer.
When running on XP it ...
1
vote
3answers
382 views
Programmaticly double click on systemtray icons windows xp/7
How can I Programmaticly double click on a system tray icon in windows xp/7 and cause an app window to open ?
0
votes
1answer
92 views
“cannot find import” error when running program in Windows XP that uses ChangeWindowMessageFilter
I have a program that runs fine on Windows 7/Vista but gives me an error when I execute it in Windows XP. It used to run but I added a feature that, on windows 7, required the function ...
0
votes
1answer
217 views
TabControl clips client area when displaying overflow arrows
This bug appears only with common control v6 (theme enabled) on XP (seems to work on 7 and 2008). I wonder if someone else might have seen this bug feature.
When you have a single-line TabControl ...
0
votes
1answer
98 views
how to change the order of the quick launch button on XP?
I was trying to change the order of quick launch button on XP using C++, and my code looks like this:
HWND hDesktop = GetDesktopWindow();
HWND hTray = FindWindowEx( hDesktop , 0, ...
0
votes
2answers
603 views
Virtual Key Codes: Same across ALL PC's
On different Windows OS's & on versions of windows that are running different langauges(keyboards, encoding etc.) are the virtual key codes always the same?
So from looking at MSDN I can see that ...
0
votes
1answer
679 views
SetErrorMode has no effect?
I call
"SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX | SEM_NOOPENFILEERRORBOX);"
before loading a DLL. Nevertheless a windows message pops up
"This application has failed to ...
