J
Just_a_fan
It used to be SO EASY to change the application icon. Just imbed an
image and load that with a single statement when you wanted to change
the application ICON.
me.icon=image1.picture
Now, I can't make it happen without loading from an external file. It
did not convert from a working VB6 app. I have read all the helps I can
find on MSDN and still have no idea how to get an ICON file from the
resources file to the application.
One of them mentioned "LoadResPicture". That's not even a valid
command! Maybe on some other version old version, but not these days.
So what hoops do I have to jump through now to so this simple (well, it
used to be simple) task of changing me.icon.
I am doing it now by loading from a file on disk. I would rather not
have excess baggage to distribute. That is another thing I have to
relearn (building and bundling files) and am attacking one problem at a
time.
I think VB9 users are on the "bleeding edge" of technology. I have been
writing VB, commercially, since VB3 and VB-DOS 1 (thankfully, it went
away) and moving from VB6 to 2008.net (yeah, HUGE JUMP!!).
All help and, especially, working code examples appreciated. This,
right now, is a complete mystery. I thought I understood what a
resource file was for but I have missed the boat, somewhere. And the M$
documentation is very lacking.
Mike Morrow
image and load that with a single statement when you wanted to change
the application ICON.
me.icon=image1.picture
Now, I can't make it happen without loading from an external file. It
did not convert from a working VB6 app. I have read all the helps I can
find on MSDN and still have no idea how to get an ICON file from the
resources file to the application.
One of them mentioned "LoadResPicture". That's not even a valid
command! Maybe on some other version old version, but not these days.
So what hoops do I have to jump through now to so this simple (well, it
used to be simple) task of changing me.icon.
I am doing it now by loading from a file on disk. I would rather not
have excess baggage to distribute. That is another thing I have to
relearn (building and bundling files) and am attacking one problem at a
time.
I think VB9 users are on the "bleeding edge" of technology. I have been
writing VB, commercially, since VB3 and VB-DOS 1 (thankfully, it went
away) and moving from VB6 to 2008.net (yeah, HUGE JUMP!!).
All help and, especially, working code examples appreciated. This,
right now, is a complete mystery. I thought I understood what a
resource file was for but I have missed the boat, somewhere. And the M$
documentation is very lacking.
Mike Morrow