<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1515" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; my company develops Windows 
applications and we are trying to get them to work correctly under Wine. We have 
two outstanding issues</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>1. Toolbars - the generic icons do not list (ie 
STD_DELETE). Currently posted under Bugzilla</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>2. We provide menu links to open a folder using the 
Win32 API command</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp; ShellExecute(hwndDlg, NULL, szFolder, 
NULL, NULL, SW_SHOWNORMAL);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>(szFolder is the folder path to open)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Under Windows this opens Windows Explorer with the 
sleected folder open. This allows our uses to open/print the various files in 
these folders.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Under WIne the above command does nothing. A 
feedback via Bugzilla informs me that this is because Windows Explorer is not 
implemented in Wine. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have also tried using launching a Linux 
equivillent (Naultilus on the particular system we are testing on Slackware) but 
it does not launch, I assume as it is a Linux program not a Win32 
program.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can anyone suggest a simple work around. I know we 
could create a dialogue and work around that way, but my boxx wants a simple way 
to preferably use an external application using say ShellExecute.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>It there a way to launch a Linux application from a 
Win32 application running via Wine. If so I could just try running some of the 
common browsing applications, like Nautilus.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>