Question Issue while finding a file on my handheld device through my Desktop App

JPLAL

New member
Joined
Aug 6, 2013
Messages
1
Programming Experience
10+
Hi,

I am facing issue while finding a file (CeFindFirstFile(..)) on my handheld device through my Desktop application. My Desktop application is VB.NET application and OS is Windows 7. On the other hand, OS on handheld device is Windows CE. Every time CeFindFirstFile() returns -1 and error#18 with the getlasterror().

Have used function like:

lngRetVal = CeFindFirstFile(str_path, sCE_Find_Data)
and used path string for the variable str_path in several different ways. Let me know in case you need further information.

Appreciate your help in this regard.

Thanks,
JP
 
Back
Top