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
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