How to show the Start Menu?

sitajony

Active Member
Licensed User
Hi, I would know how show the start menu? I've to shell "shell32.exe" with parameters?
Thanks for your replies!
 

ExcludeReality

Active Member
Licensed User
You can simulate a mouse click on the start-button with the hardware library
 

sitajony

Active Member
Licensed User
You can simulate a mouse click on the start-button with the hardware library
Thanks but in the 6.5.1+ version of Windows Mobile the Start button is on the bottom and not on the top like all the WM versions so I can't use that and If my Form is in Fullscreen I can't too...
Maybe I should use a Windows Handle or something else?
 

ExcludeReality

Active Member
Licensed User
Well, obviously you can't click the start button if your form is fullscreen, I see absolutely no need for that! Remove the fullscreen before you click the start button.
And I believe there is a way to get the OS version from the registry. That way you can determine where the start button is located
 

sitajony

Active Member
Licensed User
I can't know if the Form is in fullscreen mode cos I'm programing a program for make programs lol and I want put a function who show the start menu and the user don't know that the Form should not be in fullscreen before click on the start menu... There's not a simple way?
 

ExcludeReality

Active Member
Licensed User
I can't know if the Form is in fullscreen mode cos I'm programing a program for make programs

Use a variable to keep track of the fullscreen. For example, everytime you enable fullscreen do IsFullscreen=True and vice versa.

and I want put a function who show the start menu and the user don't know that the Form should not be in fullscreen before click on the start menu

Sorry, What?!
 

sitajony

Active Member
Licensed User
Tanks for your replie, But If I write a variable I can't reback in Normal Screen if there're not a Menu the bottom bar is hidden and on WM6.5 the start menu is on the bottom...
There'snt a Window/Handle to show with the dzHW library?

and I want put a function who show the start menu and the user don't know that the Form should not be in fullscreen before click on the start menu
Sorry I don't remember what I said... lol
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…