<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://mullenstudio.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Software Studio</title><link>http://mullenstudio.net/blogs/software/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>DropPermission</title><link>http://mullenstudio.net/blogs/software/archive/2009/12/31/droppermission.aspx</link><pubDate>Fri, 01 Jan 2010 01:27:00 GMT</pubDate><guid isPermaLink="false">41673300-0604-4bd6-9b75-24e8790b8dc9:991</guid><dc:creator>Mullen</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mullenstudio.net/blogs/software/rsscomments.aspx?PostID=991</wfw:commentRss><comments>http://mullenstudio.net/blogs/software/archive/2009/12/31/droppermission.aspx#comments</comments><description>&lt;p&gt;You may always encounter such kind of situation: you want to delete a directory, but the system says you can&amp;#39;t because you don&amp;#39;t have the permission (even you disabled UAC or use administrator). It often happens on Windows Vista or Windows 7, sometime reinstalling system still can&amp;#39;t solve this problem.&lt;/p&gt;
&lt;p&gt;Maybe you know that by set ownership of the file or folder, and set corresponding permission can help you. But if there are hundreds of folders, and in certain situation you can only fix it one by one from the deepest folder, it is still frustrated.&lt;/p&gt;
&lt;p&gt;With DropPermission, you can fix batch of files and folders simply by drag &amp;amp; drop.&lt;/p&gt;
&lt;p&gt;You may need Administrator permission when prompted.&lt;/p&gt;
&lt;p&gt;Program depends on .net Framework 3.5. If not installed,&amp;nbsp;you can download it here. &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=AB99342F-5D1A-413D-8319-81DA479AB0D7&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=AB99342F-5D1A-413D-8319-81DA479AB0D7&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Program download is&amp;nbsp;here. &lt;a href="http://mullenstudio.net/media/p/990.aspx"&gt;http://mullenstudio.net/media/p/990.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Sourceforge Page: &lt;a href="http://sourceforge.net/projects/droppermission/"&gt;http://sourceforge.net/projects/droppermission/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;你可能进场遇到这样的情况：你希望删除一个目录，但是系统却说你不能删除，因为你没有权限（即便你禁用了UAC或者使用了管理员）。这种情况在Windows Vista和Windows 7上经常发生，有时候即使重装系统也解决不了。&lt;/p&gt;
&lt;p&gt;可能你知道通过设置文件或文件夹的创建者，并且设置相应权限可以解决。但是如果有上百个文件夹，并且在某些情况下你只能通过从最深层目录开始一个一个的修复它，那么还是很折腾人的。&lt;/p&gt;
&lt;p&gt;利用DropPermission，你可以简单的通过拖拽一次修复一批文件和目录。&lt;/p&gt;
&lt;p&gt;你可能在给出提示的时候需要提供管理员权限。&lt;/p&gt;
&lt;p&gt;程序下载在这里。&lt;a href="http://mullenstudio.net/media/p/990.aspx"&gt;http://mullenstudio.net/media/p/990.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;程序基于.net Framework 3.5。如果没有安装，你可以从这里下载。&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=AB99342F-5D1A-413D-8319-81DA479AB0D7&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=AB99342F-5D1A-413D-8319-81DA479AB0D7&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Sourceforge页面：&lt;a href="http://sourceforge.net/projects/droppermission/"&gt;http://sourceforge.net/projects/droppermission/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mullenstudio.net/aggbug.aspx?PostID=991" width="1" height="1"&gt;</description><category domain="http://mullenstudio.net/blogs/software/archive/tags/Permission/default.aspx">Permission</category><category domain="http://mullenstudio.net/blogs/software/archive/tags/DropPermission/default.aspx">DropPermission</category></item><item><title>Win7WallpaperFix</title><link>http://mullenstudio.net/blogs/software/archive/2009/12/30/win7wallpaperfix.aspx</link><pubDate>Thu, 31 Dec 2009 05:59:00 GMT</pubDate><guid isPermaLink="false">41673300-0604-4bd6-9b75-24e8790b8dc9:987</guid><dc:creator>Mullen</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mullenstudio.net/blogs/software/rsscomments.aspx?PostID=987</wfw:commentRss><comments>http://mullenstudio.net/blogs/software/archive/2009/12/30/win7wallpaperfix.aspx#comments</comments><description>&lt;p&gt;Fix a bug in Windows 7 when using more than 2 monitors with different resolution, the size of the wallpaper will always wrong because all the monitors use the same size of wallpaper as the main monitor.&lt;/p&gt;
&lt;p&gt;For example, if you have 2 monitors, main monitor has a smaller resolution than 2nd monitor. If you set picture position as fill, fit or stretch, you will find a black border around the 2nd monitor&amp;#39;s wallpaper. This is because the 2nd monitor&amp;#39;s wallpaper use the same size as the main monitor, whose resolution is smaller. For tile or center, you cannot let the wallpaper&amp;#39;s size fits all monitors resolution. Vista doesn&amp;#39;t have such kind of bug.&lt;/p&gt;
&lt;p&gt;Since no fix yet and the requirement of this function is critical (otherwise you will always see the black border or only see the center part&amp;nbsp;of the wallpaper in&amp;nbsp;certain situation), I build this software. The software will generate a large wallpaper by putting selected wallpaper in different parts of the generate wallpaper&amp;nbsp;with different size&amp;nbsp;according to the current position / resolution&amp;nbsp;information of the monitors. Therefore,&amp;nbsp;you can use it by set the picture position in control panel as &amp;quot;tile&amp;quot; to make all monitors has correct size of wallpaper.&lt;/p&gt;
&lt;p&gt;The program is build on VS 2010 and use .net Framework 3.5. Since Windows 7 already has .net Framework 3.5, you can directly.&lt;/p&gt;
&lt;p&gt;Windows XP is also supported, but .net Framework 3.5 is required. Windows Vista doesn&amp;#39;t have such kind of bug.&lt;/p&gt;
&lt;p&gt;English &amp;amp; Simplified Chinese version included.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mullenstudio.net/media/p/993.aspx"&gt;http://mullenstudio.net/media/p/993.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;修正Windows 7 下面的一个错误，当使用两个以上不同分辨率的显示器的时候，墙纸的大小永远是错误的，因为所有显示器都使用主显示器墙纸的大小。&lt;/p&gt;
&lt;p&gt;举例来说，假设你有两个显示器，主显示器的分辨率小于副显示器。如果你的图片位置设置为填充/适合/拉伸，你会发现副显示器的比值周围有黑边。这是由于副显示器的壁纸使用了和主显示器一样的大小，但是主显示器的分辨率更小造成的。对于平铺或者剧中，你也不能让壁纸的大小适合所有显示器的分辨率。Vista没有这个bug。&lt;/p&gt;
&lt;p&gt;由于目前还没有这个bug的修正，并且问题很恼人（要么你总是看到黑边要么只能看到壁纸中间的一部分），我写了这个软件。软件会自动生成一个大的壁纸，这个大的壁纸有许多不同大小和未知的壁纸根据当前显示器的位置和分辨率拼成。这样，你就可以通过控制面板中将图片位置设置为平铺，来始终这样大的壁纸，从而让所有显示器的壁纸大小正确。&lt;/p&gt;
&lt;p&gt;程序使用VS2010编译，基于.net Framework 3.5。由于Windows7自带了.net Framework 3.5，所以可直接使用。&lt;/p&gt;
&lt;p&gt;支持Windows XP，但需要.net Framework 3.5. Windows Vista本身没有这个bug。&lt;/p&gt;
&lt;p&gt;包括英文和简体中文版。&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mullenstudio.net/media/p/993.aspx"&gt;http://mullenstudio.net/media/p/993.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mullenstudio.net/aggbug.aspx?PostID=987" width="1" height="1"&gt;</description><category domain="http://mullenstudio.net/blogs/software/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://mullenstudio.net/blogs/software/archive/tags/Win7WallpaperFix/default.aspx">Win7WallpaperFix</category></item><item><title>AppLocale Pro</title><link>http://mullenstudio.net/blogs/software/archive/2009/03/15/applocale-pro.aspx</link><pubDate>Mon, 16 Mar 2009 00:21:00 GMT</pubDate><guid isPermaLink="false">41673300-0604-4bd6-9b75-24e8790b8dc9:5</guid><dc:creator>Mullen</dc:creator><slash:comments>431</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mullenstudio.net/blogs/software/rsscomments.aspx?PostID=5</wfw:commentRss><comments>http://mullenstudio.net/blogs/software/archive/2009/03/15/applocale-pro.aspx#comments</comments><description>&lt;p&gt;If you are experiencing problems with an application that worked correctly on an some localized version of Windows, or feeling Microsoft AppLocale is not convenient on current version of Windows, this&amp;nbsp;software helps you select a compatible language setting that may resolve those issues.&lt;/p&gt;
&lt;p&gt;如果你运行程序遇到问题，而这个程序可以在对应语言的Windows下正常运行；或者你觉得在当前版本Windows下使用Microsoft AppLocale不方便，那么这个程序可以帮助你选择兼容的语言设置并且解决这些问题。&lt;/p&gt;
&lt;p&gt;The software is an&amp;nbsp;enhancement of Microsoft AppLocale, it provieds following features:&lt;/p&gt;
&lt;p&gt;这个程序是Microsoft AppLocale的增强版，提供了如下功能&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Run non-unicode software correctly, such as running Chinese or Japanese software under English windows system. (Basic feature provided by Microsoft AppLocale)&lt;/li&gt;
&lt;li&gt;Fully support UAC, you can select whether run a program by administrator, or let this software decide automaticly. (New feature!)&lt;/li&gt;
&lt;li&gt;Run program with AppLocale Pro by right click the exe file and click the Menu &amp;quot;Run by AppLocale Pro&amp;quot; in Windows Explorer, the language be selected automaticly, and no additional dialog (New feature!)&lt;/li&gt;
&lt;li&gt;Save special information for each program, and use this information for context menu in Windows Explorer. (New feature!)&lt;/li&gt;
&lt;li&gt;Start program from saved informatioin. (New feature!)&lt;/li&gt;
&lt;li&gt;Run program with AppLocale Pro by right click the exe file and click the Menu &amp;quot;Run by AppLocale Pro...&amp;quot; in Windows Explorer to select the language and other arguments yourself. (New feature!)&lt;/li&gt;
&lt;li&gt;Advanced support for programs that requiring arguments. (Improved feature)&lt;/li&gt;
&lt;li&gt;More languages to select; Select Language by keyboard; Sort languages by LCID or name. (Improved feature)&lt;/li&gt;
&lt;li&gt;Help you install Microsoft AppLocale in Windows Vista with UAC. (Improved feature)&lt;/li&gt;
&lt;li&gt;Create shortcut for programs with locale information. (Improved feature)&lt;/li&gt;
&lt;li&gt;Large icon for Windows Vista (Improved feature)&lt;/li&gt;
&lt;li&gt;Support command line (Improved feature)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;正确运行非Unicode软件，例如在英文系统下运行中文或者日文软件。（Microsoft AppLocale提供的基本功能）&lt;/li&gt;
&lt;li&gt;完全支持UAC，你可以指定一个程序是否已管理员身份运行，或者让这个软件自动决定。（新功能！）&lt;/li&gt;
&lt;li&gt;通过在资源管理器右键菜单选择&amp;ldquo;通过AppLocale Pro运行&amp;rdquo;，可以自动以对应的语言运行程序，并且不会有附加对话框。(新功能！)&lt;/li&gt;
&lt;li&gt;可以为每个程序保存各自的信息，并且这些信息将会用到资源管理器的菜单中。（新功能！）&lt;/li&gt;
&lt;li&gt;通过保存的信息直接启动程序。（新功能！）&lt;/li&gt;
&lt;li&gt;通过在资源管理器右键菜单选择&amp;ldquo;通过AppLocale Pro运行&amp;hellip;&amp;hellip;&amp;rdquo;，可以自己选择语言或者其他参数。（新功能！）&lt;/li&gt;
&lt;li&gt;对需要参数的程序提供更好的支持。（改进的功能）&lt;/li&gt;
&lt;li&gt;可以选择更多的语言；通过键盘选择语言；根据LCID或者名称对语言排序。（改进的功能）&lt;/li&gt;
&lt;li&gt;帮助你在打开UAC的Windows Vista系统下安装Microsoft AppLocale。（改进的功能）&lt;/li&gt;
&lt;li&gt;建立带有语言信息的程序快捷方式。（改进的功能）&lt;/li&gt;
&lt;li&gt;Windows Vista下的超大图标。（改进的功能）&lt;/li&gt;
&lt;li&gt;支持命令行。（改进的功能）&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://mullenstudio.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/software/AppLocPro1.png"&gt;&lt;img border="0" src="http://mullenstudio.net/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/software/AppLocPro1.png" alt="" /&gt;&lt;/a&gt;&lt;a href="http://mullenstudio.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/software/AppLocPro2.png"&gt;&lt;img border="0" src="http://mullenstudio.net/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/software/AppLocPro2.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The program is under beta stage, please report any bugs in the forum.&lt;/p&gt;
&lt;p&gt;软件仍处于Beta阶段，请在论坛中汇报任何Bug。&lt;/p&gt;
&lt;p&gt;System requirement:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows Vista / XP, 32 &amp;amp; 64 bit&lt;/li&gt;
&lt;li&gt;.net Framework 2.0 or later (Can automaticly downloaded by installer)&lt;/li&gt;
&lt;li&gt;Microsoft AppLocale (Because of copyright issue, this program will only provides the link&amp;nbsp;of the software in Microsoft Download Center)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;系统需求&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows Vista / XP, 32或64位&lt;/li&gt;
&lt;li&gt;.net Framework 2.0或更高（可以在安装的时候自动下载）&lt;/li&gt;
&lt;li&gt;Microsoft AppLocale（由于版权原因，本程序只会提供在Microsft下载中心下载这个软件的连接）&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Remark&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Uninstall localized program is not supported currently&lt;/li&gt;
&lt;li&gt;If a program can&amp;#39;t run correctly by Microsoft AppLocale, it will be the same as by AppLocale Pro&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;注意&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;以对应语言运行卸载程序的功能尚不支持&lt;/li&gt;
&lt;li&gt;如果一个程序不能通过Microsoft AppLocale正确运行，那么AppLocale Pro也一样。&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Download&lt;/p&gt;
&lt;p&gt;32Bit&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://mullenstudio.net/media/p/6.aspx"&gt;http://mullenstudio.net/media/p/6.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;64Bit&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://mullenstudio.net/media/p/9.aspx"&gt;http://mullenstudio.net/media/p/9.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mullenstudio.net/aggbug.aspx?PostID=5" width="1" height="1"&gt;</description><category domain="http://mullenstudio.net/blogs/software/archive/tags/Localized/default.aspx">Localized</category><category domain="http://mullenstudio.net/blogs/software/archive/tags/AppLocale+Pro/default.aspx">AppLocale Pro</category><category domain="http://mullenstudio.net/blogs/software/archive/tags/Software/default.aspx">Software</category><category domain="http://mullenstudio.net/blogs/software/archive/tags/Non-Unicode/default.aspx">Non-Unicode</category></item></channel></rss>