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

Mobile

 
QuestionSQL Server 2005 Compact Edition Pin
Canito7627-Nov-07 6:48
Canito7627-Nov-07 6:48 
Questionc# how to hide keyboard in WInCE toolbar in formload Pin
ram krishna pattnayak27-Nov-07 0:33
ram krishna pattnayak27-Nov-07 0:33 
QuestionScrollbar Issue of ListView(while changing from Portrait to landscape) Pin
pashitech26-Nov-07 1:47
pashitech26-Nov-07 1:47 
AnswerRe: Scrollbar Issue of ListView(while changing from Portrait to landscape) Pin
biop.codeproject30-Oct-12 0:21
biop.codeproject30-Oct-12 0:21 
Questionhow to transfer file between pc to ppc ? Pin
E_Gold24-Nov-07 10:02
E_Gold24-Nov-07 10:02 
QuestionHow can I send a file or communication with my desktop pc from mobile phone? Pin
ayser353823-Nov-07 11:47
ayser353823-Nov-07 11:47 
QuestionCan C++ call C# assemblies on WM5? Pin
Orange Squishy22-Nov-07 9:37
Orange Squishy22-Nov-07 9:37 
GeneralRe: Can C++ call C# assemblies on WM5? Pin
Christopher Fairbairn31-Jan-08 16:26
Christopher Fairbairn31-Jan-08 16:26 
Hi Jason,

Orange Squishy wrote:
Is there some way I can 'talk' to this code? Can I create a C# project, incorporate the Intermec stuff, create some entry points and access them, dll style?


This isn't possible. It's not possible for native code to host and then execute managed code since the .NET CF doesn't have any hosting APIs to enable this kind of functionality.

What you could do is create two executables. One managed and one native. Then you could use something like point to point message queues to communicate between the two processes (i.e. a form of IPC). The managed executable using the RFID library could continually be waiting for commands from the native process.

There's a great article on MSDN written by Daniel Moth that covers how to access point to point message queues within the .NET CF environment - http://msdn2.microsoft.com/en-us/library/aa446556.aspx[^]

Hope this helps,
Christopher Fairbairn
QuestionPassword derive bytes Pin
kingletas22-Nov-07 8:02
kingletas22-Nov-07 8:02 
QuestionCreating a CAB from inside PocketPC. Pin
gopan.gm21-Nov-07 3:18
gopan.gm21-Nov-07 3:18 
QuestionSMTP Pin
k.giannis_198020-Nov-07 8:02
k.giannis_198020-Nov-07 8:02 
QuestionSending SMS from PC to Pocket PC using BlueTooth Pin
Md. Ali Naser Khan19-Nov-07 19:51
Md. Ali Naser Khan19-Nov-07 19:51 
QuestionOperating System Confusion Pin
Evan St. John19-Nov-07 4:32
Evan St. John19-Nov-07 4:32 
AnswerRe: Operating System Confusion Pin
João Paulo Figueira19-Nov-07 8:19
professionalJoão Paulo Figueira19-Nov-07 8:19 
QuestionConnect still works when nothing to connect to Pin
hammerstein0518-Nov-07 23:12
hammerstein0518-Nov-07 23:12 
QuestionAbout BlueTooth and goAbout Project Pin
rauljuarez17-Nov-07 10:40
rauljuarez17-Nov-07 10:40 
QuestionSQL CE Pin
pbp12317-Nov-07 1:18
pbp12317-Nov-07 1:18 
AnswerRe: SQL CE Pin
kingletas22-Nov-07 7:59
kingletas22-Nov-07 7:59 
QuestionConnecting Sql Compact Edition [modified] Pin
automic16-Nov-07 10:32
automic16-Nov-07 10:32 
QuestionPPC Application's Registry entry Remove at a time of uninstall the application. Pin
PavanPareta16-Nov-07 0:11
PavanPareta16-Nov-07 0:11 
QuestionPocket PC Registry... Pin
PavanPareta14-Nov-07 21:27
PavanPareta14-Nov-07 21:27 
AnswerRe: Pocket PC Registry... Pin
reyessaez14-Nov-07 22:02
reyessaez14-Nov-07 22:02 
GeneralRe: Pocket PC Registry... Pin
PavanPareta14-Nov-07 22:32
PavanPareta14-Nov-07 22:32 
QuestionHow can i access system date in evc++ Pin
Nikhil Joseph14-Nov-07 17:17
Nikhil Joseph14-Nov-07 17:17 
AnswerRe: How can i access system date in evc++ Pin
Mehmet Suyuti Dindar22-Nov-07 22:32
Mehmet Suyuti Dindar22-Nov-07 22:32 

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.