Click here to Skip to main content
16,010,351 members
Home / Discussions / Mobile
   

Mobile

 
GeneralDetermine particular form is open or not Pin
Rupesh Kumar Swami18-Apr-08 0:40
Rupesh Kumar Swami18-Apr-08 0:40 
GeneralRe: Determine particular form is open or not Pin
Giannakakis Kostas18-Apr-08 10:07
professionalGiannakakis Kostas18-Apr-08 10:07 
QuestionInjecting DLL: Windows CE Pin
tony_Udz17-Apr-08 2:42
tony_Udz17-Apr-08 2:42 
GeneralRe: Injecting DLL: Windows CE Pin
Dave Kreskowiak17-Apr-08 3:59
mveDave Kreskowiak17-Apr-08 3:59 
GeneralRe: Injecting DLL: Windows CE Pin
tony_Udz17-Apr-08 4:24
tony_Udz17-Apr-08 4:24 
GeneralRe: Injecting DLL: Windows CE Pin
Dave Kreskowiak17-Apr-08 4:51
mveDave Kreskowiak17-Apr-08 4:51 
GeneralRe: Injecting DLL: Windows CE Pin
marcinj22-Apr-08 11:35
marcinj22-Apr-08 11:35 
GeneralRe: Injecting DLL: Windows CE [modified] Pin
tony_Udz22-Apr-08 17:42
tony_Udz22-Apr-08 17:42 
Hey,

Thanks for your reply.

I had gone through this article at Dr. Dobb's forum.
In this code 'PerformCallBack4()' is used to inject DLL in other process.
And as per my research this API is not supported on Win CE >= 5.0 platform.
I have also read a article in which a gentleman claims that 'PerformCallBack4' API can be used in Win CE 5.0 platform all you require is the trusted application.
I have tried it as well but it was not working.Please let me know if you have any idea regarding this.



I found one more method of injecting DLL using registry keys.
HKEY_LOCAL_MACHINE\SYSTEM\KERNEL
"InjectDLL" = REG_MULTI_SZ : "MyDLL1.DLL","MyDLL2.DLL",
The data type is REG_MULTI_SZ or an array of strings, which can list more than one DLL. The name of the DLL can contain the full path and file name, or just the file name.

Here you need to take care of two things:
1) You need to create key and its subkey.
2) Dll you are injecting must be signed as trusted.

Using this approach i can load my DLL to every processes except system processes.still my functionality is not working for the same. I'll work in this issue today and update you if you say.


Thanks again and please correct me if i am wrong anywhere.

modified on Monday, April 28, 2008 11:25 PM

GeneralRe: Injecting DLL: Windows CE Pin
marcinj22-Apr-08 22:50
marcinj22-Apr-08 22:50 
GeneralRe: Injecting DLL: Windows CE Pin
tony_Udz23-Apr-08 3:57
tony_Udz23-Apr-08 3:57 
QuestionPocket PC Dataset.ReadXml OutOfMemoryException Pin
Bedevian17-Apr-08 2:23
Bedevian17-Apr-08 2:23 
GeneralRe: Pocket PC Dataset.ReadXml OutOfMemoryException Pin
Dave Kreskowiak17-Apr-08 3:50
mveDave Kreskowiak17-Apr-08 3:50 
GeneralRe: Pocket PC Dataset.ReadXml OutOfMemoryException Pin
Bedevian17-Apr-08 21:48
Bedevian17-Apr-08 21:48 
GeneralXML Parsing in .NET CF/ VB Pin
jackburton17-Apr-08 1:03
jackburton17-Apr-08 1:03 
GeneralRe: XML Parsing in .NET CF/ VB [modified] Pin
Mike Dimmick21-Apr-08 2:54
Mike Dimmick21-Apr-08 2:54 
GeneralOpen serial port in Windows mobile 5.0 Pin
Sushma K16-Apr-08 23:23
Sushma K16-Apr-08 23:23 
GeneralRe: Open serial port in Windows mobile 5.0 Pin
Mike Dimmick17-Apr-08 0:25
Mike Dimmick17-Apr-08 0:25 
GeneralRe: Open serial port in Windows mobile 5.0 Pin
Sushma K17-Apr-08 0:38
Sushma K17-Apr-08 0:38 
GeneralCreating a service for Smartphone. Pin
Parasmani Swamy16-Apr-08 21:08
Parasmani Swamy16-Apr-08 21:08 
GeneralRe: Creating a service for Smartphone. Pin
Giannakakis Kostas18-Apr-08 9:43
professionalGiannakakis Kostas18-Apr-08 9:43 
GeneralLaunch/Call an Application/Function on the keypress and hold event Pin
Parasmani Swamy16-Apr-08 19:15
Parasmani Swamy16-Apr-08 19:15 
GeneralRe: Launch/Call an Application/Function on the keypress and hold event Pin
Ravenet21-Apr-08 2:28
Ravenet21-Apr-08 2:28 
GeneralRe: Launch/Call an Application/Function on the keypress and hold event Pin
Parasmani Swamy28-Apr-08 23:24
Parasmani Swamy28-Apr-08 23:24 
GeneralConsuming web service from mobile app Pin
CodingYoshi16-Apr-08 9:12
CodingYoshi16-Apr-08 9:12 
GeneralRe: Consuming web service from mobile app Pin
Ravenet16-Apr-08 15:57
Ravenet16-Apr-08 15:57 

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.