Tagged Questions
2
votes
1answer
34 views
c++ windows - Disable crash dialog box in a child process
I have a program that launches a child process.
When the child process crashes I would like there not to be a debug message box. I would like to do this without writing anything in the child process.
...
1
vote
0answers
13 views
Flash player not registering in Windows Core Audio API
I'm developing an application that needs to control the volume level of other processes on a Windows 7+ system. To do this I plan to make use of Windows Core Audio, in particular I am testing out the ...
0
votes
1answer
41 views
How to specify and change the program name in Windows 7 Jumplist?
In the following example, where to specify and change the program name "T"?
Once I run the program, there is no way to change the display name in jumplist even I modify the product name to something ...
1
vote
1answer
116 views
Notification area flyout link area
I made a flyout window in the notification area using WinAPI and my goal was to make it similar to the flyout windows that show up when you click some of the icons in the notification area, like the ...
0
votes
1answer
74 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 ...
0
votes
1answer
138 views
Access violation - code c0000005 (!!! second chance !!!)
I am trying kernel debugging using windbg and vmware. While i try to specify break point for my own driver i got an output like
Access violation - code c0000005 (!!! second chance !!!)
...
3
votes
1answer
82 views
Access denied when repeatedly create and remove the same directory
I just had a little test, and this is how I did it:
I repeatedly create and remove one directory, d:\test, for example. I did that for like 1000 times, and it always will get an error for acccessing ...
6
votes
1answer
177 views
WPF Child Window Hosted in Third Party App Invisible on Windows 7 Aero Themes
I have a WPF window which has to behave as an overlay of a window in third party running application. My WPF window must be mostly transparent with some visible controls, always be positioned right on ...
0
votes
0answers
18 views
ICS Win 7 Hnetcfg, INetSharingConfiguration set a specific connection to one of the devices available
I managed to write a code to use the Sharing Enabled method (http://msdn.microsoft.com/en-us/library/windows/desktop/aa365944%28v=vs.85%29.aspx).
But it sets the sharing to non specific connection.
Is ...
2
votes
0answers
171 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 ...
6
votes
1answer
167 views
Allow selection in Explorer-style list view to start in the first column
In Windows 7's Windows Explorer list view (what allegedly is not list view at all) in Details view, you can start selection marquee in the first (Name) column. You just need to start outside the ...
3
votes
1answer
86 views
Need to resolve HMONITOR --> deviceName (or deviceName --> HMONITOR) in windows
EDIT - See Update at end
This is for Delphi 7.0 Build 4.453
Summary
I need to be able to take the Handle property from a TMonitor object (an element in the Monitors array in the TScreen component) ...
1
vote
1answer
125 views
Simulate input of non-ASCII characters
I am looking for a way to simulate input of non-ASCII characters (e.g. CJK characters) using Windows APIs. keybd_event or SendInput won't work because the input characters may not be valid virtual ...
0
votes
0answers
32 views
How to determine which activation method should work for Windows 7 OEM installation? [closed]
How to define activation method that will work with OEM installation of windows 7? In some cases activation via Internet not work, in that case should be used activation by phone method, this depend ...
1
vote
0answers
103 views
Unable to read stored credentials when launched via scheduled task with “run with highest privileges”
I'm working on a utility that runs in the background for a (potentially) long period of time, and automatically resumes when the system is restarted. The utility requires elevated privileges to run ...
2
votes
1answer
118 views
ShellExecuteEx on windows 7 with default image / photo viewer
We have a desktop application running on Windows XP, Windows Vista, Windows 7 and so on (it is written in cobol, but I think in this case it is not relevant).
In our source code we call ...
0
votes
0answers
38 views
CreateIconFromResourceEx not working on Windows8
We are using CreateIconFromResourceEx function in our code to generate Icon, this function is returning NULL in case of Win8 with GetLastError () returing 0. Same function is working fine for win7 and ...
0
votes
1answer
32 views
PROPERTYKEY::pid Meaning
Can someone explain what the pid field in a PROPERTYKEY structure is? Microsoft says just don't use 0 or 1 and you're fine, but this doesn't help when I need to implement IPropertyStore in my code. Is ...
0
votes
0answers
63 views
Windows autoplay for pictures from a camera, using as little Windows API as possible
I am trying to implement an autoplay application (for images from a camera device) for Windows (7/8).
I'm developing a portable application, so I don't want to dig deep into the Windows API, including ...
0
votes
1answer
70 views
Find windows on application from another desktop
I have same user logged in into windows 7 station with several simultaneous sessions (like Concurrent RDP or log in at station and then via RDP).
UPDATE:
Ok, my research in this question has been ...
0
votes
0answers
122 views
SetPixel off-window painting issue?
I have small program that uses SetPixel and paints over a static text control. Since my computer is slow, old box running Windows 7, I have the chance to move the window while the program still ...
-2
votes
2answers
157 views
What is _WIN32_WINNT and how does it work?
EDIT 2: Ok so I changed to Orwell DevC++ which contains the "winnt.h" that contains *#define KEY_WOW64_64KEY 0x0100* but it still is not working. (Refer to EDIT 1:)
EDIT 1: I looked into the ...
0
votes
1answer
97 views
Reading Registry in Windows 7 behaving strangely
I am trying to read registry's "(Default)" values in Windows 7 in c++, and following is the code I am using:
string GetSZValueUnique( HKEY openKey, const char* regkey, const char* keyName )
{
HKEY ...
1
vote
1answer
124 views
“System Error. Code: 87” when calling ConvertStringSidToSid()
I must set prmissions on some folder for "Everyone" user group, so i need SID for this group. When I calling ConvertStringSidToSid() I get error "System Error. Code: 87 - Parameter is incorrect". Why? ...
3
votes
2answers
183 views
Detecting process crash - C++ code
Is there any way to detect process crash in windows 7 ? just to clarify upon every process crash windows creates the WERfault.exe ( windows error reporting) . i have driver that monitor the system by ...
0
votes
3answers
94 views
How to put monitor on standby and not let it wake up
I have 3 monitors, but I don't need them all turned on all the time. I can just shut them down with power button, but I want to use their standby mode, like Windows does when we let PC idle for a ...
0
votes
1answer
121 views
How can I create an ITaskbarList3 in C++ Builder?
I'm trying to use the ITaskbarList3 interface introduced with Windows 7 so that I can show task progress for a lengthy task in my taskbar icon. The documentation states that I should wait for a ...
5
votes
4answers
563 views
Delphi: How to use ShowWindow properly on external application [duplicate]
Possible Duplicate:
How can I tell if another instance of my program is already running?
i use the following code before starting my application, to check if another instance
of it is ...
0
votes
1answer
148 views
Customize default taskbar tasks in Windows 7 taskbar “jump list”
I have a program A.exe that bootstraps another process B.exe, passing dynamic command line arguments to B.exe. The default Windows 7 taskbar task list will provide an option to start another instance ...
4
votes
1answer
275 views
How to crash a process on Windows-7 without getting the WER dialog?
Is it possible to crash a regular user-mode process on Windows-7 without getting the Windows Error Reporting (WER) dialog? (When and if WER is normally enabled and no specific flags are applied.)
...
0
votes
1answer
51 views
File redirection in Windows 7
So let's imagine we have a "c:\1.txt" text file,
and a folder "c:\other\" that contains 3 other text files (A, B, C).
What I want to do is, redirect c:\1.txt to A, B, or C randomly, or according to ...
0
votes
0answers
69 views
Which API is called by the Windows taskbar to set its position in Windows 7?
I would like to know which which API is called by the system to set the taskbar position, specially for Windows 7.
In non-Windows 7, the OS GetMonitorinfo() is called by the system to set the taskbar ...
1
vote
1answer
81 views
what event will be fired when start an exe program on windows 7?
On windows 7, when an exe program is started, what event is fired? How to hook-up this event in code to capture the startup?
.exe could be any program runable on windows 7, for example, WPF app or ...
10
votes
2answers
582 views
How to get handle of a console window launched from my GUI application?
In my GUI app I run console app and need handle of its window. I tried with EnumWindows(), see code below, but it does not work. On list there is no my console app.
type
TEnumWindowsData = record
...
0
votes
0answers
61 views
Modify DNS resolution behaviour only for a process
We have software written in C#, which makes many connections over TCP - for web services, smtp, database, proprietary application protocols etc... The hostnames/urls to these endpoints are obtained ...
-1
votes
1answer
91 views
How to write a new task switcher (Windows)?
I am told, that the program that handles the ALT+TAB input is called task switcher. But I am not happy with the task switcher that is provided from stock.
Could anyone give me a push to the right ...
0
votes
1answer
95 views
“ALT+TAB”-Window: Customize behaviour
Okay let's get through this..
If you press ALT+TAB (in my case on Win7) something like a window pops up, listing all toplevel programs there. Now here is the thing..
Working on my Laptop sometimes ...
1
vote
1answer
130 views
SPTI “Mode Select” unexpectedly fails in Win 7 64-bit
I'm in the middle of converting some older code to talk with a custom SCSI device. The original code was written for WinXP and ASPI, and the newer code needs to work on Win7 and SPTI. My problem is ...
2
votes
1answer
477 views
Why the FindFirstFile/FindNextFile does not list the entire content of the system directory on Windows 7?
I have a little question. The API FindNextFile does not list the entire contents of the directory C:\Windows\System32 (Windows 7 only). Anyone have any solution?
Code [Delphi]:
Var
sAtr: ...
0
votes
0answers
241 views
WriteFile returning “access denied” under win7 running as privileged
I have an app that reads and writes raw sectors from SD cards. I got some problems until got it working, as can be seen here: SetFilePointer does not fail, but also does not move pointer but at the ...
0
votes
0answers
38 views
Refresh network folders with customized icons
The team has network folders. When one user changes folder icon via desktop.ini file, other users does not see this icon until they restart their Windows Explorer.
What command i must to start to ...
0
votes
0answers
67 views
ACCESS_DENIED_ERROR when using NetFileClose API
I have a windows network in which many files are shared across many users with full control. I have a folder shared for everyone in my system, so whenever I try to access it using the machine name ...
0
votes
1answer
59 views
SHILCreateFromPath substitution in Win7?
The shell.SHILCreateFromPath function creates a pointer to an item identifier list (PIDL) from a path.
As noted in the MSDN Dev Center, the function is deprecated and the support ends with Windows ...
1
vote
0answers
67 views
Windows 7 : task dialog, copy content [closed]
what code should I use to let user copy contents of indirect task dialog in Windows 7 WinAPI32? I need user to be able to copy content of TaskDialogIndirect window. Evidently, it means that if user ...
0
votes
4answers
357 views
CreateProcessWithLogonW : unable to start process
Hi I am completely new to programming. And please someone help me.
I am trying to start a pocess from a service.
I need to start the new process by prompting user to enter admin credentials.
I was ...
3
votes
2answers
287 views
Invalid handle error when connecting to COM port higher than 10 on Windows 7
I have developed a simple serial port application that works fine with COM ports lower than 10 (COM9, COM8, ... COM1). But when my device is attached on a port higher than 10, such as COM11, it ...
2
votes
0answers
108 views
ITaskbarList3 hook or replacement
I'm trying to create a Windows 7 taskbar replacement. Builtin taskbar has some nice features which I'd like to reimplement, specifically a progress bar hosted in a taskbar button (ITaskbarList3).
...
0
votes
1answer
438 views
Programmatically switch audio devices on Windows 7
On my Windows 7 PC, I've got a set of speakers, some wireless headphones and a USB web cam. This means that I have two possible audio output devices and 2 possible audio input devices.
I find myself ...
2
votes
2answers
236 views
CreateSymbolicLink equivalent to “mklink /J”?
Without admin privileges, I know I can create a symbolic link in command line:
mklink /J LinkPath OriginalResourcePath
In C++, I tried using CreateSymbolicLink; however, I got error "A required ...
11
votes
1answer
260 views
How can I create a menu in the start menu for my program?
This may be an easy question but I am not even sure of the terminology to search, so I have to ask. I want my program to have a menu when it is hovered over if it is pinned to the start menu. I am ...
