crazyjust
01-06-2010, 11:47 PM
I have a game on my pc (chuzzle deluxe) that has a .xml file. It is in the properties folder and is called partner.xml. It has the following code in it:
<Properties>
<Boolean id="DefaultWindowed">true</Boolean>
<Boolean id="DontUpdate">false</Boolean>
<String id="ProdName">Chuzzle</String>
<String id="DisplayName">Chuzzle Deluxe</String>
<String id="Offering">33</String>
<String id="RegistryKey">PopCap\Chuzzle</String>
<Integer id="Height">480</Integer>
<Integer id="Width">640</Integer>
<Boolean id="VistaCompliant">true</Boolean>
</Properties>
I changed the <Boolean id="DefaultWindowed">true</Boolean> so it wasn't full screen all the time. How can I make it resizable and able to maximize it?
<Properties>
<Boolean id="DefaultWindowed">true</Boolean>
<Boolean id="DontUpdate">false</Boolean>
<String id="ProdName">Chuzzle</String>
<String id="DisplayName">Chuzzle Deluxe</String>
<String id="Offering">33</String>
<String id="RegistryKey">PopCap\Chuzzle</String>
<Integer id="Height">480</Integer>
<Integer id="Width">640</Integer>
<Boolean id="VistaCompliant">true</Boolean>
</Properties>
I changed the <Boolean id="DefaultWindowed">true</Boolean> so it wasn't full screen all the time. How can I make it resizable and able to maximize it?