No announcements
Found 2116548 threads
-
0 Votes
Startmenu on Softkey
I know that it is possbile to change the softkey assignments of the homescreen in the registry by ...Unanswered | 1 Replies | 2766 Views | Created by anotherstupidname - Sunday, January 25, 2009 4:08 PM | Last reply by anotherstupidname - Tuesday, January 27, 2009 2:31 PM -
0 Votes
Smartphone - submenus on left softkey
I'm creating an app for Smartphone 2003 and am having problems with the menus. I know that, "The Designed for Windows Mobile™ logo certification stipulates that the left ...Answered | 1 Replies | 5294 Views | Created by BNick - Friday, November 18, 2005 5:14 AM | Last reply by Peter-Foot - Sunday, November 27, 2005 4:54 PM -
0 Votes
registry for softkey
I just want to know, if I want to add some shortcut to menu softkey, How do I do that. For instance, when I use phone program, there are two softkey menus that areAnswered | 4 Replies | 3074 Views | Created by Noppanit Charassinvichai - Tuesday, June 24, 2008 12:55 PM | Last reply by Noppanit Charassinvichai - Tuesday, July 1, 2008 6:20 AM -
0 Votes
disable softkey
( GetMessage(&Msg, NULL, 0, 0) ) { TranslateMessage(&Msg); ...Answered | 2 Replies | 3514 Views | Created by zbynda - Wednesday, April 9, 2008 5:56 PM | Last reply by Christopher Fairbairn - Wednesday, April 9, 2008 10:48 PM -
0 Votes
Code to Open startmenu?
Hi! Does anybody know of a code that can open the startmenu? Thanks a ton!Answered | 2 Replies | 3159 Views | Created by Pitchec0934 - Sunday, March 11, 2007 7:23 PM | Last reply by Pitchec0934 - Monday, March 12, 2007 7:35 PM -
0 Votes
Develop in startmenu of Windows7
it's possible to add entries to the startmenu, but there's no way to handle the search-functionality (when a user types in a word). Best regards.Answered | 4 Replies | 3620 Views | Created by denisr - Wednesday, December 9, 2009 6:55 AM | Last reply by eryang - Wednesday, December 16, 2009 8:43 AM -
0 Votes
Smartphone 5.0 Emulator softkey
Folks,Was very skeptical about re-installing Smartphone 5.0 SDK because I ran into quite a few problems doing the same previously but lucky me this time it worked. After re-installing the SDK ...Answered | 2 Replies | 4930 Views | Created by Udaypal Aarkoti - Tuesday, October 11, 2005 9:59 PM | Last reply by Udaypal Aarkoti - Tuesday, October 11, 2005 10:51 PM -
0 Votes
How to get left/right softkey event
i can got up/down/left/right key event by override [protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e)] but i can't got left/right softkey event, anybodyAnswered | 2 Replies | 2515 Views | Created by gemini2100 - Monday, November 9, 2009 8:50 AM | Last reply by gemini2100 - Monday, November 9, 2009 9:20 AM -
0 Votes
Extending MSCProg's(?) softkey menu?
Yes thank you. I was really only stuck on finding which registry keys to change and what values to set for them, but after some trial and error, I was able to get the ...Answered | 2 Replies | 4024 Views | Created by PaoloLim - Tuesday, July 22, 2008 9:11 PM | Last reply by PaoloLim - Monday, July 28, 2008 3:39 PM -
0 Votes
(Smartphone) Poping menubar without pressing softkey
Hi Renato, You can use keybd_event function to synthesizes a keystroke of SoftKey.Answered | 2 Replies | 3334 Views | Created by Roogz - Saturday, June 2, 2007 8:22 AM | Last reply by 天鎖斬月 - Thursday, June 7, 2007 6:25 AM -
0 Votes
A problem about StartMenu show/hide notification
have a problem about StartMenu show/hide notification.Answered | 1 Replies | 3606 Views | Created by lij - Tuesday, October 10, 2006 9:33 AM | Last reply by AlexFeinman - Wednesday, October 11, 2006 6:54 AM -
0 Votes
Working with SoftKey events
Hi, Can any one tell me how to work with hardware buttons(soft keys). Can I raise any event on Soft Key1, Soft ...Answered | 1 Replies | 3219 Views | Created by Malleswara Reddy [MCTS, MCP] - Tuesday, January 30, 2007 4:10 PM | Last reply by Dan Elliott - MSFT - Tuesday, February 6, 2007 11:59 PM -
0 Votes
Fullscreen Applications (such as Games) + Startmenu
way to disable the whole startmenu while being in a fullscreen application? (So it doesn't affect the gameplay at all?)Answered | 1 Replies | 1876 Views | Created by LunaticOnMeth - Saturday, September 17, 2011 9:37 AM | Last reply by MCCZ - Saturday, September 17, 2011 4:44 PM -
0 Votes
StartMenu/Start Button
Result should be a button that appears pressed but is not. On refresh the button will appear unpressed again though.. This should work, ...Answered | 17 Replies | 7242 Views | Created by AndrewVos - Thursday, July 27, 2006 8:43 PM | Last reply by AndrewVos - Monday, July 31, 2006 11:19 AM -
0 Votes
how to invoke a popup menu on menubar without clicking the softkey
(GetForegroundWindow()); // Post the WM_HOTKEY message into Softkey like this: // For Left ...Answered | 7 Replies | 4869 Views | Created by Hila123 - Wednesday, October 18, 2006 8:21 AM | Last reply by AlexFeinman - Wednesday, October 18, 2006 11:18 PM -
0 Votes
Adding ContextMenu Item(Handler) for Recent Apps in StartMenu
click on Exe, on startmenu ( Recent Apps) I dont see my new menu item. Can anyone suggest, if I need to modify Registry, to fix the ...Answered | 2 Replies | 365 Views | Created by santhiR - Saturday, March 19, 2016 1:59 AM | Last reply by santhiR - Friday, March 25, 2016 9:58 PM -
0 Votes
Creat softkey problem base on VS2005 in Magneto
1.I created a MFC Smart Device Application. 2.Selected: Mobile 5.0 PPC SDK 3.Appliction type: Dialog based The sample code can't display on my device. httpAnswered | 1 Replies | 7439 Views | Created by zool - Monday, July 4, 2005 1:57 AM | Last reply by Tao Ma - MSFT - Saturday, September 17, 2005 12:38 AM -
0 Votes
How can I Get Softkey Text and Info using Index?
VirtualAllocEx to get the memory(to share the TBBUTTONINFO pointer) from a different Process, but that is not supported on CE/Mobile.Answered | 8 Replies | 5329 Views | Created by amarullz - Thursday, November 15, 2007 9:13 AM | Last reply by amarullz - Friday, November 16, 2007 8:11 AM -
0 Votes
softkey menu in smart device MFC application
successfully but could not work properly due to the missing HINSTANCE parameter. Click on g_hInst and choose Go To Declaration opens up to "combase.h". Is it ...Answered | 3 Replies | 3126 Views | Created by Mdanh2002 - Friday, May 16, 2008 3:58 PM | Last reply by Pintu Shukla - Saturday, May 17, 2008 2:53 PM -
0 Votes
how to hide/close a page's softkey menu before hide it?
open on form1, form1 is hide, form2 is load, but still showing form1's softkey menu on form2. this looks like a system bug. so, the question is how to ...Answered | 6 Replies | 7105 Views | Created by JDouCA - Thursday, April 7, 2011 10:13 PM | Last reply by Jesse Jiang - Wednesday, April 13, 2011 8:41 AM - Items 1 to 20 of 2116548 Next ›
No announcements