I added the graphics control to my form. The image I want it to contain is a defined image and in the resource file. I put the following code in the forms CREATE function and do not get the image loaded.
Local wszResourceName As wStringZ * 256
wszResourceName = "IMAGE_ORANGESPHERE"
GdipImageCtx_LoadImageFromResource (HWND_MAIN_PERSONSPHERE, App.hInstance, wszResourceName)