search for: wm_initdialog

Displaying 6 results from an estimated 6 matches for "wm_initdialog".

2010 May 15
2
Wineboot: useless dialog
Hi! I wonder about something, which disturb me: thisone (wineboot.c): Code: static INT_PTR CALLBACK wait_dlgproc( HWND hwnd, UINT msg, WPARAM wp, LPARAM lp ) { switch (msg) { case WM_INITDIALOG: { WCHAR *buffer, text[1024]; const WCHAR *name = (WCHAR *)lp; HICON icon = LoadImageW( 0, (LPCWSTR)IDI_WINLOGO, IMAGE_ICON, 48, 48, LR_SHARED ); SendDlgItemMessageW( hwnd, IDC_WAITICON, STM_SETICON, (WPARAM)icon, 0 ); SendDlgItemM...
2019 Mar 03
0
Wine release 3.0.5
...Add a test for custom dialog control data. wrc: Fix generation of custom dialog control data. user32: Fix the pointer to custom dialog control data. user32: Don't force a combobox repaint on WM_SIZE. user32/tests: Add a focus test for an empty dialog that returns TRUE in WM_INITDIALOG. user32: If there is no dialog controls to set focus to then set focus to dialog itself. gdi32: Improve detection of symbol charset for old truetype fonts. user32: Move the auto radio button group logic from BM_SETCHECK to WM_LBUTTONUP handler. user32/tests: Simplify the tes...
2012 Apr 13
0
Wine release 1.5.2
...cons incorrectly rendered in RSTAB 20450 Dragonica crashes on Patcher 20820 Magic: the Gathering Online 3.0 Renamer.exe hangs on startup. 20852 Strange memory corruption in test_FindFirstChangeNotification 20895 Invalid write in DIALOG_CreateIndirect after evil dialog destroys itself in WM_INITDIALOG 22175 Blockland crashes when checking for updates 22622 Unigine Heaven 2 benchmark hangs on exit 22721 CDBurnerXP 4.1+ launcher is missing some images 22763 msxml3 "XML Document" interface is not implemented, required by 2010 USMLE FREDv2 step 3 practice CBT 23513 Dark Fall...
2018 Dec 07
0
Wine release 4.0-rc1
...r BM_CLICK on autoradio button by using a dialog. user32/tests: Add a test for navigating a group of buttons using keyboard events. user32: Add support for navigating a group of radio buttons using a keyboard. user32/tests: Add a focus test for an empty dialog that returns TRUE in WM_INITDIALOG. user32: If there is no dialog controls to set focus to then set focus to dialog itself. gdi32: Improve detection of symbol charset for old truetype fonts. gdi32/tests: Add some additional tests for ExtExtOut on a path for an EMF DC. gdi32: ExtTextOut on a path with bitmap f...
2010 Mar 05
0
Wine release 1.1.40
...o run if we cannot create a window. ole32/tests: Avoid sizeof in traces. Anders Jonsson (1): wordpad: Update Swedish translation. Andrew Eikum (2): shdocvw: Fix typo in WARN. shlwapi: Ignore the hash of HTML URLs in UrlCombine. Andrew Nguyen (3): user32: Ensure that WM_INITDIALOG passes the first tabstop control handle to the dialog procedure. user32/tests: Fix a failure message trace. msi: Correctly set the process working directory in custom action type 34. Andrey Turkin (5): kernel32: Use TEB-based buffer in CreateMutexExA. extrac32: Implement /C...
2001 Nov 28
46
Resource temporarily unavailable
Im trying to run this program called Thinkboxx and wen it tryes to comunicate over the comm port it hangs. Here are som output to read. earlier on i get: Call kernel32.VirtualAlloc(43050000,00001000,00001000,00000004) ret=0058557c Ret kernel32.VirtualAlloc() retval=43050000 ret=0058557c thats from vhere the com port gets an virtual memory space, i think. and in the end i have: Call