I'm very new to PBWin 9 (just purchased it little over a week ago) and I have a question (so I will probably have a lot others in the next weeks
).
I know how to display and use images (bmp) when I load them in a resource file. This wouldn't be a problem.
However, what I want to do is be able to load and display a bitmap (bmp and/or jpg) at run time. I'm creating a small learning environment for my baby daughter and need to be able to add stuff (text and images) to it as she grows. The way I want to do this is by creating datafiles that will reference image files stored in the harddisk.
So I need to be able to, after reading the datafile, also load the corresponding image files and display on the screen.
In VB (6 and 2008 .Net) where I come from, this is no problem for me, in PBWin9 I can't find the appropriate code/commands for it.
Could someone point me in the right direction (I own PBWin9, PBForms 1.5 and GraphicTools 2.

I know how to display and use images (bmp) when I load them in a resource file. This wouldn't be a problem.
However, what I want to do is be able to load and display a bitmap (bmp and/or jpg) at run time. I'm creating a small learning environment for my baby daughter and need to be able to add stuff (text and images) to it as she grows. The way I want to do this is by creating datafiles that will reference image files stored in the harddisk.
So I need to be able to, after reading the datafile, also load the corresponding image files and display on the screen.
In VB (6 and 2008 .Net) where I come from, this is no problem for me, in PBWin9 I can't find the appropriate code/commands for it.
Could someone point me in the right direction (I own PBWin9, PBForms 1.5 and GraphicTools 2.
Comment