<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>BoxedApp Blog</title>
	<link>http://boxedapp.com/blog</link>
	<description>BoxedApp SDK: Tips'n'Tricks, Examples, Use Cases etc.</description>
	<lastBuildDate>Sat, 26 Jul 2008 17:33:40 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>C++ / CLI - How To Use Managed C++ DLL when Microsoft Visual C++ Redistributable is not installed?</title>
		<description>If your .NET application uses components written in Managed C++, you face the necessity to distribute Microsoft Visual C++ Redistributable with it. If one attempts to launch such application in a system that doesn’t have the corresponding Microsoft Visual C++ Redistributable installed, the user will get a warning "This application ...</description>
		<link>http://boxedapp.com/blog/2008/07/16/c-cli-how-to-use-managed-c-dll-when-microsoft-visual-c-redistributable-is-not-installed/</link>
			</item>
	<item>
		<title>Use ActiveX components without registration</title>
		<description>Many applications use ActiveX and COM components. But all ActiveXs should be registered in the system registry to be used properly. This is a problem:


registration in the registry requires admin rights
sometimes registration influences to other applications
for example, your application uses Flash 7, but another application requires Flash 9
your application should ...</description>
		<link>http://boxedapp.com/blog/2008/06/29/use-activex-components-without-registration/</link>
			</item>
	<item>
		<title>.NET Runtime Embedding</title>
		<description>If you are into developing .NET applications, you are likely to know that it requires .NET Runtime to have the success running them. If the runtime suite is not installed, whenever the program attempts to launch, it shows an ugly messagebox notifying you that mscoree.dll could not be found.

So, we've ...</description>
		<link>http://boxedapp.com/blog/2008/06/11/net-runtime-embedding/</link>
			</item>
	<item>
		<title>.NET Applications: How to Hide Assemblies And Unmanaged DLLs</title>
		<description>One interesting task I've heard from one of our first customers is hidding assemblies and unmanaged DLLs. The target language is C#. Let's explore how to solve this task with BoxedApp SDK.

At the first, decide how to store an assembly. In this example, I keep an assembly in static array. ...</description>
		<link>http://boxedapp.com/blog/2008/06/11/net-applications-how-to-hide-assembly-and-unmanaged-dlls/</link>
			</item>
	<item>
		<title>How to embed Flash Player ActiveX using BoxedApp SDK</title>
		<description>OK, let’s get started.

One of the most important features is embedding ActiveX into an application. BoxedAppSDK_RegisterCOMLibraryInVirtualRegistry registers a virtual file in a virtual registry. In detail, it loads a specified file (LoadLibrary) and calls DllRegisterServer (exported from the DLL). All changes made by DllRegisterServer are saved in the virtual registry; ...</description>
		<link>http://boxedapp.com/blog/2008/05/23/how-to-embed-flash-player-activex-using-boxedapp-sdk/</link>
			</item>
</channel>
</rss>
