Tagged Questions
The hwnd tag has no wiki summary.
11
votes
6answers
11k views
In Java Swing how do you get a Win32 window handle (hwnd) reference to a window?
In Java 1.4 you could use ((SunToolkit) Toolkit.getDefaultToolkit()).getNativeWindowHandleFromComponent() but that was removed.
It looks like you have to use JNI to do this now. Do you have the JNI ...
10
votes
9answers
3k views
Loading a WPF Window without showing it
I create a global hot key to show a window by PInvoking RegisterHotKey(). But to do this I need that window's HWND, which doesn't exist until the window is loaded, that means shown for the first time. ...
8
votes
4answers
583 views
What is the lifetime of a CWnd obtained from CWnd::FromHandle?
According to msdn, when I get a CWnd* with CWnd::FromHandle,
The pointer may be temporary and should not be stored for later use.
What is meant by "later use" is not clear to me. Is it only the ...
6
votes
2answers
363 views
“The operation completed successfully” exception
I have a custom method that finds the largest size to use for a given string and font to fill a given box without cutting off the text. To test it, I created a service that cycles through a few ...
6
votes
5answers
2k views
Is the order in which handles are returned by EnumWindows meaningful?
From a couple of preliminary tests it seems that EnumWindows always returns windows in reverse instantiation order, i.e. most recently instantiated window first. Is that a valid observation? If so, is ...
5
votes
2answers
913 views
Global hotkey with WIN32 API?
I've been able to set local hotkeys like this
RegisterHotKey(hwndDlg, 100, MOD_ALT | MOD_CONTROL, 'S');
how can I set the hotkey to be global?( I want it to be there even when my window is hidden)
...
5
votes
2answers
3k views
Can I get the behavior of setting my WinForms form's owner using an hwnd / NativeWindow?
My application is a vb6 executable, but some newer forms in the system are written in C#. I would like to be able to set the C# form's Owner property using a handle to the main application window, so ...
3
votes
2answers
385 views
How do I get a HWND from inside a DLL?
I have a DLL that I want to play sounds using Direct Sound. In order to play sounds, I need the HWND of the executable. I don't have a HWND of the executable that loads the DLL. How do I get that ...
3
votes
3answers
798 views
Insert text into the textbox of another application
How do I, using C# or C++, insert text into the textbox of another application?
I did this a long time ago and seemed to remember something about using the applications HWND. But since that change for ...
3
votes
1answer
523 views
How can I tell if a given hWnd is still valid?
Please forgive my ignorance, I'm completely new when it comes to winforms programming.
I'm using a third-party class that spawns an instance of Internet Explorer. This class has a property, hWnd, ...
3
votes
4answers
1k views
WPF rendering problem with HWND children in the way
I suppose it is safe to say that WPF renders its contents as a window background. There are no child windows in a traditional HWND sense. So, when one introduces something HWND based in a WPF app, ...
3
votes
3answers
694 views
Display an Adorner over a WebBrowser control
I'm using the System.Windows.Controls.WebBrowser for various things in my app and I've noticed that adorners are cut off when they are supposed to appear over a WebBrowser. I realize that the ...
3
votes
3answers
2k views
3
votes
1answer
119 views
How can I know which item in a mult-select Microsoft Access listbox was clicked?
I have a listbox in a Microsoft Access form. The MultiSelect property is set to simple.
I want to know which item in the listbox was clicked. Keep in mind that an item may be clicked to SELECT or ...
3
votes
3answers
622 views
Is HWND visible?
Those darned users and their minimized windows.
In C#, if I have a window's HWND, is there a way to tell if it is visible on the desktop?
3
votes
3answers
10k views
How can I tell if a Window has focus? (Win32 API)
Using the Win32 API (in C, but that's inconsequential) how can I tell if a given window (identified by HWND) has focus? I'm hooking an application watching for an event, and when that event occurs I ...
3
votes
2answers
689 views
How do I reliably determine the window handle of a given Outlook inspector window with WordMail turned on from inside a COM-Addin (Outlook <=2003)?
[This code is called from within the Inspector.Activate event handler (first call), i.e. right before the inspector window is actually shown.]
For "native" mail inspectors I can simply QI the ...
3
votes
1answer
1k views
Detecting an Application Focus Change / Hooking something for HWND changes?
How could I detect when any application loses focus? Is there any system hooks to use? I want to pick up when ever a new application is in focus, or when one is lost. Even having the "current" HWND ...
3
votes
5answers
6k views
How do I GetModuleFileName() if I only have a window handle (hWnd)?
I'm trying to get the name of the executable of a window that is outside my C# 2.0 application. My app currently gets a window handle (hWnd) using the GetForegroundWindow() call from "user32.dll".
...
2
votes
1answer
106 views
How to pass a form handle to a DLL for use in Windows API?
First of all, I'm not too comfortable with DLL's. I've done them before, but know very little and always have problems.
This DLL I'm building requires passing a windows form handle (HWND) into the ...
2
votes
1answer
309 views
GDI rendering to WPF window
I've done some searching, but I can't find an exact answer on this. In my C# WPF app, I get the HWND pointer and pass it to a C dll. That C dll then attempts to use GDI calls to render an overlay of ...
2
votes
1answer
371 views
How can I scan and transfer images from a document feeder asynchronously
Which parts of the communication with TWAIN can be put into another thread, e.g. a BackgroundWorker?
Or:
Is it possible to split the loop that handles the image transfer?
Some scanner drivers scan ...
2
votes
2answers
144 views
Invalid HWND for parent
Is it possible to have a valid HWND with a valid parent, and then the parent become invalid without the child becoming invalid?
2
votes
3answers
306 views
How to best encapsulate window handles?
I'm developing a system composed of many independent subsystems. Two of such subsystems are the Window and the GraphicsAdapter subsystem.
The GraphicsAdapter requires a low-level window handle (HWND ...
2
votes
1answer
498 views
I want to disable the shadow effect on a specific aero window
I want to disable the shadow effect on a specific aero window. All I have is the HWND of this window, is this possible?
2
votes
1answer
246 views
Managed form as child of unmanaged HWND
I need to show my System.Windows.Forms.Form as a child window of an unmanaged C++ HWND. This is the C# SDK code that retrieves the NativeWindow:
public static NativeWindow MainWindow()
{
...
2
votes
2answers
287 views
Direct2D window black when not in focus
I have a Direct2D window which paints fine when in focus; however, when focus moves to another window (same application or another), the entire window goes black. I pinned the issue down to the use of ...
2
votes
1answer
2k views
WPF Memory Leak on XP (CMilChannel, HWND)
My WPF application leaks memory at about 4kb/s. The memory usage in Task Manager climbs constantly until the application crashes with an "Out of Memory" exception.
By doing my own research I have ...
2
votes
4answers
2k views
How to get tooltip text for a given HWND?
I'm looking for a way to get the tooltip control (if any) which is associated with a given HWND. The text of the tooltip control would be sufficient, too. The closest thing I found is the TTM_GETTEXT ...
2
votes
8answers
3k views
getting the HWND for my own application in C
since I couldn't find an answer to this question I researched a bit further into the MSDN and I found isChild(). It might give me the answer to that other question.
Now, in order to use isChild() I ...
2
votes
1answer
904 views
c# HwndSourceHook with Windows.Forms
i found this code:
protected override void OnSourceInitialized(EventArgs e)
{
base.OnSourceInitialized(e);
HwndSource hwndSource = PresentationSource.FromVisual(this) as ...
1
vote
1answer
53 views
Get HMENU from HWND within a Hook
I'm installing a hook within my application to get the standard EDIT context menu (with undo/copy/edit/paste/etc.). I need to insert a new menu item for my application.
I've set a windows hook, but I ...
1
vote
1answer
103 views
How to convert a command line string to hwnd in C++?
I want to create a screen saver in C++ using OpenGL. The command line sent to my app for previewing the screen saver in a small window contains a number which is the hwnd of the small monitor window ...
1
vote
0answers
46 views
C++ - How to execute python code using GetDlgItemText?
I have a .pyd, that when imported, creates a window in C++, with a Button and Edit box. When you click the button, it grabs the text out of the edit control using something like this:
char ...
1
vote
2answers
68 views
Close callback or WM_CLOSE from a HWND reference
I'm calling the HtmlHelpA winapi method to display the .chm of my app. This method returns a HWND immediatelly, and the help window is shown as a separate window.
Along with the window, I set a timer ...
1
vote
2answers
133 views
C# show hidden window
I am developing an add in for excel. At some point, I can receive async events. I need to be able to show the Excel window if hidden on these events.
I am able to store the Hwnd property, which I ...
1
vote
1answer
102 views
Reading Text in a Label From Different Application
I have a application working in my pc.
I can get every detail of that application(handle,mainwindowhandle,etc.)
And that application has a lot of labels, and I want to read that label and msgbox that ...
1
vote
0answers
126 views
.NET Handle to HWND
Another basic problem - I can't convert a Process.MainWindowHandle to an HWND. I've tried using Process->MainWindowHandle.ToPointer() and passing that through, but still no love.
Here is a function ...
1
vote
3answers
371 views
Wpf: Getting the containing HwndSource of a custom control
I'm writing a custom Wpf control and I need to grab a reference to the containing window's HwndSource at the earliest possible time. This would be 1) in the constructor of my control if possible or 2) ...
1
vote
2answers
417 views
VB6: Get hWnd of a child control inside a 3rd Party control
I have a vb6 third party UpDown Control (let it be ControlX), with UISpy i could see that ControlX has 2 controls inside, one is a "ThunderRT6TextBox" the other is a "UpDown20WndClass".
I am drawing ...
1
vote
2answers
732 views
How to find main HWND handle of MFC-using parent process
I have a DLL file that is running under a parent piece of software. The parent software uses MFC and displays a main GUI window. What I want to do is create my own little modeless dialog box to pop up ...
1
vote
1answer
488 views
Embed HWND (Window Handle) in a JPanel
I am trying to embed a HWND (Window Handle) in a JPanel.
Actually, I can embed my HWND into a JFrame, but the embedded window alway stay on top of the other component and I can't move it. If a try to ...
1
vote
2answers
213 views
How can I make a Form and a HWND mutually reposition?
I have a System.Windows.Form and a IntPtr acting as HWND.
I want each of them to place the other on move. I'm surprised I couldn't find anything on the web with "Hwnd get/set position c#" and many ...
1
vote
1answer
149 views
Visual Studio 2010 hijacks Interop Callbacks and/or hides the true window handle
I am working with a vendor provided non-managed DLL to interface with some custom hardware. Unfortunately I cannot post the vendor code, but hopefully the sanitized code below will provide enough ...
1
vote
1answer
334 views
Passing Input events from HwndHost to underlying WPF controls?
is there a way to pass input events (primarily mouse, but eventually keyboard input too) that occurs on a HwndHost back to the underlying WPF controls (e.g. a panel) ? i can hook up to WndProc within ...
1
vote
1answer
100 views
Window clicked - what happens then? (c++)
I am working on a limited remote control of another PC over network. At first the controlled window is chosen and the client may control that window and all child windows. I am having a problem with ...
1
vote
2answers
992 views
How do I clear a Direct2D render target to fully transparent
I'm trying to draw semi-transparent rectangles on an invisible HWND. However, clearing the window with ID2D1HwndRenderTarget::Clear just makes the entire window black, so when I draw rectangles on ...
1
vote
2answers
343 views
Creating a Win32 Window app with English title bar, but the title bar becomes Chinese out of nowhere. How come?
HWND wndHandle; //global variable
// code snipped
WNDCLASSEX wcex;
// code snipped
wcex.lpszClassName = (LPCWSTR) "MyTitleName";
// code snipped
wndHandle = CreateWindow(
...
1
vote
1answer
299 views
Getting HWND from firefox
I am writing an extension for Firefox, and I need to find out the window's HWND. I can't enumerate running processes or anything like that, as it needs to be able to handle multiple instances and tell ...
1
vote
2answers
141 views
How often are windows handles reused
I note an applications handle when I use the shell function to open it.
I then use that handle to close the application later.
However the user can also close that other application himself.
Can that ...