Start Button Click Event Handler

  • Thread starter Thread starter MoonLiver
  • Start date Start date
M

MoonLiver

How can I catch the click event of the start button. Sample code or
hints of any kind would be sweet. VB.Net, ppc 2k3.
 
I want to hide the start menu (but i still need the minimize), and from
what I can see, I'm going to need the window in the foreground to do
that, so why not just have the start button get rid of itself.
 
These are all methods I have tried. they all hide the current
foreground window, if I'm loading a new program and then attempting to
hide the start icon I dont know how long it will take for the program
to load. aka, that doesnt work for my solution.

so all being said, how can I catch the even handler for the start icon.
 
I am providing the kiosk form for apps that arent mine. I dont have
control over all of the device apps code.
 
Back
Top