You may want to confirm that "ftplibctl.ftp" is the correct string to use as the first argument in the AddObject statement (which I assume you are doing). You can do this by using a tool to look at the registry on the device (use Google to find one) and looking for the key.
The first argument of AddObject is the ClassID of the control. This is not the same as the filename. It is the name that it appears under in the Windows CE registry in HKEY_CLASSES_ROOT. You can get this name from the author of the control, or by looking at the registry using a tool such as the Registry Editor that comes with embedded Visual Basic. if there is a desktop version of the control, do not assume that the Windows CE ClassID is the same. You can also examine the registry using a tool like the Remote Registry Edition, available here: http://www.soft32.com/download_158680.html >I downloaded IPWorks for pocketpc, moved ftp50.ocx to the device >windows directory, and registered it with regsvrce. Then I converted >the demo to NSBasic. When I try to execute it I get the >message: "Unable to resolve Class ID for ftplibctl.ftp". >What am I doing wrong? > > >------------------------------------ > >Yahoo! Groups Links > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en -~----------~----~----~----~------~----~------~--~---
