Click here to Skip to main content
15,914,905 members
Home / Discussions / Mobile
   

Mobile

 
Questionhow to use atlhttp in the atl based activex control project? Pin
cnflat11-Oct-09 22:31
cnflat11-Oct-09 22:31 
QuestionVS 2008 for mobile - first steps - how to test with data from local pc Pin
juergjakob11-Oct-09 22:25
juergjakob11-Oct-09 22:25 
AnswerRe: VS 2008 for mobile - first steps - how to test with data from local pc Pin
Joel Ivory Johnson8-Nov-09 3:00
professionalJoel Ivory Johnson8-Nov-09 3:00 
QuestionUsing Listbox. Pin
renoma11-Oct-09 17:28
renoma11-Oct-09 17:28 
QuestionWindows Mobile "Service like" App. Pin
jakeshelm10-Oct-09 12:09
jakeshelm10-Oct-09 12:09 
AnswerRe: Windows Mobile "Service like" App. Pin
Joel Ivory Johnson8-Nov-09 2:56
professionalJoel Ivory Johnson8-Nov-09 2:56 
QuestionMigration of a CE 5.0 product to Windows Mobile 6.5 Pin
Noushad Ali8-Oct-09 19:30
Noushad Ali8-Oct-09 19:30 
QuestionKeyboard hook doesn't work with Windows Media Player? Pin
ponchofiesta8-Oct-09 1:53
ponchofiesta8-Oct-09 1:53 
Hi,

I'm writing a replacement for the volume control of Windows Mobile. To do so my program hooks the keyboard and listens for keypresses on the volume hardware keys. This works great but if WMP is in foreground it doesn't work. I've found the same behaviour in HTC FM Radio.

Why do these programs break the keyboard hook and how can I get this working?

This is the hook code (nothing special I think):
hookDeleg = new HookProc(HookProcedure);
            hHook = WinApi.SetWindowsHookEx(WinApi.WH_KEYBOARD_LL, hookDeleg, WinApi.GetModuleHandle(null), 0);
            if (hHook == 0)
            {
                MessageBox.Show("Keyboard Hook Failed", "VolumeKeys Error", MessageBoxButtons.OK, MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button1);
                Application.Exit();
            }

Questionhow to download makeCF utility Pin
pri_skit6-Oct-09 3:16
pri_skit6-Oct-09 3:16 
AnswerRe: how to download makeCF utility Pin
Richard MacCutchan6-Oct-09 4:36
mveRichard MacCutchan6-Oct-09 4:36 
GeneralRe: how to download makeCF utility Pin
pri_skit6-Oct-09 5:00
pri_skit6-Oct-09 5:00 
GeneralRe: how to download makeCF utility Pin
Richard MacCutchan6-Oct-09 5:10
mveRichard MacCutchan6-Oct-09 5:10 
QuestionNokia WRT Plug-in 2.2 for Aptana Studio Pin
mobogeek5-Oct-09 19:12
mobogeek5-Oct-09 19:12 
AnswerRe: Nokia WRT Plug-in 2.2 for Aptana Studio Pin
Nathan Campos10-Oct-09 1:45
Nathan Campos10-Oct-09 1:45 
QuestionActive scan on a WiFi NIC, including flush of old scan results - how ? Pin
amitalonm4-Oct-09 3:14
amitalonm4-Oct-09 3:14 
QuestionReading data from and from phone and PC Pin
Member 8859723-Oct-09 3:19
Member 8859723-Oct-09 3:19 
Question[Message Deleted] Pin
hande543-Oct-09 2:06
hande543-Oct-09 2:06 
AnswerRe: get the data with PDA through usb connection Pin
annathor7-Oct-09 23:03
annathor7-Oct-09 23:03 
QuestionLanguage/Framework choice for Windows Mobile app Pin
nativebyte2-Oct-09 0:33
nativebyte2-Oct-09 0:33 
AnswerRe: Language/Framework choice for Windows Mobile app Pin
Joel Ivory Johnson2-Oct-09 1:38
professionalJoel Ivory Johnson2-Oct-09 1:38 
GeneralRe: Language/Framework choice for Windows Mobile app Pin
nativebyte2-Oct-09 2:06
nativebyte2-Oct-09 2:06 
QuestionPortible Email Client for Embedded OEM system Pin
Kobib1-Oct-09 3:16
Kobib1-Oct-09 3:16 
QuestionDevelope an application for Blackberry & IPhone....... Pin
shaina223124-Sep-09 18:46
shaina223124-Sep-09 18:46 
AnswerRe: Develope an application for Blackberry & IPhone....... Pin
Joel Ivory Johnson29-Sep-09 12:39
professionalJoel Ivory Johnson29-Sep-09 12:39 
Questionusb driver for microcontroller.? Pin
Mir_As22-Sep-09 4:22
Mir_As22-Sep-09 4:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.