Even if I load the picture into the object I am still unable to compile.

Dim MyPicture As StdPicture 'The StdPicture doesn't appear after As


MyPicture = LoadPicture("C:\Documents and Settings\Owner\Desktop\strakeInWindTunnel.bmp")
InsertPictureInRichTextBox AnalOutput.Out, MyPicture

Is there a Reference or a Component I should be referring to that would allow me to use the StdPicture?

Thanks