User zproxy - Stack Overflowmost recent 30 from stackoverflow.com2009-11-28T15:51:50Zhttp://stackoverflow.com/feeds/user/94411http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1678069/is-there-any-risk-while-using-visual-studio-2010-beta-2/1720400#17204000Answer by zproxy for Is there any risk while using Visual Studio 2010 Beta 2?zproxy2009-11-12T06:58:34Z2009-11-12T06:58:34Z<p>There is an issue for touch screen machines which may render WPF applications unusable.</p>
<p>A workaround exists. See details:</p>
<blockquote>
<p><a href="http://zproxy.wordpress.com/2009/10/22/ms-win32-penimc-unsafenativemethods-threw-an-exception/" rel="nofollow">‘MS.Win32.Penimc.UnsafeNativeMethods’ Threw An Exception</a></p>
<p>fix: C:\Windows\Microsoft.NET\Framework\v3.0\WPF>regsvr32 PenIMC.dll</p>
</blockquote>
http://stackoverflow.com/questions/960330/how-to-set-google-app-engine-java-content-type-to-utf-82How to set Google App Engine java Content-Type to UTF-8zproxy2009-06-06T19:14:43Z2009-11-11T15:12:58Z
<p>It seems I cannot get UTF-8 encoding to be sent in the response headers.
I tried using this to no avail:</p>
<pre><code>resp.setHeader("Content-Encoding", "utf-8");
</code></pre>
<p>Does anyone know when is this bug to be fixed or is <strong>there a workaround</strong>?</p>
<p>References:</p>
<ul>
<li><a href="http://groups.google.com/group/google-appengine/browse%5Fthread/thread/68a480cb7bec869e" rel="nofollow">http://groups.google.com/group/google-appengine/browse_thread/thread/68a480cb7bec869e</a></li>
<li><a href="http://www.ozelwebtasarim.com/index.php/google/10004-google-app-engine-java-utf-8-character-encoding-problem" rel="nofollow">http://www.ozelwebtasarim.com/index.php/google/10004-google-app-engine-java-utf-8-character-encoding-problem</a></li>
</ul>
http://stackoverflow.com/questions/1539959/normalizing-net-generics0Normalizing .net genericszproxy2009-10-08T19:35:24Z2009-11-05T06:57:52Z
<p>While rewriting an assembly if I were to instruct a compiler to generate a nongeneric type for each generic instance would the application just get bigger in code and yet have the same performance?</p>
http://stackoverflow.com/questions/365370/proper-way-to-stop-tcplistener/1632722#16327220Answer by zproxy for Proper way to stop TcpListenerzproxy2009-10-27T18:19:00Z2009-10-27T18:19:00Z<p>listener.Server.Close() from another thread breaks the blocking call.</p>
<p>A blocking operation was interrupted by a call to WSACancelBlockingCall</p>
http://stackoverflow.com/questions/1554062/how-to-use-analytics-for-desktop-applications0How to use analytics for desktop applications?zproxy2009-10-12T11:36:08Z2009-10-27T15:00:08Z
<p>Google Analytics is nice, but it is for websites.</p>
<p>If I have a console application how can I track its usage worldwide? Can i just download an transparent.gif file from the analytics service provider?</p>
<p>What are your thoughts on such analytics?</p>
http://stackoverflow.com/questions/1459779/how-to-make-a-net-application-which-is-also-a-zip-file1How to make a .net application which is also a zip file?zproxy2009-09-22T12:22:26Z2009-10-24T03:45:53Z
<p>I know this can be done. Can you show how to create a .net exe which also can be opened as a zip file with any zip file browser?</p>
http://stackoverflow.com/questions/1565980/is-there-market-for-visual-code-injection-tool-in-net-1Is there market for visual code injection tool in .net? [closed]zproxy2009-10-14T12:38:09Z2009-10-14T12:42:55Z
<p>This is market research.</p>
<blockquote>
<p>You have a pure .net assembly written in C# and would like to inject code to it.</p>
</blockquote>
<p>If I were to develop a visual or console interface (.net reflector like) would you like to pay for such a tool? And if then how much?</p>
<p>The visual interface could be drag and drop based :)</p>
<p>Additional features would be simple obfuscation and merging support.</p>
http://stackoverflow.com/questions/1497823/what-is-acrord32-doing-in-explorer-exe0What is AcroRd32 doing in explorer.exe? [closed]zproxy2009-09-30T12:33:24Z2009-10-11T20:48:44Z
<p>At rand explorer will launch a thread which eats 50% of cpu.</p>
<p>I've captured this stacktrace:</p>
<p><img src="http://farm4.static.flickr.com/3427/3968210597%5F825e2b4a42.jpg" alt="alt text" /></p>
<p>Why is Acrobat PDF Reader reading my documents in the back? It seems like explorer is scanning my documents?</p>
<p>Have you experienced such behaviour?</p>
http://stackoverflow.com/questions/1540066/sourcecode-with-a-license-in-header3Sourcecode with a license in headerzproxy2009-10-08T19:58:12Z2009-10-08T20:02:04Z
<p>What are the benefits and goals of having a license commment in the header of the source file?</p>
<p>Why are you adding a license header to your source code? </p>
http://stackoverflow.com/questions/1508189/how-to-do-a-cloud-effect-in-wpf0How to do a cloud effect in WPF?zproxy2009-10-02T07:42:14Z2009-10-02T10:37:05Z
<p><a href="http://jsc.sourceforge.net/examples/web/TheCloudEffect/TheCloudEffect.htm" rel="nofollow">I can</a> do a nice <a href="http://wonderfl.net/code/2a89f8ce73761709029b59ade165662fb5f0e9d3" rel="nofollow">cloud effect</a> in flash.</p>
<p><a href="http://jsc.sourceforge.net/examples/web/TheCloudEffect/TheCloudEffect.htm" rel="nofollow"><img src="http://jsc.sourceforge.net/examples/web/TheCloudEffect/assets/TheCloudEffect/Preview.png" alt="alt text" /></a></p>
<p>I want to do the same in .net 3.5 WPF in C# code. Can you show me how to do it?</p>
http://stackoverflow.com/questions/1431468/which-ingame-scripting-language-should-i-support1Which ingame scripting language should I support?zproxy2009-09-16T07:20:23Z2009-09-16T12:33:48Z
<blockquote>
<p>The ingame script will control NPC/AI logic.</p>
</blockquote>
<p>If I were to implement ingame scripting feature which language should it support?</p>
<ul>
<li>JavaScript (builtin browser support)</li>
<li><a href="http://en.wikipedia.org/wiki/Tcl" rel="nofollow">TCL</a> (<a href="http://sourceforge.net/projects/tcljava/files/jacl/" rel="nofollow">interpreter in java</a>)</li>
<li><a href="http://en.wikipedia.org/wiki/Lua%5F%28programming%5Flanguage%29" rel="nofollow">Lua</a> (<a href="http://trainofthoughts.org/blog/2007/09/16/lua-popularity/" rel="nofollow">popular</a>)</li>
<li><a href="http://en.wikipedia.org/wiki/Squirrel%5F%28programming%5Flanguage%29" rel="nofollow">Squirrel</a> </li>
<li><em>Other</em></li>
</ul>
<p>Keep in mind my implementation will run on multiple platforms like .net, flash, javascript and java.</p>
<p>What are the pro's and con's of the listed possibilities? How long will it take to implement the interpreter?</p>
<p>What features are ingame scripters looking for?
What are other games implementing?</p>
<p>I am thinking to vote for javascript due to the fact that everybody can read and write it.</p>
<p>What are your thoughts?</p>
http://stackoverflow.com/questions/1431228/how-to-get-sponsorship-from-microsoft-research5How to get sponsorship from Microsoft research?zproxy2009-09-16T06:12:58Z2009-09-16T06:16:54Z
<p>I have learned that <a href="http://www.lua.inf.puc-rio.br/section/2" rel="nofollow">Lua.NET was sponsored by Microsoft Research</a>.
How can one contact them and ask for sponsorship for research? Has anyone any experience in it?</p>
http://stackoverflow.com/questions/1392409/what-do-i-need-to-know-to-upgrade-a-complex-application-from-cbuilder-2007-to-2/1392538#13925380Answer by zproxy for What do I need to know to upgrade a complex application from C++Builder 2007 to 2010?zproxy2009-09-08T07:44:40Z2009-09-08T07:44:40Z<p>Is the cost of upgrading in line with the benefits? </p>
<p>Why not start a gradual upgrade where new components would be developed on the new platform. Integrate the new components to the old version via different interop helpers.</p>
<p><a href="http://vbnotebookfor.net/2007/05/29/a-look-at-when-to-rewrite-your-vb6-apps-in-vbnet/" rel="nofollow">This approach was suggested to <code>vb6</code> developers who were thinking about upgrading to <code>vb.net</code></a>.</p>
http://stackoverflow.com/questions/1392156/c-winform-avoid-two-message-box/1392174#13921740Answer by zproxy for C# WINForm avoid two message boxzproxy2009-09-08T05:36:44Z2009-09-08T05:36:44Z<p>you could use a global lock object for your messages.</p>
<p>whenever you feel like showing a message box you'd write something like this:</p>
<pre><code>lock (mymessages)
{
if (!nomoremessages)
{
MessageBox.Show("Hi");
nomoremessages = true;
}
}
</code></pre>
<p>This shall ensure only the first message will ever be shown. </p>
http://stackoverflow.com/questions/1270822/how-can-i-do-3d-transformation-in-wpf0How can I do 3D transformation in WPF?zproxy2009-08-13T08:42:11Z2009-08-13T20:24:56Z
<p>In flash10 <a href="http://zproxy.wordpress.com/2009/08/13/example-matrixstuffexample/" rel="nofollow">I can</a> easly rotate an image around its center in 3D space.</p>
<p>The flash10 example I have is at <a href="http://jsc.sourceforge.net/examples/web/MatrixStuffExample/Application.htm" rel="nofollow">http://jsc.sourceforge.net/examples/web/MatrixStuffExample/Application.htm
<img src="http://jsc.sourceforge.net/examples/web/MatrixStuffExample/assets/MatrixStuffExample/Preview.png" alt="alt text" /></a></p>
<p>I want to port this example to WPF.</p>
<p>Is there an example how to do such 3D transformation in WPF within C# without XAML?</p>
<p>In silverlight 3 you'd be using Matrix3DProjection. How would you implement in WPF?</p>
http://stackoverflow.com/questions/1150250/removing-all-event-handlers-in-one-go/1187292#11872921Answer by zproxy for Removing all event handlers in one gozproxy2009-07-27T09:38:19Z2009-07-27T09:38:19Z<p>Why not use <a href="http://msdn.microsoft.com/en-us/library/system.delegate.removeall.aspx" rel="nofollow">Delegate.RemoveAll</a>? (maybe using reflection if the Delegate instance is private)</p>
http://stackoverflow.com/questions/1121698/windows-crt-and-assert-reporting-abort-retry-ignore/1176812#11768120Answer by zproxy for Windows CRT and assert reporting (abort,retry,ignore)zproxy2009-07-24T10:19:38Z2009-07-24T10:25:05Z<p>Why not use <a href="http://msdn.microsoft.com/en-us/library/ms679297%28VS.85%29.aspx" rel="nofollow">DebugBreak Function</a>?</p>
<p>Or even use an opcode?</p>
<pre><code>#ifdef _X86_
#define BreakPoint() _asm { int 3h }
#else
#define BreakPoint() DebugBreak()
#endif
</code></pre>
<blockquote>
<p><a href="http://msdn.microsoft.com/en-us/library/45yd4tzz.aspx" rel="nofollow">Before Visual C++ 2005, the instruction</a>,</p>
<p><code>__asm int 3</code> did not cause native code to be generated when compiled with
/clr; the compiler translated the
instruction to a CLR break
instruction. Beginning in Visual C++
2005, __asm int 3 now results in
native code generation for the
function. If you want a function to
cause a break point in your code and
if you want that function compiled to
MSIL, use __debugbreak.</p>
</blockquote>
http://stackoverflow.com/questions/1175832/define-optional-implementation-methods-in-interface/1175863#11758630Answer by zproxy for Define optional implementation methods in Interface?zproxy2009-07-24T05:27:31Z2009-07-24T06:06:17Z<p>C# version 4 (<a href="http://code.msdn.microsoft.com/csharpfuture" rel="nofollow">or vNext</a>) is considering <a href="http://stackoverflow.com/questions/656564/do-you-think-auto-interface-implementation-would-be-useful-in-net-c">default implementation for interfaces</a> - I heard that on <a href="http://channel9.msdn.com" rel="nofollow">channel9</a> a few months ago ;). </p>
<p>Interfaces with default implementation would behave somewhat like abstract base classes. Now that you can inherit multiple interfaces this could mean that C# might get multiple inheritance in form of interfaces with default implementations.</p>
<p>Until then you might get away with extension methods...</p>
<p>Or your type could make use of the delegates.</p>
<pre><code>interface IOptionalStop
{
Action Stop { get; }
}
public class WithStop : IOptionalStop
{
#region IOptionalStop Members
public Action Stop
{
get;
private set;
}
#endregion
public WithStop()
{
this.Stop =
delegate
{
// we are going to stop, honest!
};
}
}
public class WithoutStop : IOptionalStop
{
#region IOptionalStop Members
public Action Stop
{
get;
private set;
}
#endregion
}
public class Program
{
public static string Text { get; set; }
public static void Main(string[] args)
{
var a = new WithStop();
a.Stop();
var o = new WithoutStop();
// Stop is null and we cannot actually call it
a.Stop();
}
}
</code></pre>
http://stackoverflow.com/questions/1152688/how-to-apply-sound-distortion-in-actionscript-30How to apply sound distortion in actionscript-3?zproxy2009-07-20T09:57:14Z2009-07-20T11:07:24Z
<p>Let's say the sound input is either an embedded mp3 file or the microphone.</p>
<p>Is there an example of how to make it sound <strong>demonic and creepy</strong>, or like a <strong>radio transmission from the battlefield</strong> in actionscript-3 dynamically on runtime.</p>
<p>Reference:
<a href="http://www.youtube.com/watch?v=JAY88WH0FcU" rel="nofollow">http://www.youtube.com/watch?v=JAY88WH0FcU</a></p>
http://stackoverflow.com/questions/1152069/what-is-the-conventional-way-to-assign-default-values-to-member-variables-in-c/1152191#11521910Answer by zproxy for What is the conventional way to assign default values to member variables in C#?zproxy2009-07-20T07:50:36Z2009-07-20T09:58:25Z<p>I am using the <a href="http://msdn.microsoft.com/en-us/library/25tdedf5.aspx" rel="nofollow">default keyword</a>.</p>
<pre><code>// local variable
var x = default(Action);
// member variable
this.FieldX = default(Action);
</code></pre>
<p>Update: added the link to msdn</p>
http://stackoverflow.com/questions/1141494/how-can-i-implement-adobe-stratus-client-in-c0How can I implement adobe stratus client in C#?zproxy2009-07-17T05:15:43Z2009-07-17T12:08:28Z
<p>In <a href="http://labs.adobe.com/technologies/stratus/" rel="nofollow">actionscript3 I am able to create a p2p network</a> and send arbitary text data around. While this works fine in a <a href="https://admin.na3.acrobat.com/%5Fa204547676/p85387367/" rel="nofollow">network of flash clients</a> I would like to connect a non flash client <strong>written instead in c#</strong> to <strong>the same p2p network</strong>.</p>
<p>Is anybody working on such a thing already? Are there any articles on how to do it? </p>
http://stackoverflow.com/questions/1142405/c-will-compiler-optimize-variable-away/1142461#11424610Answer by zproxy for C++ : Will compiler optimize &Variable; away?zproxy2009-07-17T10:17:22Z2009-07-17T10:17:22Z<p>It seems you take a reference to a local variable on stack or register. The best way to find out what the compiler does at the moment is to view the Disassembly view in Visual Studio.</p>
<p><a href="http://social.msdn.microsoft.com/Forums/en-US/vcplus2008prerelease/thread/b8412c3b-1d1c-4821-94f4-2073b81141c6" rel="nofollow">Disassembly view in Debugger (Visual Studio Orcas)</a></p>
http://stackoverflow.com/questions/1072757/how-to-apply-actionscript-3-radial-effect-in-flash0How to apply actionscript 3 radial effect in flash?zproxy2009-07-02T06:12:57Z2009-07-02T09:18:11Z
<p>In actionscript 3 I want to apply a special effect which will render my flat 2d layout into a radial form.</p>
<p>Is there a way to achieve such an effect with existing features or should that be developed first by using alchemy?</p>
<p>External Example:
<img src="http://d2syub29v5lge2.cloudfront.net/web/playfishcom/img/crazy%5Fplanets/cp%5Fscreenshot2%5F640.jpg" alt="alt text" /></p>
http://stackoverflow.com/questions/1034900/near-duplicate-image-detection/1072766#10727663Answer by zproxy for Near-Duplicate Image Detection zproxy2009-07-02T06:16:39Z2009-07-02T06:16:39Z<p>In the age of web services you could try <a href="http://tineye.com" rel="nofollow">http://tineye.com</a></p>
http://stackoverflow.com/questions/923151/design-strategies-for-class-libraries-that-span-javascript-and-c/960690#9606903Answer by zproxy for Design strategies for class libraries that span Javascript and C#zproxy2009-06-06T22:21:20Z2009-06-06T22:21:20Z<p>I think you should check out my C# to JavaScript compiler out at <a href="http://jsc.sourceforge.net/" rel="nofollow">http://jsc.sourceforge.net/</a></p>
<p>Unlike Script# my jsc compiler works on MSIL level.</p>
<p>WPF Example: <a href="http://jsc.sourceforge.net/examples/avalon/AvalonExampleGalleryDocument.htm" rel="nofollow">AvalonExampleGallery</a>
<img src="http://jsc.sourceforge.net/examples/avalon/assets/AvalonExampleGallery/Preview.png" alt="alt text" /></p>
<p>Contact me if you have any specific questions.</p>
http://stackoverflow.com/questions/896629/how-to-run-clr-2-application-as-clr-4-application1How to run CLR 2 application as CLR 4 applicationzproxy2009-05-22T06:43:29Z2009-05-22T07:27:52Z
<p>Lets say I have an old application which will try to load an external assembly.</p>
<ul>
<li>The old application is compiled to CLR 2.</li>
<li>The new assembly is compiled to CLR 4.</li>
</ul>
<p>I would like to be able to run that old application inside CLR 4. I remember there was some <a href="http://msdn.microsoft.com/en-us/library/7wd6ex19%28vs.71%29.aspx" rel="nofollow">xml manifest magic</a> involved.</p>
<p>How can I create that manifest xml file to tell that oldapplication.exe shall run under CLR 4?</p>
<p>I found some suggestions, but they do not seem to work for me.</p>
<ul>
<li><a href="http://geekswithblogs.net/technetbytes/archive/2007/06/01/112928.aspx" rel="nofollow">http://www.mibuso.com/forum/viewtopic.php?f=23&t=33840&view=next</a></li>
<li><a href="http://geekswithblogs.net/technetbytes/archive/2007/06/01/112928.aspx" rel="nofollow">http://geekswithblogs.net/technetbytes/archive/2007/06/01/112928.aspx</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/a5dzwzc9.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/a5dzwzc9.aspx</a></li>
</ul>
<p>oldapplication.exe.config:</p>
<pre><code><?xml version ="1.0"?>
<configuration>
<startup>
<!--set the appropriate .net version-->
<requiredRuntime version="4.0.0.0"/>
</startup>
</configuration>
</code></pre>
<p><hr /></p>
<p>While giving another shot i found this file to serve as my template:</p>
<blockquote>
<p>C:\Windows\Microsoft.NET\Framework\v4.0.20506\Aspnet_regsql.exe.config</p>
</blockquote>
<pre><code><?xml version ="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0.20506"/>
<requiredRuntime version="v4.0.20506" safemode="true"/>
</startup>
</configuration>
</code></pre>
<p>I also updated the code to report current CLR:</p>
<pre><code>Console.WriteLine(typeof(object).Assembly.ImageRuntimeVersion);
</code></pre>
<p>It works now!</p>
http://stackoverflow.com/questions/83319/wpf-3-5-webbrowser-control-and-zindex/835949#8359491Answer by zproxy for WPF 3.5 WebBrowser control and ZIndexzproxy2009-05-07T17:18:45Z2009-05-07T17:18:45Z<p>You could SetWindowRgn to fake the overlapping area by hiding it as shown here:</p>
<ul>
<li><a href="http://www.flounder.com/setwindowrgn.htm" rel="nofollow">flounder.com</a> </li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa930600.aspx" rel="nofollow">msdn</a></li>
</ul>
http://stackoverflow.com/questions/792584/how-to-bind-controltemplate-enabled-property-to-opacity-in-wpf-xaml0How to bind ControlTemplate Enabled property to Opacity in WPF XAMLzproxy2009-04-27T08:01:10Z2009-04-27T08:21:41Z
<p>In WPF inside XAML how to extend a ControlTemplate as such that when applied to a button and the button gets disabled it fades to 0.5 opacity while disabled and once enabled fades back to 1.0 opacity.</p>
<p>This visual effect should work also when a parent is being disabled.</p>
http://stackoverflow.com/questions/788933/what-advantages-can-scriptsharp-bring-to-my-tool-kit/790480#7904804Answer by zproxy for What advantages can ScriptSharp bring to my tool kit?zproxy2009-04-26T08:27:13Z2009-04-26T08:27:13Z<p>The jsc compiler project enables these scenarios:</p>
<ul>
<li>C# to MSIL to JavaScript for browser</li>
<li>C# to MSIL to JavaScript for AppJet</li>
<li>C# to MSIL to PHP5 for hosting solutions</li>
<li>C# to MSIL to Java for browser applets</li>
<li>C# to MSIL to Java for applications</li>
<li>C# to MSIL to Java for JavaCard</li>
<li>C# to MSIL to C99 for native stub applications</li>
<li>C# to MSIL to ActionScript3 for Flash 9</li>
<li>C# to MSIL to Adobe Alchemy C for Flash 9</li>
<li>C# to MSIL to C# 2.0</li>
</ul>
<p>With some effort Visual Basic could also be used as a source language. The jsc compiler never reads your source code even if GWT and Script# do that. My compiler reads your IL. </p>
<p>jsc compiler is </p>
<ul>
<li>an experimental project </li>
<li>one mans effort yet </li>
<li>rather useful already.</li>
<li>3 years old.</li>
<li>awaiting donations to optimize compilation time and output itself</li>
</ul>
<p>The latest example is a plasma animation where a <a href="http://jsc.svn.sourceforge.net/viewvc/jsc/examples/actionscript/FlashPlasma/" rel="nofollow">single</a> <a href="http://jsc.svn.sourceforge.net/viewvc/jsc/examples/actionscript/FlashPlasma/FlashPlasmaEngine/Plasma.cs?view=markup" rel="nofollow">implementation</a> can be used between those platforms:</p>
<ul>
<li><a href="http://jsc.sourceforge.net/examples/web/FlashPlasma/FlashPlasma.htm" rel="nofollow">Flash 10</a></li>
<li><a href="http://jsc.sourceforge.net/examples/web/FlashPlasma/FlashPlasmaApplet.htm" rel="nofollow">Java Applet</a> (via canvas element)</li>
<li><a href="http://jsc.sourceforge.net/examples/web/FlashPlasma/FlashPlasmaDocument.htm" rel="nofollow">JavaScript</a></li>
<li>Windows Forms</li>
<li>Windows Presentation Foundation </li>
</ul>
<p></p>
http://stackoverflow.com/questions/1554062/how-to-use-analytics-for-desktop-applications/1557447#1557447Comment by zproxy on How to use analytics for desktop applications?zproxy2009-10-13T06:13:43Z2009-10-13T06:13:43ZHow do you guys prevent user firewalls? How is the collected data presented?http://stackoverflow.com/questions/1554062/how-to-use-analytics-for-desktop-applications/1554102#1554102Comment by zproxy on How to use analytics for desktop applications?zproxy2009-10-12T12:16:30Z2009-10-12T12:16:30Zwhat about windows platform?http://stackoverflow.com/questions/1539959/normalizing-net-genericsComment by zproxy on Normalizing .net genericszproxy2009-10-08T19:50:41Z2009-10-08T19:50:41Zyep - generating specialized typeshttp://stackoverflow.com/questions/1524057/computing-to-infinite-binary-precision-in-cComment by zproxy on Computing π to "infinite" binary precision in C#zproxy2009-10-06T07:27:58Z2009-10-06T07:27:58ZWhat is your motive? :)http://stackoverflow.com/questions/1508189/how-to-do-a-cloud-effect-in-wpf/1508678#1508678Comment by zproxy on How to do a cloud effect in WPF?zproxy2009-10-02T10:36:19Z2009-10-02T10:36:19ZI think your example is just about moving a blurred cloud image in the background.
I am looking for a dynamic animation...http://stackoverflow.com/questions/1459662/how-to-do-windows-vista-matrixtransform/1459703#1459703Comment by zproxy on How to do Windows Vista MatrixTransformzproxy2009-09-25T18:14:22Z2009-09-25T18:14:22ZSo how could we do it? :) Are there any examples for it?http://stackoverflow.com/questions/1470796/how-to-intercept-visual-studio-add-reference/1470826#1470826Comment by zproxy on How to intercept Visual Studio Add Referencezproxy2009-09-24T10:30:06Z2009-09-24T10:30:06ZI am more looking for a design time experience. http://stackoverflow.com/questions/1459779/how-to-make-a-net-application-which-is-also-a-zip-fileComment by zproxy on How to make a .net application which is also a zip file?zproxy2009-09-22T13:05:20Z2009-09-22T13:05:20ZI guess the suffix block would be "end of central dir signature 0x06054b50"
http://stackoverflow.com/questions/1459779/how-to-make-a-net-application-which-is-also-a-zip-file/1459860#1459860Comment by zproxy on How to make a .net application which is also a zip file?zproxy2009-09-22T12:55:24Z2009-09-22T12:55:24ZNo your credit card info will be protected by NTFS Alternate Data Streams (support.microsoft.com/kb/105763).
But seriously, the copy trick seems to be what I needed.http://stackoverflow.com/questions/1431228/how-to-get-sponsorship-from-microsoft-research/1431243#1431243Comment by zproxy on How to get sponsorship from Microsoft research?zproxy2009-09-16T06:40:30Z2009-09-16T06:40:30ZThis looks like I would have to parter with a local university's professor...http://stackoverflow.com/questions/1366065/c-winform-with-different-types/1366072#1366072Comment by zproxy on C# WinForm with different Types ?zproxy2009-09-02T06:16:32Z2009-09-02T06:16:32ZI'd wote for interface because generics will confuse the designer if you plan to use it...http://stackoverflow.com/questions/1270822/how-can-i-do-3d-transformation-in-wpf/1274365#1274365Comment by zproxy on How can I do 3D transformation in WPF?zproxy2009-08-14T06:05:00Z2009-08-14T06:05:00ZI think you should create a new question and send an invite to Andy to get your answer ;)http://stackoverflow.com/questions/1270822/how-can-i-do-3d-transformation-in-wpf/1271113#1271113Comment by zproxy on How can I do 3D transformation in WPF?zproxy2009-08-13T11:41:31Z2009-08-13T11:41:31ZToo bad that Matrix3DProjection is not part of WPF...
<a href="http://msdn.microsoft.com/en-us/library/system.windows.media.matrix3dprojection%28VS.95%29.aspx" rel="nofollow">msdn.microsoft.com/en-us/library/…</a>
MSFT statement: WPF indeed does not provide non-affine transforms
<a href="http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/b2d3ba94-82f6-4356-ab78-9c70cc8b26fd" rel="nofollow">social.msdn.microsoft.com/Forums/en-US/…</a>
:(http://stackoverflow.com/questions/1270822/how-can-i-do-3d-transformation-in-wpf/1271113#1271113Comment by zproxy on How can I do 3D transformation in WPF?zproxy2009-08-13T11:28:55Z2009-08-13T11:28:55ZIt looks like Silverlight 3 has the feature I am after but it is not available in WPF.
doc:
<a href="http://msdn.microsoft.com/en-us/library/system.windows.media.planeprojection%28VS.96%29.aspx" rel="nofollow">msdn.microsoft.com/en-us/library/…</a>
example:
<a href="http://www.gleblanc.eu/Blog/post/PlaneTransform.aspx" rel="nofollow">gleblanc.eu/Blog/post/…</a>http://stackoverflow.com/questions/1114447/how-to-use-c-like-attributes-in-c/1114459#1114459Comment by zproxy on How to use C#-like attributes in C++zproxy2009-07-28T10:22:34Z2009-07-28T10:22:34Zas C++ supports multiple inheritance adding multiple attributes is easy :) this is however then bound to instances i guess