Click here to Skip to main content
15,897,891 members
Home / Discussions / Mobile
   

Mobile

 
QuestionAccess phone call log Pin
Stefano Alini4-Dec-06 3:36
Stefano Alini4-Dec-06 3:36 
QuestionIPv6 programming on mobile device with vc2005 Pin
fansy_fs3-Dec-06 19:03
fansy_fs3-Dec-06 19:03 
Questioncannot establish a connection to the network PocketPC 5.0 Pin
steve_rm3-Dec-06 17:19
steve_rm3-Dec-06 17:19 
AnswerRe: cannot establish a connection to the network PocketPC 5.0 Pin
AlexeiXX36-Dec-06 6:36
AlexeiXX36-Dec-06 6:36 
GeneralRe: cannot establish a connection to the network PocketPC 5.0 Pin
steve_rm6-Dec-06 23:40
steve_rm6-Dec-06 23:40 
AnswerRe: cannot establish a connection to the network PocketPC 5.0 Pin
a_jhakas11-Dec-06 19:01
a_jhakas11-Dec-06 19:01 
QuestionWhere the hell is STAThread (CF 2.0)? [modified] Pin
rudiman2-Dec-06 12:52
rudiman2-Dec-06 12:52 
AnswerRe: Where the hell is STAThread (CF 2.0)? Pin
Mike Dimmick7-Dec-06 23:56
Mike Dimmick7-Dec-06 23:56 
STAThread is relevant to COM. There are two versions of the COM runtime available to the OEM for Windows CE. One only supports in-process COM objects, with no marshalling: the objects must support the free-threaded model. The other version is a reasonably full DCOM implementation which supports full cross-apartment and cross-process marshalling (in some versions, also cross-machine connections but I think this was dropped in CE 5.0 and later).

Windows Mobile devices include only the simpler in-process, no-marshalling version. Compact Framework therefore doesn't support the more complete version. There's no point having the STAThread attribute because the underlying support isn't there.

Stability. What an interesting concept. -- Chris Maunder

QuestionPerformance issues using waveInxxxx() on Pocket PC Pin
stolu1-Dec-06 6:07
stolu1-Dec-06 6:07 
QuestionSorting problem of a listview. Pin
Ivan.Sun30-Nov-06 16:11
Ivan.Sun30-Nov-06 16:11 
Questionpocket PC connecting to published web service Pin
steve_rm30-Nov-06 16:03
steve_rm30-Nov-06 16:03 
AnswerRe: pocket PC connecting to published web service Pin
Chris S Kaiser15-Dec-06 9:24
Chris S Kaiser15-Dec-06 9:24 
QuestionSymbol Mobile computer application programming Pin
sagarrasal30-Nov-06 9:19
sagarrasal30-Nov-06 9:19 
AnswerRe: Symbol Mobile computer application programming Pin
Chris S Kaiser15-Dec-06 9:21
Chris S Kaiser15-Dec-06 9:21 
QuestionMy app works on the PC but not on the Smart Device - I'm desperate! Pin
Dewald29-Nov-06 3:33
Dewald29-Nov-06 3:33 
AnswerRe: My app works on the PC but not on the Smart Device - I'm desperate! Pin
Sujith C Jose29-Nov-06 17:45
Sujith C Jose29-Nov-06 17:45 
AnswerRe: My app works on the PC but not on the Smart Device - I'm desperate! Pin
Sujith C Jose29-Nov-06 18:23
Sujith C Jose29-Nov-06 18:23 
Question.net CF need help with ping and Wake On Lan Pin
Geoff_300129-Nov-06 2:04
Geoff_300129-Nov-06 2:04 
Questionread file Pin
netDeveloper28-Nov-06 4:55
netDeveloper28-Nov-06 4:55 
AnswerRe: read file Pin
zoid ! 28-Nov-06 7:41
zoid ! 28-Nov-06 7:41 
AnswerRe: read file Pin
MatrixCoder28-Nov-06 9:25
MatrixCoder28-Nov-06 9:25 
AnswerRe: read file Pin
chandrakanth_i19-Dec-06 18:00
chandrakanth_i19-Dec-06 18:00 
Questioncan not find System.Data in Compact Framework 1.0 project Pin
George_George26-Nov-06 0:37
George_George26-Nov-06 0:37 
Questionproblems about deloying a mobile web application Pin
ctlqt1224-Nov-06 1:50
ctlqt1224-Nov-06 1:50 
Questionnative c++ database communication for windows mobile Pin
GVR197923-Nov-06 13:46
GVR197923-Nov-06 13:46 

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.