search for: findwindow

Displaying 13 results from an estimated 13 matches for "findwindow".

2012 Mar 16
2
Python win32gui FindWindow on wine
I have a very special Problem with one of my Python Programs. I use FindWindow and SendMessage form win32gui library. It works well under Windows but not with wine. I read that wine gives every single program his own userspace and therefore findwindow dont work. I hope you guys maybe know a workaround or have an Idea to get this to work
2006 Dec 23
0
[794] trunk/wxruby2: Fix get_ruby_object so it works with SWIG tracking, move find_window_xx
.../span><del>-# These are implemented below by hand so casting of types are correct which is -# very important when using XRC. </del><ins>+// This is the instance method - implemented instead in Ruby - see window.rb </ins><span class="cx"> %ignore wxWindow::FindWindow; </span><ins>+ +// These are class methods implemented below by hand so casting of types +// is correct, which is very important when using XRC. </ins><span class="cx"> %ignore wxWindow::FindWindowById; </span><span class="cx"> %ignore wxWindo...
2010 Mar 08
1
¿Can I detect tray icon position of a Wine app?
Hi Many Windows apps uses a tray icon. ?There are a command or method to determine x and y corrds of that icon?. I want this to develop a notifier that shows a balloon "growing" from tray icon. Thanks in adavance :)
2003 Oct 25
9
Windows Compile Error
I''ve gotten a lot farther building wxRuby than I did a few months ago. But its getting late here and I''m going to bed. In the meantime, does anyone know why I''m getting this compile error: Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cl -MD -Zi -O2b2xg- -G6
2001 Feb 01
2
Transgaming, Install Shield, and the dead horse
"Geoffrey L. Hausheer" wrote: > > So not to beat a dead horse or anything, but after seeing Gavriel's note > that InstallShield was working in the latest Transgaming patch (I have no > need of the Direct3d stuff, but I was not able to find any relevant pattches > by Andreas on PATCHES), I installed the patch, and tried out installing > MediaPlayer yet again, and
2007 Sep 13
5
problem with exec,system,WinExec, C functions
Hi, i'm using openwatcom under wine, all is ok, but next code will not work: #include <windows.h> void main( void ) { system( "foo.exe" ); } same problem for: #include <windows.h> void main( void ) { WinExec( "foo.exe", SW_SHOW ); } where "foo.exe" is a windows console aplication if i try to launch foo.exe with wine in a terminal window
2017 Jan 06
0
Wine release 2.0-rc4
...equal to 0. d3d8: Do not create render target view while surface refcount is equal to 0. Louis Lenders (1): wine.inf: Add Drivers32 registry key. Nikolay Sivov (2): ole32/tests: Some tests for returned apartment type in implicit MTA case. user32/tests: Added some tests for FindWindow(). Olivier F. R. Dierick (1): xinput1_3: Add DECLSPEC_HOTPATCH to XInputEnable() definition. Pierre Schweitzer (1): mpr: Enumerate connections capability before looking for functions entry points. Piotr Caban (2): msvcrt: Pass correct buffer size to snwprintf in DoMessageBoxW h...
2010 Dec 03
0
Wine release 1.2.2
...Detlef Riekenberg (1): shell32: We have a Unicode parameter when launching a CPL. Dmitry Timoshkov (3): oleaut32: Handle VT_DATE in serialize_param()/deserialize_param(). kernel32: Truncate the reported by GlobalMemoryStatus() memory limits for Win9x versions too. user32: FindWindow() should treat an empty title same way as NULL. Erich Hoover (3): user32: Prepare for multi-frame storing of icons and cursors. user32: Add support for multiple frames in cursor format. winex11: Add support for animated cursors in X11 driver. Eryk Wieliczko (1): comdlg32:...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...p&nbsp&nbsp * \brief Find a child of this window, by identifier. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param long -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> wxWindow* FindWindow(long id ) const; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief Find a child of this window, by name. - -\pythonnote{In place of a single overloaded method name,...
2018 Nov 23
0
Wine release 3.21
...ix return value for scaler GetResolution(). msvcrt: Add _iswlower_l(). msvcrt: Add _iswupper_l(). msvcrt: Add _iswgraph_l(). msvcrt: Add _iswalnum_l(). msvcrt: Add _iswcntrl_l(). msvcrt: Add _iswprint_l(). msvcrt: Add _iswxdigit_l(). user32/tests: Add FindWindow() test for versioned class. server: Use base class atom for child window enumeration. dwrite/tests: Add CreateFontFaceFromHdc() test for in-memory font. gdi32/tests: Run memory resource font test in a child process. gdi32: Improve GetFontFileInfo() compatibility. gdi32...
2008 Nov 21
0
Wine release 1.1.9
...d private function to manage system virtual views instead of abusing NtAllocateVirtualMemory. kernel32/tests: Fix the write watch tests on Win98 and Win2000. user32/tests: Fix the resource tests for various Windows versions. kernel32/tests: Fix pipe test on w2k3. user32: Fix FindWindow to not match an empty class name. ntdll: Don't set noexec protection on builtin dlls, some broken apps clear the execute permission. wintrust: Fix a buffer overflow. ntdll: Get rid of the unaligned_mmap wrapper. kernel32/test: Fix the timer queue tests on Vista. ke...
2010 Oct 29
0
Wine release 1.3.6
...gs. advapi32: Add a stub for EventEnabled. faultrep/tests: Add tests for AddERExcludedApplicationA. wer: Add a stub for WerRemoveExcludedApplication. wer/tests: Add initial tests. include: Add WerReportCreate + WerReportCloseHandle. Dmitry Timoshkov (2): user32: FindWindow() should treat an empty title same way as NULL. gdi32: Make AddFontToList skip adding a face into global lists if the font is not supposed to be enumerated, and return a pointer to first loaded face. Eric Pouech (1): oleaut32: Fix invalid cast. Fr?d?ric Delanoy (1): jscript: Upd...
2008 Aug 22
0
Wine release 1.1.3
...nversion tests. wined3d: Check validity of rects before locking surface in Blt. wined3d: Rework surface Blt a bit to only lock the part of the destination surface being drawn to. dinput: The DIK_ keycode is not the same as the scancode. Austin English (1): user32: Test what FindWindow does when window isn't found. Christian Costa (8): winmm: Implement stub for midiConnect and midiDisconnect. winealsa.drv: Improve midi port names. d3dxof: Implement some parsing in RegisterTemplates. d3dxof: Create FileEnumObject using its constructor. d3dxof: Cr...