S
Shelby
Hi,
when I try to use LoadPicture(myFilePath) in my vb.net project, it says
"LoadPicture" is not declared.
Dim pic as stdole.IPictureDisp
pic = LoadPicture(myFilePath)
Do I need to add any reference or import any namespace?
Thanks
when I try to use LoadPicture(myFilePath) in my vb.net project, it says
"LoadPicture" is not declared.
Dim pic as stdole.IPictureDisp
pic = LoadPicture(myFilePath)
Do I need to add any reference or import any namespace?
Thanks