Thursday, January 21, 2016

How to program in Smartphone 2003 SE traffic increase recorded in IP dial menu?




            


rt
Reply:
Two approaches

1 Hook keyboard, determine if it is the contact list playing their menu, As if the user selects a contact number to get a little bit of skill needs
I was doing: reading contacts list, select the index and then read the user's contacts database fetch mobile phone
The default menu 2 bar replace the contact list that have not played

Obtained after a contact number yourself to then dial 17951 before the number can be increased
A case can refer to my program, "Mobile QuickMacro" http://www.spbase.com

Reply:
luandao2000 (Chen margin), can give pointers to replace the contact list if a default menu bar it? My aim is to join one of his projects in existing IP dial menu.
Reply:
The default menu 2 bar replace the contact list that have not played

This can only be a guess, because I have not actually done

Made contact windows handle SHFindMenubar get menu handle then
This code can be run in its own app you can use a simple trick to make contact window to run this code

HWND hMenuBar = SHFindMenuBar (m_hWnd);
HMENU hPopupMenu = SHGetSubMenu (hMenuBar, ID_WORK);
for (int i = 0; i & lt; MENU_COUNT; i ++)
RemoveMenu (hPopupMenu, 0, MF_BYPOSITION);

AppendMenu (hPopupMenu, MF_BYPOSITION, ID_IMPORT_ONE_LIST, StringFromResources (IDS_ADD_SELECT));
Reply:
Thank you
Reply:
I found a standard method
http://msdn2.microsoft.com/en-us/library/ms862503.aspx

No comments:

Post a Comment