vbscript LoadPicture method not working.

mgreine

New Member
Messages
1
Hello,

I am using the Windows 8 Consumer Preview to make sure our software will be compatible when it is released. The issue I am having is that the vbscript method LoadPicture is not working. It works correctly in all previous versions of Windows. The rest of the vbscript methods that we use appear to be working correctly.

An example:

pic = "c:\software\images\high.bmp"
List.Grid.Rows.At(1).Cells(2).Value = LoadPicture(pic)

When this code is run it gives an error "Can't perform requested operation: 'LoadPicture'

Can anyone help me out with this error?

Thanks,

Mike
 

My Computer

System One

  • OS
    Windows 8 customer preview
Back
Top