Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

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

Status
Not open for further replies.

JPLAL

Programmer
Aug 6, 2013
1
0
0
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top