Click here to Skip to main content
15,900,511 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Windows Mobile Soft Keys Pin
aruna_koride21-Feb-07 17:10
aruna_koride21-Feb-07 17:10 
GeneralRe: Windows Mobile Soft Keys Pin
perlmunger22-Feb-07 3:55
perlmunger22-Feb-07 3:55 
GeneralRe: Windows Mobile Soft Keys Pin
perlmunger22-Feb-07 5:23
perlmunger22-Feb-07 5:23 
GeneralRe: Windows Mobile Soft Keys Pin
aruna_koride22-Feb-07 16:20
aruna_koride22-Feb-07 16:20 
GeneralRe: Windows Mobile Soft Keys Pin
perlmunger22-Feb-07 16:58
perlmunger22-Feb-07 16:58 
GeneralRe: Windows Mobile Soft Keys Pin
aruna_koride22-Feb-07 17:10
aruna_koride22-Feb-07 17:10 
AnswerRe: Windows Mobile Soft Keys Pin
arcticbrew22-Feb-07 6:26
arcticbrew22-Feb-07 6:26 
QuestionFullscreen SIP input (draw on screen with mouse hook, like Transcriber) Pin
apollo854-Feb-07 4:02
apollo854-Feb-07 4:02 
I develop own SIP (Soft Input Panel) which should have an opportunity to recognize the symbols drawn on all screen. Like Transcriber, but only for separate symbols. Has collided with 2 problems:
1) Interception of mouse events (can't set global hook)
2) If to draw on screen: GetDC(0)... after drawing it is impossible to refresh screen.

First method (I also tried to use NULL instead of GetDesktopWindow() in all methods)
#define SetWindowRedraw(hwnd, fRedraw) \
((void)SNDMSG(hwnd, WM_SETREDRAW, (WPARAM)(BOOL)(fRedraw),0L))
SetWindowRedraw(GetDesktopWindow(), TRUE);
RedrawWindow(GetDesktopWindow(), NULL, NULL, RDW_INVALIDATE |RDW_UPDATENOW |RDW_ALLCHILDREN);

Second method:
InvalidateRect(GetDesktopWindow(),NULL,FALSE);
UpdateWindow(GetDesktopWindow());

Third method:
RedrawWindow(GetDesktopWindow(),NULL,NULL,RDW_INVALIDATE|RDW_ALLCHILDREN|RDW_UPDATENOW );

Whether there are other ways of realization of drawing and recognition on all screen? Thought above creation of a topmost window with copying a contained desktop, but it would be desirable, all the same to make similarly Transcriber
AnswerKeyboard hook taken for a basis, but not working with WH_MOUSE & WH_MOUSE_LL Pin
apollo854-Feb-07 4:12
apollo854-Feb-07 4:12 
QuestionHow to send messages from icon on the upper toolbar ? Pin
knopper2-Feb-07 2:49
knopper2-Feb-07 2:49 
QuestionMobile comm through Wi Fi Pin
Member 378391131-Jan-07 22:31
Member 378391131-Jan-07 22:31 
QuestionCEDB & VS.Net 2005 Pin
aweekes131-Jan-07 11:54
aweekes131-Jan-07 11:54 
Questioncompact framework error? Pin
bryce30-Jan-07 17:50
bryce30-Jan-07 17:50 
AnswerRe: compact framework error? Pin
bryce30-Jan-07 18:43
bryce30-Jan-07 18:43 
GeneralRe: compact framework error? Pin
bryce30-Jan-07 18:47
bryce30-Jan-07 18:47 
QuestionHow to save mobile contacts to PDA ( Personal Distal Assistance) [modified] Pin
Siva Rama Raju30-Jan-07 1:33
Siva Rama Raju30-Jan-07 1:33 
QuestionReading images from webcam Pin
gskumar11129-Jan-07 20:01
gskumar11129-Jan-07 20:01 
QuestionBluettoth Pin
xfahad29-Jan-07 8:27
xfahad29-Jan-07 8:27 
QuestionPlatform Manager server failed error! Pin
Shaileshhex28-Jan-07 23:19
Shaileshhex28-Jan-07 23:19 
AnswerRe: Platform Manager server failed error! Pin
Mike Dimmick30-Jan-07 2:46
Mike Dimmick30-Jan-07 2:46 
QuestionWinsock with Pocket PC Pin
mkoliv26-Jan-07 4:34
mkoliv26-Jan-07 4:34 
AnswerRe: Winsock with Pocket PC Pin
Alain Rist27-Jan-07 22:58
Alain Rist27-Jan-07 22:58 
QuestionWho can help me about winCE application develop? Pin
4600966924-Jan-07 21:27
4600966924-Jan-07 21:27 
AnswerRe: Who can help me about winCE application develop? Pin
Developer Saksham7-Feb-07 20:29
Developer Saksham7-Feb-07 20:29 
QuestionInitialize Component Error Pin
Brainfour23-Jan-07 23:50
Brainfour23-Jan-07 23:50 

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.