Monthly : October 2006

26 Oct

IE7, Javascript, the WebBrowser control and bugs

by Marco Mastropaolo

Problem Internet Explorer 7 (IE7) has been released. Applications around the world are breaking. … Well at least mine failed. If you use the WebBrowser control in .NET applications or shdocwv ActiveX control you may hit this issue. If you load the html by navigating to “about:blank” and then using DocumentText, AND you are including [...]

25 Oct

memcpy in vb.net (x86 only)

by Marco Mastropaolo

This is a small memcpy implementation in VB.Net (x86 only! — x64 version to follow) #If PLATFORM = “x86″ Then <system .Runtime.InteropServices.DllImport(“kernel32.dll”)> _ Private Shared Sub RtlMoveMemory(ByVal Destination As Int32, ByVal Source As Int32, ByVal Length As Int32) End Sub Public Sub MemCpy(ByVal dstbase As IntPtr, ByVal dstofs As Integer, ByVal srcbase As IntPtr, ByVal [...]

Filed Under: Uncategorized

08 Oct

nVidia Firewall and VMWare bridging

by Marco Mastropaolo

After some tweaking I found the settings to allow bridging (for example for VMWare or Virtual PC) on a NIC with nVidia Firewall active. The settings in the image below should be enough to allow it to work.

Filed Under: Uncategorized