Click here to Skip to main content
15,921,660 members
Home / Discussions / Mobile
   

Mobile

 
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 
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 
Windows CE has no concept of the current directory. All paths must be specified completely, i.e. from the root of the file system.

We use the following code to get the path to the application EXE:
Dim path As String = System.IO.Path.GetDirectoryName(
   System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase)



Stability. What an interesting concept. -- Chris Maunder

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 
QuestionRead Sms from Inbox Pin
Rupesh Kumar Swami26-Jul-07 22:19
Rupesh Kumar Swami26-Jul-07 22:19 
AnswerRe: Read Sms from Inbox Pin
2hdass28-Jul-07 8:26
2hdass28-Jul-07 8:26 

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.