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

Mobile

 
AnswerRe: Pocket PC O/S Change ...? Pin
Mike Dimmick3-Aug-07 2:47
Mike Dimmick3-Aug-07 2:47 
GeneralRe: Pocket PC O/S Change ...? Pin
PavanPareta8-Aug-07 0:01
PavanPareta8-Aug-07 0:01 
Question.xml skin file for Motorola Q Black Pin
MuthiahR2-Aug-07 11:31
MuthiahR2-Aug-07 11:31 
QuestionDrag Drop Pin
2hdass1-Aug-07 12:38
2hdass1-Aug-07 12:38 
Questionxml image file to a PDA device Pin
Pamela198431-Jul-07 22:04
Pamela198431-Jul-07 22:04 
QuestionWebmethod parameter vs Attachments Pin
BlueKooZZZZZZZZ30-Jul-07 23:16
BlueKooZZZZZZZZ30-Jul-07 23:16 
QuestionDialup to PC and Access Winsock App Pin
Mrugendra Bhure30-Jul-07 21:25
Mrugendra Bhure30-Jul-07 21:25 
Questiondetect keyboard is display or hide Pin
Rupesh Kumar Swami30-Jul-07 5:48
Rupesh Kumar Swami30-Jul-07 5:48 
hi ,
i m use following code at click event of a button for display or hide a keyboard
<br />
  If keyboardVisible = False Then<br />
            mdChecking.SipShowIM(1)<br />
            keyboardVisible = True<br />
        Else<br />
            mdChecking.SipShowIM(0)<br />
            keyboardVisible = False<br />
        End If


where mdChecking is module and contain following pinvoke function
Public Declare Function SipShowIM Lib "coredll.dll" (ByVal dwFlag As Integer) As Boolean

following function perform well. but when keyboard is displayed then a little icon is also associated with this SIP(keyboard)which also facilitate user to hide keyboard. so if user hide keyboard from icon then at this time my boolean variable is set to true(see above code) and this time if user once again execute the above code then keyboard is not visible.
so how can i remove this icon or how can i determine whether SIP(keyboard) is displayed.





Rupesh Kumar Swami
Software Engineer,
Integrated Solution,
Bikaner (India)

Questionalternate for curdir or startuppath Pin
Rupesh Kumar Swami30-Jul-07 0:50
Rupesh Kumar Swami30-Jul-07 0:50 
AnswerRe: alternate for curdir or startuppath Pin
Mike Dimmick30-Jul-07 23:58
Mike Dimmick30-Jul-07 23:58 
GeneralRe: alternate for curdir or startuppath Pin
Rupesh Kumar Swami31-Jul-07 2:06
Rupesh Kumar Swami31-Jul-07 2:06 
QuestionDebugging my WM5 device Pin
2hdass28-Jul-07 8:29
2hdass28-Jul-07 8:29 
AnswerRe: Debugging my WM5 device Pin
Justin Perez30-Jul-07 9:12
Justin Perez30-Jul-07 9:12 
QuestionTask Manager window does not show application when hide form Pin
Rupesh Kumar Swami27-Jul-07 23:56
Rupesh Kumar Swami27-Jul-07 23:56 
Questionunhandeled error occur when we reopen form Pin
Rupesh Kumar Swami27-Jul-07 23:35
Rupesh Kumar Swami27-Jul-07 23:35 
AnswerRe: unhandeled error occur when we reopen form Pin
Justin Perez28-Jul-07 14:07
Justin Perez28-Jul-07 14:07 
GeneralRe: unhandeled error occur when we reopen form Pin
Rupesh Kumar Swami29-Jul-07 21:38
Rupesh Kumar Swami29-Jul-07 21:38 
GeneralRe: unhandeled error occur when we reopen form Pin
Justin Perez30-Jul-07 8:26
Justin Perez30-Jul-07 8:26 
GeneralRe: unhandeled error occur when we reopen form Pin
Rupesh Kumar Swami30-Jul-07 21:42
Rupesh Kumar Swami30-Jul-07 21:42 
GeneralRe: unhandeled error occur when we reopen form Pin
Justin Perez31-Jul-07 4:56
Justin Perez31-Jul-07 4:56 
AnswerRe: unhandeled error occur when we reopen form Pin
Eike Mueller1-Aug-07 2:47
Eike Mueller1-Aug-07 2:47 
GeneralRe: unhandeled error occur when we reopen form Pin
Rupesh Kumar Swami1-Aug-07 3:03
Rupesh Kumar Swami1-Aug-07 3:03 
GeneralRe: unhandeled error occur when we reopen form Pin
Eike Mueller1-Aug-07 3:48
Eike Mueller1-Aug-07 3:48 
QuestionExternal Display and Keypad For Mobile Pin
Raju J27-Jul-07 18:42
Raju J27-Jul-07 18:42 
Question' ', hexadecimal value 0x01, is an invalid character Pin
BlueKooZZZZZZZZ27-Jul-07 1:01
BlueKooZZZZZZZZ27-Jul-07 1:01 

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.