Displaying 4 results from an estimated 4 matches for "sw_shownormal".
2007 Mar 19
2
ShellExecute
...der Wine, ShellExecute isn't opening .html files that my
Windoze app creates.
Any thoughts? I know very little about linux or Wine.
//fname is unicode CString that has a fully qualified *existing* .html
filename
HINSTANCE h = ShellExecute(NULL, _T("open"), fname, NULL, NULL,
SW_SHOWNORMAL);
if ((UINT)h <= 32)
{ /* yep, it fails to launch */ };
2005 Apr 21
9
Screen capture, save to file
Is there anything in the utils to capture a screen ( or maybe just a
window) and save to a file.
I have this, but I have no idea where it came from, but it gives a
corrupted image
Paul
# -*- ruby -*-
# screen capture --
# This script runs with a Ruby/DL which is included in ruby-1.7.
require ''dl/import''
module ScreenCapture
extend DL::Importable
dlload
2005 Oct 09
3
Exploring Folders
...e trying to get them to work correctly under Wine. We have two outstanding issues
1. Toolbars - the generic icons do not list (ie STD_DELETE). Currently posted under Bugzilla
2. We provide menu links to open a folder using the Win32 API command
ShellExecute(hwndDlg, NULL, szFolder, NULL, NULL, SW_SHOWNORMAL);
(szFolder is the folder path to open)
Under Windows this opens Windows Explorer with the sleected folder open. This allows our uses to open/print the various files in these folders.
Under WIne the above command does nothing. A feedback via Bugzilla informs me that this is because Windows Explo...
2017 Feb 17
0
Wine release 2.2
...le assigment to the same lvalue (coccinellery).
dplayx: Fix multiple assigments to the same lvalue (coccinellery).
kernel32: Remove always true if conditions (coccinellery).
strmbase: Remove an always true if condition (coccinellery).
shell32/tests: Use the correct field for SW_SHOWNORMAL (coccinellery).
hid/tests: Remove duplicated for condition (coccinellery).
crypt32/tests: Use IsEqualGUID() to compare GUIDs.
Nikolay Sivov (48):
urlmon: Remove 'stub' from implemented functions trace message.
msctf: Return proper pointer to interface.
oleaut3...