Show bitmap on form at windowsCE 4.2

H

hakan aktan

I can show image on form at emulator but can not on my device.
Here is my simple code in Page_Load event
It gives ex.Message="Exception"

Thanx in advance
------------------
Try

Dim bmp As New Bitmap("\windows\windowsce.bmp")

PictureBox1.Image = bmp

Catch ex As Exception

MsgBox(ex.Message)

End Try
'-----------------------I am sure file exists .

Hakan Aktan
 
H

hakan aktan

No it does not have this dll in windows folder .It has imgutil.dll inside
it. . I found imgdcmp.dll inside Platform Builder but i do not know how how
to register it for my applications.

I use .NET 2003 and VB language at coding.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top