J
JamesL
I am trying to convert a program from eVB to VB.NET.
I can hardly get past the first step. I want to display a bitmap of my logo
on the first screen. To do this I need to know the application path in
order for the code to find the bitmap.
Apparently the Background Image property for a form does not work in the
handheld side of VB.NET, only in desktop. So I am still trying to use a
picture box and load the bitmap to the image property in code.
Unfortunately, the app object no longer exists.
How do I determine the application path for a PocketPC?
James
I can hardly get past the first step. I want to display a bitmap of my logo
on the first screen. To do this I need to know the application path in
order for the code to find the bitmap.
Apparently the Background Image property for a form does not work in the
handheld side of VB.NET, only in desktop. So I am still trying to use a
picture box and load the bitmap to the image property in code.
Unfortunately, the app object no longer exists.
How do I determine the application path for a PocketPC?
James