Dear Owen,<br><br>Thank you for pointing me to those information. I&#39;ll take a look at those and try to figure out the process of making control panel applets. Unfortunately, I have no background in Windows programming, but I do want to get some through this project.<br>
-- <br>Tony (Chi Zhang)<br><br><br><br><div class="gmail_quote">On Wed, Mar 23, 2011 at 6:34 AM, Owen Rudge <span dir="ltr">&lt;<a href="mailto:owen@owenrudge.net">owen@owenrudge.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Tony,<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I have briefly walked through Owen Rudge&#39;s code of splitting out the<br>
Desktop Integration tab into its own control panel, but have no luck in<br>
getting a decent understanding of it. So I&#39;m hoping some of you can<br>
point me to some documents that related to this task so I can have an<br>
overall understanding of the challenges of this task.<br>
</blockquote>
<br></div>
Actually creating a new control panel applet is a fairly straightforward task. You can look at the existing control panels (appwiz.cpl, inetcpl.cpl) to get an idea of what&#39;s involved, or consult MSDN for more information (<a href="http://tinyurl.com/6yu7cw4" target="_blank">http://tinyurl.com/6yu7cw4</a>). If you&#39;ve not got a background in Windows programming already, it may of course take a little longer to figure everything out.<br>

<br>
More complicated is actually working out how to split up winecfg effectively, and how to do so in a way that doesn&#39;t result in unnecessary code duplication, otherwise you&#39;ll likely find it difficult to actually get your code into the project.<br>

<br>
I would say that there&#39;s certainly potential for a project here, if you can flesh it out - I do think a unified control panel containing all of Wine&#39;s configuration options would be a good thing, rather than the current situation where options are scattered between the control panel, winecfg, etc. The key will be figuring out what you want to do, how you&#39;re going to achieve it, and making sure it will be acceptable to the wider Wine community.<br>

<br>
Regards,<br><font color="#888888">
<br>
-- <br>
Owen Rudge<br>
<a href="http://www.owenrudge.net/" target="_blank">http://www.owenrudge.net/</a><br>
</font></blockquote></div><br>