J
Jerod Houghtelling
Hi all,
Sorry in advance if this is extremely easy. I have been searching
around on several newsgroups today and haven't found an elegant way to
handle this situation.
I'm trying to create a menu program that will startup when the device
turns on. The program has been placed in \Windows\Startup to achieve
this action. The menu program will show a list of programs that I have
also created. I would like to lock down the taskbar so the user can
not navigate away from my custom program stream. In my first attempt I
called SHFullScreen from my menu program with 0x0020. This works fine
in the menu program, but as soon as I launch a secondary program the
start icon returns.
Does anybody know of a way to remove the start icon for all programs
while my menu program is still running in the background?
Thanks in advance,
Jerod
Sorry in advance if this is extremely easy. I have been searching
around on several newsgroups today and haven't found an elegant way to
handle this situation.
I'm trying to create a menu program that will startup when the device
turns on. The program has been placed in \Windows\Startup to achieve
this action. The menu program will show a list of programs that I have
also created. I would like to lock down the taskbar so the user can
not navigate away from my custom program stream. In my first attempt I
called SHFullScreen from my menu program with 0x0020. This works fine
in the menu program, but as soon as I launch a secondary program the
start icon returns.
Does anybody know of a way to remove the start icon for all programs
while my menu program is still running in the background?
Thanks in advance,
Jerod