Hi,
Link.Open() is for a different purpose of opening a (new) window or link.
You should use something like:
form2.BackgroundImage = new GatewayResourceHandle(new GatewayReference(this, "showBitmap"));
Hope this helps,
Palli