Tagged Questions

1
vote
3answers
26 views

Creating a thread in DllMain?

It seems that when a thread is created from within DllMain upon DLL_PROCESS_ATTACH it won't begin until all dll's have been loaded. Since I need to make sure the thread runs before …
1
vote
2answers
62 views

How can I tell that a directory is the Recycling bin in VB6?

I am attempting to mimic the code in this question (see also here), but I'm experiencing crashing. I'm pretty sure my error is in my call to SHBindToParent (MSDN entry) since SHPa …
3
votes
2answers
61 views

How do I enumerate network adapters and get their MAC addresses in Win32 API C++ ?

As the title says, I've been trying to achieve that for the better part of the day. Any help would be apreciated.
0
votes
2answers
65 views

Getting a file path relative to a particular directory

Is there a nice way in the WinAPI to get a path relative to another path? For example: Have a list of paths relative to: a\b\c\d And I'd like to change them all to paths relati …
1
vote
6answers
55 views

Does a Win32 control’s control ID change with each run?

In other words, can I count on a control ID as a reliable identifier? From some reading I've done, it sounds like .NET controls can have control IDs that change with every run, is …
0
votes
1answer
64 views

Access is Denied for registry

I am playing with the registry programmatically for the first time, and it's not working that well (but at least I haven't destroyed my computer). Specifically, I keep getting back …
1
vote
1answer
82 views

How to get the window handle of the desktop

The Windows API provides an API GetDesktopWindow( ) which returns the window handle But I tested with Spy++ and I find that the window handle of the desktop and the window handle …
1
vote
2answers
53 views

How can I listen to Windows events from a Java app?

I have a process written in C++ that raises a named event using CreateEvent. Is there a java implementation of the WaitForSingleObject function? Is there a better way to pass even …
1
vote
3answers
52 views

Implementing Globalization / Multilingual feature in win32 API application.

I have developend a window application(Win32 API) in visual C++. I have to add multilingual feature in this application. Can any one Pls guide me how to get forward with this task. …
0
votes
2answers
33 views

Guidance : I want to work at Process Information level

I couldn't find a suitable title for this. I'm going to express my query with examples. Consider following softwares: Process explorer from sysinternals (an advanced task manage …
0
votes
0answers
14 views

DllMain and Qt Mfc Migration

Hello I am using the Mfc to Qt migration solution, to migrate my Mfc plugin to Qt. My Mfc plugin is loaded in third party Mfc app. Basically I am using the following example Qt ba …
1
vote
9answers
566 views

Choosing between WPF, wxWidgets, Win32 API and MFC

Imagine you are on Windows 7 and you have to write a GUI for a GRAPHIC application, (like a terrain editor, mesh viewer ..) which involves a great use of DirectX and OpenGL (so wri …
0
votes
4answers
75 views

Can I put LowLevelMouseProc and LowLevelKeyboardProc in the main EXE?

Global Windows hooks must be in a DLL because the hook is going to be called in the context of a different process, so the hook procedure's code must be injected into that process. …
1
vote
5answers
56 views

Right click on Button

I see there are BN_CLICKED and BN_DBLCLK notification messages for a button control. but how would i catch a right click message for any button control?
9
votes
3answers
237 views

How to make sure that a file was permanently saved on USB, when user doesn’t use “Safely Remove Hardware”?

When I save a file on a USB within my delphi application, how can I make sure the file is really (permanently) saved on the USB, when "Safely Remove Hardware" is not performed (esp …

1 2 3 4 5 138 next
15 30 50 per page